public class KeyEncryptionParameters extends EncryptionParameters
Constructor and Description |
---|
KeyEncryptionParameters()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getRecipient()
Gets the recipient of the key.
|
void |
setRecipient(String newRecipient)
Sets the recipient of the key.
|
getAlgorithm, getEncryptionCredential, getKeyInfoGenerator, setAlgorithm, setEncryptionCredential, setKeyInfoGenerator
public String getRecipient()
public void setRecipient(String newRecipient)
newRecipient
- the recipient of the keyCopyright © 2018 JBoss by Red Hat. All rights reserved.