org.apache.directory.shared.kerberos.codec.encryptedData.actions
Class StoreCipher
java.lang.Object
org.apache.directory.shared.asn1.ber.grammar.GrammarAction<C>
org.apache.directory.shared.asn1.actions.AbstractReadOctetString<EncryptedDataContainer>
org.apache.directory.shared.kerberos.codec.encryptedData.actions.StoreCipher
- All Implemented Interfaces:
- org.apache.directory.shared.asn1.ber.grammar.Action<EncryptedDataContainer>
public class StoreCipher
- extends org.apache.directory.shared.asn1.actions.AbstractReadOctetString<EncryptedDataContainer>
The action used to store the EncryptedPart cipher
- Author:
- Apache Directory Project
| Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
name |
|
Constructor Summary |
StoreCipher()
Instantiates a new EncryptedPart Cipher action. |
| Methods inherited from class org.apache.directory.shared.asn1.actions.AbstractReadOctetString |
action |
| Methods inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
toString |
StoreCipher
public StoreCipher()
- Instantiates a new EncryptedPart Cipher action.
setOctetString
protected void setOctetString(byte[] data,
EncryptedDataContainer encryptedDataContainer)
-
- Specified by:
setOctetString in class org.apache.directory.shared.asn1.actions.AbstractReadOctetString<EncryptedDataContainer>
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.