Get the Certificate Store. This gets all the client certificates from the Trust
Store and returns the Certificate store.
a CertificateStore instance, this store has the client certificates whichwill be used in verifying a certification path.
Get the Type String.
In Shasta 1.0 we support "JavaStandard" which encompasses : JKS, PKCS12, JCEKS
and "SJSAS" which implies the Application Server environment.
manager type
The implementation on the CallbackHandlerInterface. This class supports
CertStoreCallback, PrivateKeyCallback, SecretKeyCallback & TrustStoreCallback
Parameters: callbacks - - array of Callbacks to be handled. throws: java.io.IOException - - if an input or output error occurs. throws: UnsupportedCallbackException - - if the implementation of this methoddoes not support one or more of the Callbacks specified in the callbacks parameter.
Initialize this KeyStore Service.
Parameters: initProperties - are the Properties specified for the Service throws: IllegalStateException - if the domain cannot be initialized
initializeKeyStore
public synchronized void initializeKeyStore(Properties props)(Code)
Initialize the Keystore.
Parameters: props - the Properties which are required for initialization. This particualr instance of the service looks for the properties keystore.url, keystore.type and keystore.password
initializeTrustStore
public synchronized void initializeTrustStore(Properties props)(Code)
Initialize the TrustStore.
Parameters: props - the Properties which are required for initialization. This particualr instance of the service looks for the properties keystore.url, keystore.type and keystore.password
Set the StringTranslator on the Plugin. The StringTranslator
is created for the package the plugin belongs to.
Parameters: translator - is the StringTranslator to use.