public class EncryptedTimestampDecoder extends Object implements Decoder, DecoderFactory
Constructor and Description |
---|
EncryptedTimestampDecoder() |
Modifier and Type | Method and Description |
---|---|
Encodable |
decode(byte[] encodedEncryptedTimestamp)
Decodes the byte array into an
Encodable object. |
protected EncryptedTimeStamp |
decodeEncryptedTimestamp(org.apache.directory.shared.asn1.der.DERSequence sequence) |
Decoder |
getDecoder()
Returns the
Decoder . |
public Decoder getDecoder()
DecoderFactory
Decoder
.getDecoder
in interface DecoderFactory
Decoder
.public Encodable decode(byte[] encodedEncryptedTimestamp) throws IOException
Decoder
Encodable
object.decode
in interface Decoder
Encodable
object.IOException
protected EncryptedTimeStamp decodeEncryptedTimestamp(org.apache.directory.shared.asn1.der.DERSequence sequence)
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.