Class: Ccrypto::X509CSR
- Inherits:
-
Object
- Object
- Ccrypto::X509CSR
- Defined in:
- lib/ccrypto/x509_csr.rb
Defined Under Namespace
Classes: X509CSRSignatureInvalid
Instance Attribute Summary collapse
-
#nativeCSR ⇒ Object
Returns the value of attribute nativeCSR.
Instance Method Summary collapse
-
#initialize(csr) ⇒ X509CSR
constructor
A new instance of X509CSR.
Constructor Details
#initialize(csr) ⇒ X509CSR
9 10 11 |
# File 'lib/ccrypto/x509_csr.rb', line 9 def initialize(csr) @nativeCSR = csr end |
Instance Attribute Details
#nativeCSR ⇒ Object
Returns the value of attribute nativeCSR.
5 6 7 |
# File 'lib/ccrypto/x509_csr.rb', line 5 def nativeCSR @nativeCSR end |