org.apache.directory.shared.kerberos.codec.kdcRep.actions
Class StoreEncPart

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
      extended by org.apache.directory.shared.kerberos.codec.actions.AbstractReadEncryptedPart<KdcRepContainer>
          extended by org.apache.directory.shared.kerberos.codec.kdcRep.actions.StoreEncPart
All Implemented Interfaces:
org.apache.directory.shared.asn1.ber.grammar.Action<KdcRepContainer>

public class StoreEncPart
extends AbstractReadEncryptedPart<KdcRepContainer>

The action used to set the ticket EncodedPart

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
StoreEncPart()
          Instantiates a new TicketEncPart action.
 
Method Summary
protected  void setEncryptedData(EncryptedData encryptedData, KdcRepContainer kdcRepContainer)
          set the EncryptedData on the ASN.1 object present in the container
 
Methods inherited from class org.apache.directory.shared.kerberos.codec.actions.AbstractReadEncryptedPart
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

StoreEncPart

public StoreEncPart()
Instantiates a new TicketEncPart action.

Method Detail

setEncryptedData

protected void setEncryptedData(EncryptedData encryptedData,
                                KdcRepContainer kdcRepContainer)
set the EncryptedData on the ASN.1 object present in the container

Specified by:
setEncryptedData in class AbstractReadEncryptedPart<KdcRepContainer>
Parameters:
encryptedData - the encrypted data
kdcRepContainer - the container holding ASN.1 object


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