class Crypto::Encoding::ASN1

Defined in:

crypto/utils/encoding.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(data : Bytes, offset : Int32) #

[View source]

Class Method Detail

def self.decode(data : Bytes) : Array(ASN1) #

[View source]

Instance Method Detail

def size : Int32 #

[View source]
def to_big_i : BigInt #

Converts the value to a BigInt


[View source]
def type : Type #

[View source]
def value : Bytes #

[View source]