public class DERBitString extends DERObject
Constructor and Description |
---|
DERBitString(byte[] value)
Basic DERObject constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
encode(ASN1OutputStream out) |
byte[] |
getOctets() |
public byte[] getOctets()
public void encode(ASN1OutputStream out) throws IOException
encode
in interface DEREncodable
encode
in class DERObject
IOException
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.