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

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

Introduction

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

The text is from its open source code.

Constructor

BEROctetString(byte[] string)
Create an OCTET-STRING object from a byte[]
BEROctetString(ASN1OctetString[] octs)
Multiple ASN1OctetString data blocks are input, the result is constructed form.