org.apache.directory.shared.kerberos.codec.encApRepPart.actions
Class StoreCTime
java.lang.Object
org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
org.apache.directory.shared.kerberos.codec.actions.AbstractReadKerberosTime<EncApRepPartContainer>
org.apache.directory.shared.kerberos.codec.encApRepPart.actions.StoreCTime
- All Implemented Interfaces:
- org.apache.directory.shared.asn1.ber.grammar.Action<EncApRepPartContainer>
public class StoreCTime
- extends AbstractReadKerberosTime<EncApRepPartContainer>
The action used to store the ctime KerberosTime
- Author:
- Apache Directory Project
| Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
name |
|
Constructor Summary |
StoreCTime()
Instantiates a new StoreCTime action. |
| Methods inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
toString |
StoreCTime
public StoreCTime()
- Instantiates a new StoreCTime action.
setKerberosTime
protected void setKerberosTime(KerberosTime krbtime,
EncApRepPartContainer encApRepPartContainer)
- set the KerberosTime on the ASN.1 object present in the container
- Specified by:
setKerberosTime in class AbstractReadKerberosTime<EncApRepPartContainer>
- Parameters:
krbtime - the KerberosTime decoded from the TLVencApRepPartContainer - the ASN.1 object's container
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.