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, Encodable, InMemoryRepresentable
Deprecated. use BEROctetString
- public class BERConstructedOctetString
- extends BEROctetString
Method Summary |
static BEROctetString |
fromSequence(ASN1Sequence seq)
Deprecated. |
java.util.Enumeration |
getObjects()
Deprecated. return the DER octets that make up this string. |
byte[] |
getOctets()
Deprecated. Return a concatenated byte array of all the octets making up the constructed OCTET STRING |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
BERConstructedOctetString
public BERConstructedOctetString(byte[] string)
- Deprecated.
- Parameters:
string
- the octets making up the octet string.
BERConstructedOctetString
public BERConstructedOctetString(java.util.Vector octs)
- Deprecated.
BERConstructedOctetString
public BERConstructedOctetString(ASN1Primitive obj)
- Deprecated.
BERConstructedOctetString
public BERConstructedOctetString(ASN1Encodable obj)
- Deprecated.
getOctets
public byte[] getOctets()
- Deprecated.
- Description copied from class:
BEROctetString
- Return a concatenated byte array of all the octets making up the constructed OCTET STRING
- Overrides:
getOctets
in class BEROctetString
- Returns:
- the full OCTET STRING.
getObjects
public java.util.Enumeration getObjects()
- Deprecated.
- return the DER octets that make up this string.
- Overrides:
getObjects
in class BEROctetString
- Returns:
- an Enumeration of the component OCTET STRINGs.
fromSequence
public static BEROctetString fromSequence(ASN1Sequence seq)
- Deprecated.