Sha256: c1cbbc80cbfbe919d1679fd734b0f205b081d97f93c7072e043c31a0c5764887
Contents?: true
Size: 128 Bytes
Versions: 2
Compression:
Stored size: 128 Bytes
Contents
module Ccrypto class X509CSR attr_accessor :nativeCSR def initialize(csr) @nativeCSR = csr end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ccrypto-0.1.3 | lib/ccrypto/x509_csr.rb |
ccrypto-0.1.2 | lib/ccrypto/x509_csr.rb |