org.apache.directory.shared.kerberos.codec.encTicketPart.actions
Class StoreKey
java.lang.Object
org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
org.apache.directory.shared.kerberos.codec.actions.AbstractReadEncryptionKey<EncTicketPartContainer>
org.apache.directory.shared.kerberos.codec.encTicketPart.actions.StoreKey
- All Implemented Interfaces:
- org.apache.directory.shared.asn1.ber.grammar.Action<EncTicketPartContainer>
public class StoreKey
- extends AbstractReadEncryptionKey<EncTicketPartContainer>
The action used to set the EncTicketPart key
- Author:
- Apache Directory Project
| Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
name |
|
Constructor Summary |
StoreKey()
Instantiates a new StoreKey action. |
| Methods inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
toString |
StoreKey
public StoreKey()
- Instantiates a new StoreKey action.
setEncryptionKey
protected void setEncryptionKey(EncryptionKey encryptionKey,
EncTicketPartContainer encTicketPartContainer)
- set the EncryptionKey on the ASN.1 object of the container
- Specified by:
setEncryptionKey in class AbstractReadEncryptionKey<EncTicketPartContainer>
- Parameters:
encryptionKey - the EncryptionKey objectencTicketPartContainer - container holding the ASN.1 object
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.