public class CertGenerationDecoder extends Asn1Decoder
| Constructor and Description |
|---|
CertGenerationDecoder() |
| Modifier and Type | Method and Description |
|---|---|
CertGenerationRequest |
decode(byte[] stream)
Decode a PDU which must contain a CertGenRequest extended operation.
|
allowIndefiniteLength, decode, disallowIndefiniteLength, getMaxLengthLength, getMaxTagLength, isIndefiniteLengthAllowed, setMaxLengthLength, setMaxTagLengthpublic CertGenerationRequest decode(byte[] stream) throws DecoderException
stream - The bytes to be decodedDecoderException - If the decoding failedCopyright © 2021. All rights reserved.