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