Class: Ccrypto::X509CSR

Inherits:
Object
  • Object
show all
Defined in:
lib/ccrypto/x509_csr.rb

Defined Under Namespace

Classes: X509CSRSignatureInvalid

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(csr) ⇒ X509CSR

Returns a new instance of X509CSR.



9
10
11
# File 'lib/ccrypto/x509_csr.rb', line 9

def initialize(csr)
  @nativeCSR = csr
end

Instance Attribute Details

#nativeCSRObject

Returns the value of attribute nativeCSR.



5
6
7
# File 'lib/ccrypto/x509_csr.rb', line 5

def nativeCSR
  @nativeCSR
end