Sha256: 36f704885f88ec24a980d2c818c5cd09e1c3e1e7290b315da7fa8d622eb36bb4

Contents?: true

Size: 134 Bytes

Versions: 3

Compression:

Stored size: 134 Bytes

Contents


module Ccrypto
  class X509Cert
    attr_accessor :nativeX509

    def initialize(x509)
      @nativeX509 = x509
    end

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ccrypto-0.1.3 lib/ccrypto/x509_cert.rb
ccrypto-0.1.2 lib/ccrypto/x509_cert.rb
ccrypto-0.1.0 lib/ccrypto/x509_cert.rb