org.bouncycastle.asn1

Class BERConstructedOctetString

public class BERConstructedOctetString extends DEROctetString

Constructor Summary
BERConstructedOctetString(byte[] string)
BERConstructedOctetString(Vector octs)
BERConstructedOctetString(DERObject obj)
BERConstructedOctetString(DEREncodable obj)
Method Summary
voidencode(DEROutputStream out)
EnumerationgetObjects()
return the DER octets that make up this string.
byte[]getOctets()

Constructor Detail

BERConstructedOctetString

public BERConstructedOctetString(byte[] string)

Parameters: string the octets making up the octet string.

BERConstructedOctetString

public BERConstructedOctetString(Vector octs)

BERConstructedOctetString

public BERConstructedOctetString(DERObject obj)

BERConstructedOctetString

public BERConstructedOctetString(DEREncodable obj)

Method Detail

encode

public void encode(DEROutputStream out)

getObjects

public Enumeration getObjects()
return the DER octets that make up this string.

getOctets

public byte[] getOctets()