|
|||||||||
| 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
ConfigAdaptergetProperty in interface ConfigAdaptercom.iplanet.trustbase.initiator.ConfigAdapterproperty - 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
ConfigAdaptergetObjectProperty in interface ConfigAdaptercom.iplanet.trustbase.initiator.ConfigAdapterproperty - 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
ConfigAdaptergetSignerPath in interface ConfigAdaptercom.iplanet.trustbase.initiator.ConfigAdapterConfigAdapterException - if the path could not be retrieved
and processing should not continue.
public java.security.cert.X509Certificate[][] getVerificationPaths()
throws ConfigAdapterException
ConfigAdaptergetVerificationPaths in interface ConfigAdaptercom.iplanet.trustbase.initiator.ConfigAdapterCSCConfigException - if the paths could not be retrieved
and processing should not continue.
public java.security.cert.X509Certificate[] getSSLSignerPath()
throws ConfigAdapterException
ConfigAdaptergetSSLSignerPath in interface ConfigAdaptercom.iplanet.trustbase.initiator.ConfigAdapterConfigAdapterException - if the certificate chain could not be returned.
public java.security.PrivateKey getSSLSignerKey()
throws ConfigAdapterException
ConfigAdaptergetSSLSignerKey in interface ConfigAdaptercom.iplanet.trustbase.initiator.ConfigAdapterConfigAdapterException - if the key could not be returned.
public java.security.PrivateKey getSignerKey()
throws ConfigAdapterException
ConfigAdaptergetSignerKey in interface ConfigAdaptercom.iplanet.trustbase.initiator.ConfigAdapterConfigAdapterException - if the key could not be retrieved
and processing should not continue.
public void validateChain(java.security.cert.X509Certificate[] chain)
throws ConfigAdapterException
ConfigAdaptervalidateChain in interface ConfigAdaptercom.iplanet.trustbase.initiator.ConfigAdaptercertificateChain - is the certificate chain to check.
public java.security.cert.X509Certificate[] completeChain(java.security.cert.X509Certificate certificate)
throws ConfigAdapterException
ConfigAdaptercompleteChain in interface ConfigAdaptercom.iplanet.trustbase.initiator.ConfigAdaptercertificate - 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 | ||||||||