org.apache.directory.shared.kerberos.codec.krbCredInfo.actions
Class StoreKey

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
      extended by org.apache.directory.shared.kerberos.codec.actions.AbstractReadEncryptionKey<KrbCredInfoContainer>
          extended by org.apache.directory.shared.kerberos.codec.krbCredInfo.actions.StoreKey
All Implemented Interfaces:
org.apache.directory.shared.asn1.ber.grammar.Action<KrbCredInfoContainer>

public class StoreKey
extends AbstractReadEncryptionKey<KrbCredInfoContainer>

The action used to set the KrbCredInfo key

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
StoreKey()
          Instantiates a new StoreKey action.
 
Method Summary
protected  void setEncryptionKey(EncryptionKey encryptionKey, KrbCredInfoContainer krbCredInfoContainer)
          set the EncryptionKey on the ASN.1 object of the container
 
Methods inherited from class org.apache.directory.shared.kerberos.codec.actions.AbstractReadEncryptionKey
action
 
Methods inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StoreKey

public StoreKey()
Instantiates a new StoreKey action.

Method Detail

setEncryptionKey

protected void setEncryptionKey(EncryptionKey encryptionKey,
                                KrbCredInfoContainer krbCredInfoContainer)
set the EncryptionKey on the ASN.1 object of the container

Specified by:
setEncryptionKey in class AbstractReadEncryptionKey<KrbCredInfoContainer>
Parameters:
encryptionKey - the EncryptionKey object
krbCredInfoContainer - container holding the ASN.1 object


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.