|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.iplanet.trustbase.initiator.config.ConfigAdapterImpl
Constructor Summary | |
ConfigAdapterImpl(java.util.Properties props)
|
Method Summary | |
java.security.cert.X509Certificate[] |
completeChain(java.security.cert.X509Certificate certificate)
Completes a chain given a supplied certificate. |
java.lang.Object |
getObjectProperty(java.lang.String property)
Get an object property from the system. |
java.lang.String |
getProperty(java.lang.String property)
Get a property from the system |
java.security.PrivateKey |
getSignerKey()
Get the private key used to sign the request message |
java.security.cert.X509Certificate[] |
getSignerPath()
Get the certificate path that will be included in the request as the signer's certificate path. |
java.security.PrivateKey |
getSSLSignerKey()
Get the signing key for SSL Client Transactions |
java.security.cert.X509Certificate[] |
getSSLSignerPath()
Get the SSL Client Certificate to use for SSL negotiation. |
TokenKeyStore |
getStore()
|
java.security.cert.X509Certificate[][] |
getVerificationPaths()
Get the set of certificate paths that will be used to verify the response message. |
void |
validateChain(java.security.cert.X509Certificate[] chain)
Validate a supplied certificate chain. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConfigAdapterImpl(java.util.Properties props) throws ConfigAdapterException
Method Detail |
public java.lang.String getProperty(java.lang.String property) throws ConfigAdapterException
ConfigAdapter
getProperty
in interface ConfigAdapter
com.iplanet.trustbase.initiator.ConfigAdapter
property
- the name of the property requiredConfigAdapterException
- if the property could not be found
and processing should not continue.public java.lang.Object getObjectProperty(java.lang.String property) throws ConfigAdapterException
ConfigAdapter
getObjectProperty
in interface ConfigAdapter
com.iplanet.trustbase.initiator.ConfigAdapter
property
- the name of the property required.ConfigAdapterException
- if the property could not be found
and processing should not continue.public java.security.cert.X509Certificate[] getSignerPath() throws ConfigAdapterException
ConfigAdapter
getSignerPath
in interface ConfigAdapter
com.iplanet.trustbase.initiator.ConfigAdapter
ConfigAdapterException
- if the path could not be retrieved
and processing should not continue.public java.security.cert.X509Certificate[][] getVerificationPaths() throws ConfigAdapterException
ConfigAdapter
getVerificationPaths
in interface ConfigAdapter
com.iplanet.trustbase.initiator.ConfigAdapter
CSCConfigException
- if the paths could not be retrieved
and processing should not continue.public java.security.cert.X509Certificate[] getSSLSignerPath() throws ConfigAdapterException
ConfigAdapter
getSSLSignerPath
in interface ConfigAdapter
com.iplanet.trustbase.initiator.ConfigAdapter
ConfigAdapterException
- if the certificate chain could not be returned.public java.security.PrivateKey getSSLSignerKey() throws ConfigAdapterException
ConfigAdapter
getSSLSignerKey
in interface ConfigAdapter
com.iplanet.trustbase.initiator.ConfigAdapter
ConfigAdapterException
- if the key could not be returned.public java.security.PrivateKey getSignerKey() throws ConfigAdapterException
ConfigAdapter
getSignerKey
in interface ConfigAdapter
com.iplanet.trustbase.initiator.ConfigAdapter
ConfigAdapterException
- if the key could not be retrieved
and processing should not continue.public void validateChain(java.security.cert.X509Certificate[] chain) throws ConfigAdapterException
ConfigAdapter
validateChain
in interface ConfigAdapter
com.iplanet.trustbase.initiator.ConfigAdapter
certificateChain
- is the certificate chain to check.public java.security.cert.X509Certificate[] completeChain(java.security.cert.X509Certificate certificate) throws ConfigAdapterException
ConfigAdapter
completeChain
in interface ConfigAdapter
com.iplanet.trustbase.initiator.ConfigAdapter
certificate
- The certificate to try and completeConfigAdapterException
- if it is unable to complete the chainpublic TokenKeyStore getStore()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |