|
Oracle Security Developer Tools Web Services Security Java API Reference 10g Release 3 (10.1.3) B25382-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.xmlsec.wss.x509.X509KeyIdentifierResolver
A generic interface for resolving X.509 Key Identifiers.
| Constructor Summary | |
X509KeyIdentifierResolver() |
|
| Method Summary | |
abstract oracle.security.crypto.core.PrivateKey |
getPrivateKey(X509KeyIdentifier keyID, java.lang.String keyValueType)Sub-classes need to implement this method to resolve the X.509 Issuer and Serial Number and return the corresponding private key. |
abstract oracle.security.crypto.cert.X509 |
resolve(X509KeyIdentifier keyID, java.lang.String keyValueType)Sub-classes need to implement this method to resolve the X.509 key identifier and return the corresponding X.509v3 certificate. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public X509KeyIdentifierResolver()
| Method Detail |
public abstract oracle.security.crypto.cert.X509 resolve(X509KeyIdentifier keyID,
java.lang.String keyValueType)
throws X509KeyIdentifierResolverException
keyID - The subject public key identifier.keyValueType - The key data Value Type.null on failure.X509KeyIdentifierResolverException
public abstract oracle.security.crypto.core.PrivateKey getPrivateKey(X509KeyIdentifier keyID,
java.lang.String keyValueType)
throws X509KeyIdentifierResolverException
keyID - The subject public key identifier.keyValueType - The key data Value Type.null on failure.X509KeyIdentifierResolverException
|
Oracle Security Developer Tools Web Services Security Java API Reference 10g Release 3 (10.1.3) B25382-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||