public abstract class AbstractReadEncryptedPart<E extends org.apache.directory.api.asn1.ber.Asn1Container>
extends org.apache.directory.api.asn1.ber.grammar.GrammarAction<E>
| Constructor and Description |
|---|
AbstractReadEncryptedPart(String name)
Instantiates a new AbstractReadEncryptedPart action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(E container) |
protected abstract void |
setEncryptedData(EncryptedData encryptedData,
E container)
set the EncryptedData on the ASN.1 object present in the container
|
public AbstractReadEncryptedPart(String name)
protected abstract void setEncryptedData(EncryptedData encryptedData, E container)
encryptedData - the encrypted datacontainer - the container holding ASN.1 objectpublic final void action(E container) throws org.apache.directory.api.asn1.DecoderException
org.apache.directory.api.asn1.DecoderExceptionCopyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.