Companion
Properties
Functions
Casts out the evil demons that haunt OID components encoded into ASN.1 content bytes. If you want to parse human-readable OID representations, just use the ObjectIdentifier constructor!
Convenience method, directly DER-decoding a byte array to T
Decodes src as DER using this Asn1Decodable.
Exception-free version of decodeFromDer
Exception-free version of Asn1Decodable.decodeFromTlv
Decodes one ASN.1-backed value via DER bytes.
Actual element-specific decoding function. By default, this is invoked after verifyTag
Convenience method to directly parse a HEX-string representation of DER-encoded data. Ignores and strips all whitespace.
Encodes one ASN.1-backed value via DER bytes.
Specify assertTag for verifying implicitly tagged elements' tags (and better not override this function).