org.apache.directory.shared.kerberos.codec.encryptionKey.actions
Class EncryptionKeyInit

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.grammar.GrammarAction<EncryptionKeyContainer>
      extended by org.apache.directory.shared.kerberos.codec.encryptionKey.actions.EncryptionKeyInit
All Implemented Interfaces:
org.apache.directory.shared.asn1.ber.grammar.Action<EncryptionKeyContainer>

public class EncryptionKeyInit
extends org.apache.directory.shared.asn1.ber.grammar.GrammarAction<EncryptionKeyContainer>

The action used to initialize the EncryptionKey object

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
EncryptionKeyInit()
          Instantiates a new EncryptionKeyInit action.
 
Method Summary
 void action(EncryptionKeyContainer encryptionKeyContainer)
          
 
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

EncryptionKeyInit

public EncryptionKeyInit()
Instantiates a new EncryptionKeyInit action.

Method Detail

action

public void action(EncryptionKeyContainer encryptionKeyContainer)
            throws org.apache.directory.shared.asn1.DecoderException

Throws:
org.apache.directory.shared.asn1.DecoderException


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