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

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

public class StoreKvno
extends org.apache.directory.shared.asn1.actions.AbstractReadInteger<EncryptedDataContainer>

The action used to store the EncryptedPart Kvno

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
StoreKvno()
          Instantiates a new EncryptedPartKvno action.
 
Method Summary
protected  void setIntegerValue(int value, EncryptedDataContainer encryptedDataContainer)
          
 
Methods inherited from class org.apache.directory.shared.asn1.actions.AbstractReadInteger
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

StoreKvno

public StoreKvno()
Instantiates a new EncryptedPartKvno action.

Method Detail

setIntegerValue

protected void setIntegerValue(int value,
                               EncryptedDataContainer encryptedDataContainer)

Specified by:
setIntegerValue in class org.apache.directory.shared.asn1.actions.AbstractReadInteger<EncryptedDataContainer>


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