org.apache.directory.shared.kerberos.codec.etypeInfoEntry.actions
Class StoreSalt

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.grammar.GrammarAction<C>
      extended by org.apache.directory.shared.asn1.actions.AbstractReadOctetString<ETypeInfoEntryContainer>
          extended by org.apache.directory.shared.kerberos.codec.etypeInfoEntry.actions.StoreSalt
All Implemented Interfaces:
org.apache.directory.shared.asn1.ber.grammar.Action<ETypeInfoEntryContainer>

public class StoreSalt
extends org.apache.directory.shared.asn1.actions.AbstractReadOctetString<ETypeInfoEntryContainer>

The action used to store the ETYPE-INFO-ENTRY cipher

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
StoreSalt()
          Instantiates a new StoreSalt action.
 
Method Summary
protected  void setOctetString(byte[] data, ETypeInfoEntryContainer eTypeInfoEntryContainer)
          
 
Methods inherited from class org.apache.directory.shared.asn1.actions.AbstractReadOctetString
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

StoreSalt

public StoreSalt()
Instantiates a new StoreSalt action.

Method Detail

setOctetString

protected void setOctetString(byte[] data,
                              ETypeInfoEntryContainer eTypeInfoEntryContainer)

Specified by:
setOctetString in class org.apache.directory.shared.asn1.actions.AbstractReadOctetString<ETypeInfoEntryContainer>


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