Class ASN1OctetString

All Implemented Interfaces:
ASN1Constants

public class ASN1OctetString
extends ASN1StringType
This class represents ASN.1 octet string type.
See Also:
ASN.1
  • Constructor Details

    • ASN1OctetString

      public ASN1OctetString()
      Constructs ASN.1 octet string type The constructor is provided for inheritance purposes when there is a need to create a custom ASN.1 octet string type. To get a default implementation it is recommended to use getInstance() method.
  • Method Details