org.bouncycastle.asn1
public class BERConstructedOctetString extends DEROctetString
Constructor Summary | |
---|---|
BERConstructedOctetString(byte[] string) | |
BERConstructedOctetString(Vector octs) | |
BERConstructedOctetString(DERObject obj) | |
BERConstructedOctetString(DEREncodable obj) |
Method Summary | |
---|---|
void | encode(DEROutputStream out) |
Enumeration | getObjects()
return the DER octets that make up this string. |
byte[] | getOctets() |
Parameters: string the octets making up the octet string.