public class PropertyCallbackHandler extends Object implements CallbackHandler
| Constructor and Description |
|---|
PropertyCallbackHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncryptionProperties() |
String |
getSignatureProperties() |
void |
handle(Callback[] callbacks) |
void |
setEncryptionProperties(String encryptionProperties) |
void |
setSignatureProperties(String signatureProperties) |
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
handle in interface CallbackHandlerIOExceptionUnsupportedCallbackExceptionpublic String getSignatureProperties()
public void setSignatureProperties(String signatureProperties)
public String getEncryptionProperties()
public void setEncryptionProperties(String encryptionProperties)
This work is licensed under a Creative Commons Attribution 4.0 International License.