public final class ASN1HugeOctetString extends ASN1Object
Constructor and Description |
---|
ASN1HugeOctetString(ASN1Tag tag,
Codec sink) |
ASN1HugeOctetString(ASN1Tag tag,
Pump pump) |
ASN1HugeOctetString(Codec sink) |
ASN1HugeOctetString(Pump pump) |
Modifier and Type | Method and Description |
---|---|
ASN1Object |
endorse() |
ASN1ObjectIdentifier |
getOID() |
ASN1Tag |
getTag() |
boolean |
isEmpty() |
void |
render(Codec c) |
long |
renderLength() |
void |
update(byte[] data,
int off,
int len) |
compareTag, toBER, toDER, visit
public ASN1HugeOctetString(Pump pump)
public ASN1HugeOctetString(Codec sink)
public void render(Codec c) throws CodecException
render
in interface Pump
CodecException
public ASN1ObjectIdentifier getOID()
getOID
in class ASN1Object
public ASN1Tag getTag()
getTag
in class ASN1Object
public boolean isEmpty()
isEmpty
in class ASN1Object
public long renderLength()
renderLength
in class ASN1Object
public void update(byte[] data, int off, int len) throws CodecException
CodecException
public ASN1Object endorse() throws CodecException
CodecException