T - Type of object to produce on decode.public interface ASN1Decoder<T>
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-2016 Virginia Tech. All Rights Reserved.