public class KeyEncryptionParameters extends EncryptionParameters
コンストラクタと説明 |
---|
KeyEncryptionParameters()
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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 © 2012. All Rights Reserved.