Modifier and Type | Method and Description |
---|---|
void |
Asn1OctetString.encode(Asn1MderOutputStream out)
Encode this octet string into the MDER encoding.
|
void |
Asn1Type.encode(Asn1MderOutputStream buffer)
This method encodes this object's data to an MDER encoding.
|
void |
Asn1TypeIF.encode(Asn1MderOutputStream buffer)
This method encodes this object's data to an MDER encoding.
|
void |
Asn1Type.encode(Asn1MderOutputStream buffer,
boolean useCachedLength)
This method encodes this object's data to an MDER encoding.
|
void |
Asn1BitString.encode(Asn1MderOutputStream out,
int length)
Encode this BIT STRING into the MDER encoding.
|
void |
Asn1OctetString.encode(Asn1MderOutputStream out,
int constrainedLength)
Encode this octet string into the MDER encoding.
|
void |
Asn1Integer.encode16Bit(Asn1MderOutputStream out,
boolean signed)
This method encodes this ASN.1 INTEGER value to the MDER encoding.
|
void |
Asn1Integer.encode32Bit(Asn1MderOutputStream out,
boolean signed)
This method encodes this ASN.1 INTEGER value to the MDER encoding.
|
void |
Asn1Integer.encode8Bit(Asn1MderOutputStream out,
boolean signed)
This method encodes this ASN.1 INTEGER value to the MDER encoding.
|