public class PublicKeyRecipient extends Object
PublicKeyProtectionPolicy| Constructor and Description | 
|---|
| PublicKeyRecipient() | 
| Modifier and Type | Method and Description | 
|---|---|
| AccessPermission | getPermission()Returns the access permission granted to the recipient. | 
| X509Certificate | getX509()Returns the X509 certificate of the recipient. | 
| void | setPermission(AccessPermission permissions)Set the access permission granted to the recipient. | 
| void | setX509(X509Certificate aX509)Set the X509 certificate of the recipient. | 
public X509Certificate getX509()
public void setX509(X509Certificate aX509)
aX509 - The X509 certificatepublic AccessPermission getPermission()
public void setPermission(AccessPermission permissions)
permissions - The permission to set.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.