Class: IControl::Management::KeyCertificate::X509Data

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#common_nameString

The common name of the certificate, normally a domain name.

Returns:

  • (String)

    the current value of common_name



731
732
733
# File 'lib/icontrol/management/key_certificate.rb', line 731

def common_name
  @common_name
end

#country_nameString

The country name.

Returns:

  • (String)

    the current value of country_name



731
732
733
# File 'lib/icontrol/management/key_certificate.rb', line 731

def country_name
  @country_name
end

#division_nameString

The department or division name.

Returns:

  • (String)

    the current value of division_name



731
732
733
# File 'lib/icontrol/management/key_certificate.rb', line 731

def division_name
  @division_name
end

#locality_nameString

The locality or city name.

Returns:

  • (String)

    the current value of locality_name



731
732
733
# File 'lib/icontrol/management/key_certificate.rb', line 731

def locality_name
  @locality_name
end

#organization_nameString

The organization or company name.

Returns:

  • (String)

    the current value of organization_name



731
732
733
# File 'lib/icontrol/management/key_certificate.rb', line 731

def organization_name
  @organization_name
end

#state_nameString

The state name.

Returns:

  • (String)

    the current value of state_name



731
732
733
# File 'lib/icontrol/management/key_certificate.rb', line 731

def state_name
  @state_name
end