public class PrivateKeyCallback extends XWSSCallback implements Callback
| Constructor and Description |
|---|
PrivateKeyCallback() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
PrivateKey |
getKey() |
KeyStore |
getKeystore() |
void |
setAlias(String alias) |
void |
setKey(PrivateKey key) |
void |
setKeystore(KeyStore keystore) |
getRuntimePropertiespublic PrivateKey getKey()
public void setKey(PrivateKey key)
public KeyStore getKeystore()
public void setKeystore(KeyStore keystore)
public void setAlias(String alias)
public String getAlias()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.