Class: IControl::Management::KeyCertificate::Key
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::KeyCertificate::Key
- Defined in:
- lib/icontrol/management/key_certificate.rb,
lib/icontrol/management/key_certificate.rb
Overview
A struct that describes the basic information of a key, typically used when creating the key.
Instance Attribute Summary collapse
-
#bit_length ⇒ Numeric
The bit length used by this key.
-
#id ⇒ String
The string identification of this key.
-
#key_type ⇒ IControl::Management::KeyCertificate::KeyType
The key type used by this key.
-
#security ⇒ IControl::Management::KeyCertificate::SecurityType
The security type used by this key.
Instance Attribute Details
#bit_length ⇒ Numeric
The bit length used by this key
703 704 705 |
# File 'lib/icontrol/management/key_certificate.rb', line 703 def bit_length @bit_length end |
#id ⇒ String
The string identification of this key.
703 704 705 |
# File 'lib/icontrol/management/key_certificate.rb', line 703 def id @id end |
#key_type ⇒ IControl::Management::KeyCertificate::KeyType
The key type used by this key.
703 704 705 |
# File 'lib/icontrol/management/key_certificate.rb', line 703 def key_type @key_type end |
#security ⇒ IControl::Management::KeyCertificate::SecurityType
The security type used by this key.
703 704 705 |
# File 'lib/icontrol/management/key_certificate.rb', line 703 def security @security end |