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