public class EncApRepPartEncoder extends Object implements Encoder, EncoderFactory
Modifier and Type | Field and Description |
---|---|
static int |
APPLICATION_CODE
The application code constant for the
EncApRepPart (27). |
Constructor and Description |
---|
EncApRepPartEncoder() |
Modifier and Type | Method and Description |
---|---|
byte[] |
encode(Encodable apRepPart)
Encodes an ASN.1
Encodable object into a byte array. |
Encoder |
getEncoder()
Returns an
Encoder . |
public static final int APPLICATION_CODE
EncApRepPart
(27).public Encoder getEncoder()
EncoderFactory
Encoder
.getEncoder
in interface EncoderFactory
Encoder
.public byte[] encode(Encodable apRepPart) throws IOException
Encoder
Encodable
object into a byte array.encode
in interface Encoder
IOException
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.