public abstract class AbstractReadEncryptionKey<E extends org.apache.directory.api.asn1.ber.Asn1Container>
extends org.apache.directory.api.asn1.ber.grammar.GrammarAction<E>
Constructor and Description |
---|
AbstractReadEncryptionKey(String name)
Instantiates a new AbstractReadEncryptionKey action.
|
Modifier and Type | Method and Description |
---|---|
void |
action(E container) |
protected abstract void |
setEncryptionKey(EncryptionKey encryptionKey,
E container)
set the EncryptionKey on the ASN.1 object of the container
|
public AbstractReadEncryptionKey(String name)
protected abstract void setEncryptionKey(EncryptionKey encryptionKey, E container)
encryptionKey
- the EncryptionKey objectcontainer
- container holding the ASN.1 objectpublic final void action(E container) throws org.apache.directory.api.asn1.DecoderException
org.apache.directory.api.asn1.DecoderException
Copyright © 2019. All rights reserved.