enum Crypto::Encoding::ASN1::Type

Defined in:

crypto/utils/encoding.cr

Enum Members

INTEGER = 2
BIT_STRING = 3
OCTET_STRING = 4
NULL = 5
OBJECT_IDENTIFIER = 6
SET = 17
PRINTABLE_STRING = 19
IA5_STRING = 22
UTC_TIME = 23
GENERALIZED_TIME = 24
SEQUENCE = 48
BMP_STRING = 30

Instance Method Summary

Instance Method Detail

def bit_string? #

[View source]
def bmp_string? #

[View source]
def generalized_time? #

[View source]
def ia5_string? #

[View source]
def integer? #

[View source]
def null? #

[View source]
def object_identifier? #

[View source]
def octet_string? #

[View source]
def printable_string? #

[View source]
def sequence? #

[View source]
def set? #

[View source]
def utc_time? #

[View source]