|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to the host property system.
ConfigAdapterException
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. |
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. |
Method Detail |
public java.lang.String getProperty(java.lang.String property) throws ConfigAdapterException
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
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
ConfigAdapterException
- if the path could not be retrieved
and processing should not continue.public java.security.cert.X509Certificate[][] getVerificationPaths() throws ConfigAdapterException
CSCConfigException
- if the paths could not be retrieved
and processing should not continue.public java.security.PrivateKey getSignerKey() throws ConfigAdapterException
ConfigAdapterException
- if the key could not be retrieved
and processing should not continue.public java.security.cert.X509Certificate[] getSSLSignerPath() throws ConfigAdapterException
ConfigAdapterException
- if the certificate chain could not be returned.public java.security.PrivateKey getSSLSignerKey() throws ConfigAdapterException
ConfigAdapterException
- if the key could not be returned.public void validateChain(java.security.cert.X509Certificate[] chain) throws ConfigAdapterException
certificateChain
- is the certificate chain to check.public java.security.cert.X509Certificate[] completeChain(java.security.cert.X509Certificate certificate) throws ConfigAdapterException
certificate
- The certificate to try and completeConfigAdapterException
- if it is unable to complete the chain
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |