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

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

Introduction

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

The text is from its open source code.

Method

ASN1OctetStringgetInstance(Object obj)
return an Octet String from the given object.
ASN1OctetStringgetInstance(ASN1TaggedObject taggedObject, boolean explicit)
return an Octet String from a tagged object.
byte[]getOctets()
Return the content of the OCTET STRING as a byte array.
InputStreamgetOctetStream()
Return the content of the OCTET STRING as an InputStream.
StringtoString()