org.apache.directory.shared.kerberos.codec.encryptionKey
Class EncryptionKeyContainer

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.AbstractContainer
      extended by org.apache.directory.shared.kerberos.codec.encryptionKey.EncryptionKeyContainer
All Implemented Interfaces:
org.apache.directory.shared.asn1.ber.Asn1Container

public class EncryptionKeyContainer
extends org.apache.directory.shared.asn1.ber.AbstractContainer

The EncryptionKey container stores the EncryptionKey decoded by the Asn1Decoder.

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.AbstractContainer
decodeBytes, grammar, stateStack
 
Constructor Summary
EncryptionKeyContainer()
          Creates a new EncryptionKeyContainer object.
 
Method Summary
 EncryptionKey getEncryptionKey()
           
 void setEncryptionKey(EncryptionKey encryptionKey)
          Set a EncryptionKey Object into the container
 
Methods inherited from class org.apache.directory.shared.asn1.ber.AbstractContainer
clean, getCurrentTLV, getDecodeBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodeBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setGathering, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptionKeyContainer

public EncryptionKeyContainer()
Creates a new EncryptionKeyContainer object.

Method Detail

getEncryptionKey

public EncryptionKey getEncryptionKey()
Returns:
Returns the EncryptionKey.

setEncryptionKey

public void setEncryptionKey(EncryptionKey encryptionKey)
Set a EncryptionKey Object into the container

Parameters:
encryptionKey - The EncryptionKey to set.


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