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()
DecoderFactoryDecoder.getDecoder in interface DecoderFactoryDecoder.public Encodable decode(byte[] encodedEncryptedTimestamp) throws IOException
DecoderEncodable object.decode in interface DecoderEncodable object.IOExceptionprotected EncryptedTimeStamp decodeEncryptedTimestamp(org.apache.directory.shared.asn1.der.DERSequence sequence)
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.