Class: IControl::Management::KeyCertificate::X509Data
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::KeyCertificate::X509Data
- Defined in:
- lib/icontrol/management/key_certificate.rb,
lib/icontrol/management/key_certificate.rb
Overview
A struct that describes the information of the x509 data that our key/certificate management library will read from or include in a certificate.
Instance Attribute Summary collapse
-
#common_name ⇒ String
The common name of the certificate, normally a domain name.
-
#country_name ⇒ String
The country name.
-
#division_name ⇒ String
The department or division name.
-
#locality_name ⇒ String
The locality or city name.
-
#organization_name ⇒ String
The organization or company name.
-
#state_name ⇒ String
The state name.
Instance Attribute Details
#common_name ⇒ String
The common name of the certificate, normally a domain name.
731 732 733 |
# File 'lib/icontrol/management/key_certificate.rb', line 731 def common_name @common_name end |
#country_name ⇒ String
The country name.
731 732 733 |
# File 'lib/icontrol/management/key_certificate.rb', line 731 def country_name @country_name end |
#division_name ⇒ String
The department or division name.
731 732 733 |
# File 'lib/icontrol/management/key_certificate.rb', line 731 def division_name @division_name end |
#locality_name ⇒ String
The locality or city name.
731 732 733 |
# File 'lib/icontrol/management/key_certificate.rb', line 731 def locality_name @locality_name end |
#organization_name ⇒ String
The organization or company name.
731 732 733 |
# File 'lib/icontrol/management/key_certificate.rb', line 731 def organization_name @organization_name end |
#state_name ⇒ String
The state name.
731 732 733 |
# File 'lib/icontrol/management/key_certificate.rb', line 731 def state_name @state_name end |