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, visitpublic ASN1HugeOctetString(Pump pump)
public ASN1HugeOctetString(Codec sink)
public void render(Codec c) throws CodecException
render in interface PumpCodecExceptionpublic ASN1ObjectIdentifier getOID()
getOID in class ASN1Objectpublic ASN1Tag getTag()
getTag in class ASN1Objectpublic boolean isEmpty()
isEmpty in class ASN1Objectpublic long renderLength()
renderLength in class ASN1Objectpublic void update(byte[] data,
int off,
int len)
throws CodecException
CodecExceptionpublic ASN1Object endorse() throws CodecException
CodecException