Uses of Class
net.aifusion.asn.AsnValue
Package
Description
This package contains a partial implementation an ASN.1 parser and classes to manage ASN.1 values.
-
Uses of AsnValue in net.aifusion.asn
Modifier and TypeClassDescriptionclass
Class to represent an ASN.1 BitStringclass
Class to manage an BMP (Basic Multilingual Plan) Stringclass
ASN.1 Boolean valueclass
Class to manage an Enumerated Valueclass
Class to represent a Generalized Time Valueclass
Class to manage an IA5 (ASCII) Stringclass
ASN.1 Integer value (<64 bits)class
Class to hold a large (>64 bit) Integerclass
Class to hold a NO-OP ([UNIVERSAL 0](Primitive) valuefinal class
ASN.1 Null valueclass
Class to manage a Numeric Stringclass
Class to wrap an ASN.1 Octet Stringclass
Class to represent an OID valueclass
Class to manage a printable Stringclass
Wrapper class for ASN.1 real valuesclass
Class to pack a relative OIDclass
Class to wrap an ASN1 Sequence valueclass
Class to manage a set of valueclass
Class to manage a tagged valueclass
Class to represent a UTC Time Stringclass
Class to manage a UTF-8 String This non-normative example demonstrates using SmtpUTF8Mailbox as an otherName in GeneralName to encode the email address "u+8001u+5E2B@example.com".class
Class to wrap an ASN.1 Visible StringModifier and TypeMethodDescriptionstatic AsnValue
AsnValue.create
(byte[] buffer, int blen, int cursor) Create an ASN.1 value from a serialized value.AsnNode.getAsnValue()
Get the ASN.1 value, if anyTaggedValue.getValue()
Get the underlying value associated with this tagged valueModifier and TypeMethodDescriptionSequenceValue.getContainedValues()
Get the values contained in this sequenceSetValue.getContainedValues()
Get the value of this sequence