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.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.