org.apache.directory.shared.kerberos.codec.apRep.actions
Class StoreEncPart
java.lang.Object
org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
org.apache.directory.shared.kerberos.codec.actions.AbstractReadEncryptedPart<ApRepContainer>
org.apache.directory.shared.kerberos.codec.apRep.actions.StoreEncPart
- All Implemented Interfaces:
- org.apache.directory.shared.asn1.ber.grammar.Action<ApRepContainer>
public class StoreEncPart
- extends AbstractReadEncryptedPart<ApRepContainer>
The action used to set the AP-REP enc-part
- Author:
- Apache Directory Project
| Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
name |
|
Constructor Summary |
StoreEncPart()
Instantiates a new StoreEncPart action. |
| Methods inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
toString |
StoreEncPart
public StoreEncPart()
- Instantiates a new StoreEncPart action.
setEncryptedData
protected void setEncryptedData(EncryptedData encryptedData,
ApRepContainer apRepContainer)
- set the EncryptedData on the ASN.1 object present in the container
- Specified by:
setEncryptedData in class AbstractReadEncryptedPart<ApRepContainer>
- Parameters:
encryptedData - the encrypted dataapRepContainer - the container holding ASN.1 object
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.