Skip navigation links

Oracle Fusion Middleware Web Services Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10678-05


oracle.security.xmlsec.wss.util
Class WSSKeyRetriever

java.lang.Object
  extended by oracle.security.xmlsec.keys.retrieval.KeyRetriever
      extended by oracle.security.xmlsec.wss.util.WSSKeyRetriever


public class WSSKeyRetriever
extends oracle.security.xmlsec.keys.retrieval.KeyRetriever

This class server as an utility for extracting keys from dsig:KeyInfo instances containing wsse elements. It can only retrieve information located in the same org.w3c.dom.Document instance.

Users should override this class to implement retrieval of keys from persistant storage.


Constructor Summary
WSSKeyRetriever()
           

 

Method Summary
 java.security.cert.X509Certificate processCert(oracle.security.xmlsec.keys.KeyInfoData kid)
          Parse the KeyInfo data and obtain the X509Certificate certificate.
 java.security.PrivateKey processPrivateKey(oracle.security.xmlsec.keys.KeyInfoData kid)
          Parse the KeyInfo data and obtain the private key.
 javax.crypto.SecretKey processSymmetricKey(oracle.security.xmlsec.keys.KeyInfoData kid)
          Parse the KeyInfo data and obtain the symmetric key.
protected  java.security.cert.X509Certificate retrieveCertificate(oracle.security.xmlsec.keys.KeyInfoData keyInfo)
           
protected  java.security.PrivateKey retrievePrivateKey(oracle.security.xmlsec.keys.KeyInfoData keyInfo)
           
protected  java.security.PublicKey retrievePublicKey(oracle.security.xmlsec.keys.KeyInfoData keyInfo)
           
protected  javax.crypto.SecretKey retrieveSymmetricKey(oracle.security.xmlsec.keys.KeyInfoData keyInfo)
           

 

Methods inherited from class oracle.security.xmlsec.keys.retrieval.KeyRetriever
addKeyRetriever, getAuthenticator, getCertificate, getCertificate, getPrivateKey, getPrivateKey, getPublicKey, getPublicKey, getSymmetricKey, getSymmetricKey, removeKeyRetriever, retrieveCertificate, retrievePrivateKey, retrievePublicKey, retrieveSymmetricKey, setAuthenticator, setCertificateValidator, validateCertificate, validateCertificate, validateCertificate

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

WSSKeyRetriever

public WSSKeyRetriever()

Method Detail

retrieveCertificate

protected java.security.cert.X509Certificate retrieveCertificate(oracle.security.xmlsec.keys.KeyInfoData keyInfo)
                                                          throws oracle.security.xmlsec.keys.retrieval.KeyRetrievalException
Overrides:
retrieveCertificate in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
Throws:
oracle.security.xmlsec.keys.retrieval.KeyRetrievalException

retrievePublicKey

protected java.security.PublicKey retrievePublicKey(oracle.security.xmlsec.keys.KeyInfoData keyInfo)
                                             throws oracle.security.xmlsec.keys.retrieval.KeyRetrievalException
Overrides:
retrievePublicKey in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
Throws:
oracle.security.xmlsec.keys.retrieval.KeyRetrievalException

retrievePrivateKey

protected java.security.PrivateKey retrievePrivateKey(oracle.security.xmlsec.keys.KeyInfoData keyInfo)
                                               throws oracle.security.xmlsec.keys.retrieval.KeyRetrievalException
Overrides:
retrievePrivateKey in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
Throws:
oracle.security.xmlsec.keys.retrieval.KeyRetrievalException

retrieveSymmetricKey

protected javax.crypto.SecretKey retrieveSymmetricKey(oracle.security.xmlsec.keys.KeyInfoData keyInfo)
                                               throws oracle.security.xmlsec.keys.retrieval.KeyRetrievalException
Overrides:
retrieveSymmetricKey in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
Throws:
oracle.security.xmlsec.keys.retrieval.KeyRetrievalException

processCert

public java.security.cert.X509Certificate processCert(oracle.security.xmlsec.keys.KeyInfoData kid)
                                               throws WSSException
Parse the KeyInfo data and obtain the X509Certificate certificate. This method assumes that the reference points to a X.509 certificate token in the same Document.
Parameters:
kid - The wsse:SecurityTokenReference element.
Returns:
Returns the X509Certificate certificate or null.
Throws:
WSSException

processPrivateKey

public java.security.PrivateKey processPrivateKey(oracle.security.xmlsec.keys.KeyInfoData kid)
                                           throws WSSException
Parse the KeyInfo data and obtain the private key.
Parameters:
kid - The wsse:SecurityTokenReference element.
Returns:
Returns the private key or null.
Throws:
WSSException

processSymmetricKey

public javax.crypto.SecretKey processSymmetricKey(oracle.security.xmlsec.keys.KeyInfoData kid)
                                           throws WSSException
Parse the KeyInfo data and obtain the symmetric key.
Parameters:
kid - The wsse:SecurityTokenReference element.
Returns:
Returns the symmetric key or null.
Throws:
WSSException

Skip navigation links

Oracle Fusion Middleware Web Services Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10678-05


Copyright © 2005, 2013 , Oracle. All rights reserved.