T
- Type of object to produce on decode.public interface ASN1Decoder<T>
Modifier and Type | Method and Description |
---|---|
T |
decode(byte[] encoded,
Object... args)
Produces an object from an encoded representation.
|
T decode(byte[] encoded, Object... args) throws EncodingException
encoded
- ASN.1 encoded data.args
- Additional data required to perform decoding.EncodingException
- on encoding errors.Copyright © 2003-2024 Virginia Tech. All Rights Reserved.