Class: IControl::Management::KeyCertificate::KeyType
- Inherits:
-
Base::Enumeration
- Object
- Base::Enumeration
- IControl::Management::KeyCertificate::KeyType
- Defined in:
- lib/icontrol/management/key_certificate.rb,
lib/icontrol/management/key_certificate.rb
Overview
An enumerated type that will describe the key type being used in the key/certificate.
Constant Summary collapse
- KTYPE_RSA_PRIVATE =
An RSA private key type.
:KTYPE_RSA_PRIVATE
- KTYPE_RSA_PUBLIC =
An RSA public key type.
:KTYPE_RSA_PUBLIC
- KTYPE_DSA_PRIVATE =
A DSA private key type
:KTYPE_DSA_PRIVATE
- KTYPE_DSA_PUBLIC =
A DSA public key type.
:KTYPE_DSA_PUBLIC