public interface Encoder
Modifier and Type | Method and Description |
---|---|
byte[] |
encode(Encodable object)
Encodes an ASN.1
Encodable object into a byte array. |
byte[] encode(Encodable object) throws IOException
Encodable
object into a byte array.object
- IOException
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.