public class KeyEncryptionParameters extends EncryptionParameters
Modifier and Type | Field and Description |
---|---|
private String |
recipient
Recipient of the key.
|
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
private String recipient
public String getRecipient()
public void setRecipient(String newRecipient)
newRecipient
- the recipient of the keyCopyright © 1999–2017. All rights reserved.