public interface IASN1Primitive extends IASN1Encodable
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncoded()
Calls actual
getEncoded method for the wrapped ASN1Primitive object. |
byte[] |
getEncoded(String encoding)
Calls actual
getEncoded method for the wrapped ASN1Primitive object. |
isNull, toASN1Primitivebyte[] getEncoded()
throws IOException
getEncoded method for the wrapped ASN1Primitive object.IOException - on encoding error.byte[] getEncoded(String encoding) throws IOException
getEncoded method for the wrapped ASN1Primitive object.encoding - encoding valueIOException - on encoding error.Copyright © 1998–2023 Apryse Group NV. All rights reserved.