Asn1OctetString
Interface describing an ASN.1 OCTET STRING. This is really more of a crutch, since an octet string is either an
Asn1Primitive if it contains bytes, that cannot be interpreted as an ASN.1 Structure
Asn1Structure if it contains one or more valid Asn1Elements
This interface is implemented by Asn1PrimitiveOctetString for the former case and by Asn1EncapsulatingOctetString to cover the latter case Hence, T will either be Asn1Primitive/Asn1PrimitiveOctetString or Asn1Structure/Asn1EncapsulatingOctetString
Inheritors
Properties
Functions
Link copied to clipboard
Returns the actual type of this object inside the Asn1Element class hierarchy T will either be Asn1Primitive/Asn1PrimitiveOctetString or Asn1Structure/Asn1EncapsulatingOctetString