Java org.bouncycastle.asn1 DEROctetString fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.asn1 DEROctetString fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.asn1 DEROctetString.

The text is from its open source code.

Constructor

DEROctetString(byte[] string)
Base constructor.
DEROctetString(ASN1Encodable obj)
Constructor from the encoding of an ASN.1 object.

Method

byte[]getOctets()
Return the content of the OCTET STRING as a byte array.
InputStreamgetOctetStream()
Return the content of the OCTET STRING as an InputStream.
ASN1OctetStringParserparser()
Return the parser associated with this object.
StringtoString()