org.apache.directory.shared.kerberos.codec.encryptedData.actions
Class EncryptedDataInit

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

public class EncryptedDataInit
extends org.apache.directory.shared.asn1.ber.grammar.GrammarAction<EncryptedDataContainer>

The action used to initialize the EncryptedData object

Author:
Apache Directory Project

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

EncryptedDataInit

public EncryptedDataInit()
Instantiates a new EncryptedDataInit action.

Method Detail

action

public void action(EncryptedDataContainer encryptedDataContainer)
            throws org.apache.directory.shared.asn1.DecoderException

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


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