Package org.bouncycastle.asn1
Class BERConstructedOctetString
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ASN1Primitive
org.bouncycastle.asn1.ASN1OctetString
org.bouncycastle.asn1.BEROctetString
org.bouncycastle.asn1.BERConstructedOctetString
- All Implemented Interfaces:
ASN1Encodable,ASN1OctetStringParser,InMemoryRepresentable
public class BERConstructedOctetString extends BEROctetString
Deprecated.
use BEROctetString
-
Constructor Summary
Constructors Constructor Description BERConstructedOctetString(byte[] string)Deprecated.BERConstructedOctetString(Vector octs)Deprecated.BERConstructedOctetString(ASN1Encodable obj)Deprecated.BERConstructedOctetString(ASN1Primitive obj)Deprecated. -
Method Summary
Modifier and Type Method Description static BEROctetStringfromSequence(ASN1Sequence seq)Deprecated.EnumerationgetObjects()Deprecated.return the DER octets that make up this string.byte[]getOctets()Deprecated.Methods inherited from class org.bouncycastle.asn1.ASN1OctetString
getInstance, getInstance, getLoadedObject, getOctetStream, hashCode, parser, toStringMethods inherited from class org.bouncycastle.asn1.ASN1Primitive
equals, fromByteArray, toASN1PrimitiveMethods inherited from class org.bouncycastle.asn1.ASN1Object
getEncoded, getEncoded, hasEncodedTagValue, toASN1Object
-
Constructor Details
-
BERConstructedOctetString
public BERConstructedOctetString(byte[] string)Deprecated.- Parameters:
string- the octets making up the octet string.
-
BERConstructedOctetString
Deprecated. -
BERConstructedOctetString
Deprecated. -
BERConstructedOctetString
Deprecated.
-
-
Method Details
-
getOctets
public byte[] getOctets()Deprecated.- Overrides:
getOctetsin classBEROctetString
-
getObjects
Deprecated.return the DER octets that make up this string.- Overrides:
getObjectsin classBEROctetString
-
fromSequence
Deprecated.
-