Uses of Class
net.aifusion.asn.AsnValue
Packages that use 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
Subclasses of AsnValue in net.aifusion.asnModifier and TypeClassDescriptionclassClass to represent an ASN.1 BitStringclassClass to manage an BMP (Basic Multilingual Plan) StringclassASN.1 Boolean valueclassClass to manage an Enumerated ValueclassClass to represent a Generalized Time ValueclassClass to manage an IA5 (ASCII) StringclassASN.1 Integer value (<64 bits)classClass to hold a large (>64 bit) IntegerclassClass to hold a NO-OP ([UNIVERSAL 0](Primitive) valuefinal classASN.1 Null valueclassClass to manage a Numeric StringclassClass to wrap an ASN.1 Octet StringclassClass to represent an OID valueclassClass to manage a printable StringclassWrapper class for ASN.1 real valuesclassClass to pack a relative OIDclassClass to wrap an ASN1 Sequence valueclassClass to manage a set of valueclassClass to manage a tagged valueclassClass to represent a UTC Time StringclassClass 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".classClass to wrap an ASN.1 Visible StringMethods in net.aifusion.asn that return AsnValueModifier and TypeMethodDescriptionstatic AsnValueAsnValue.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 valueMethods in net.aifusion.asn that return types with arguments of type AsnValueModifier and TypeMethodDescriptionSequenceValue.getContainedValues()Get the values contained in this sequenceSetValue.getContainedValues()Get the value of this sequenceConstructors in net.aifusion.asn with parameters of type AsnValueConstructor parameters in net.aifusion.asn with type arguments of type AsnValue