Package com.sun.xml.wss.impl.callback
Class PrivateKeyCallback
java.lang.Object
com.sun.xml.wss.impl.callback.XWSSCallback
com.sun.xml.wss.impl.callback.PrivateKeyCallback
- All Implemented Interfaces:
Callback
Callback class for obtaining the private key from KeyStore
Used only for Metro(WSIT) Security Scenarios
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlias()getKey()voidvoidsetKey(PrivateKey key) voidsetKeystore(KeyStore keystore) Methods inherited from class com.sun.xml.wss.impl.callback.XWSSCallback
getRuntimeProperties
-
Constructor Details
-
PrivateKeyCallback
public PrivateKeyCallback()
-
-
Method Details
-
getKey
-
setKey
-
getKeystore
-
setKeystore
-
setAlias
-
getAlias
-