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