Class: IControl::Management::KeyCertificate::CertificateRequestInformation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::KeyCertificate::CertificateRequestInformation
- Defined in:
- lib/icontrol/management/key_certificate.rb,
lib/icontrol/management/key_certificate.rb
Overview
A struct that describes the full information of a certificate request.
Instance Attribute Summary collapse
-
#bit_length ⇒ Numeric
The bit length of the key used when the certificate request is created.
-
#csr_info ⇒ IControl::Management::KeyCertificate::CertificateRequest
The basic information of the certificate request.
-
#file_name ⇒ String
The full path/file name of the certificate request on disk.
-
#key_type ⇒ IControl::Management::KeyCertificate::KeyType
The key type of the key used when the certificate request is created.
-
#serial_number ⇒ String
The serial number of the certificate request (if assigned).
-
#subject ⇒ IControl::Management::KeyCertificate::X509Data
The x509 data of the certificate request’s owner.
-
#title ⇒ String
The title of the certificate request.
Instance Attribute Details
#bit_length ⇒ Numeric
The bit length of the key used when the certificate request is created.
686 687 688 |
# File 'lib/icontrol/management/key_certificate.rb', line 686 def bit_length @bit_length end |
#csr_info ⇒ IControl::Management::KeyCertificate::CertificateRequest
The basic information of the certificate request.
686 687 688 |
# File 'lib/icontrol/management/key_certificate.rb', line 686 def csr_info @csr_info end |
#file_name ⇒ String
The full path/file name of the certificate request on disk.
686 687 688 |
# File 'lib/icontrol/management/key_certificate.rb', line 686 def file_name @file_name end |
#key_type ⇒ IControl::Management::KeyCertificate::KeyType
The key type of the key used when the certificate request is created.
686 687 688 |
# File 'lib/icontrol/management/key_certificate.rb', line 686 def key_type @key_type end |
#serial_number ⇒ String
The serial number of the certificate request (if assigned).
686 687 688 |
# File 'lib/icontrol/management/key_certificate.rb', line 686 def serial_number @serial_number end |
#subject ⇒ IControl::Management::KeyCertificate::X509Data
The x509 data of the certificate request’s owner.
686 687 688 |
# File 'lib/icontrol/management/key_certificate.rb', line 686 def subject @subject end |
#title ⇒ String
The title of the certificate request.
686 687 688 |
# File 'lib/icontrol/management/key_certificate.rb', line 686 def title @title end |