Skip navigation links

Oracle Security Developer Tools Web Services Security Java API Reference
11g (11.1.1)

E10678-02


oracle.security.xmlsec.wss
Class WSSEncryptedKeyIdentifierResolver

java.lang.Object
  extended by oracle.security.xmlsec.wss.WSSEncryptedKeyIdentifierResolver


public abstract class WSSEncryptedKeyIdentifierResolver
extends java.lang.Object

KeyIdentifier resolvers for type EncryptedKey

Since:
release specific (what release of product did this appear in)
Version:
$Header: WSSEncryptedKeyIdentifierResolver.java 26-jul-2006.12:44:45 pdatta Exp $

Constructor Summary
WSSEncryptedKeyIdentifierResolver()
           

 

Method Summary
abstract  javax.crypto.SecretKey getKey(WSSEncryptedKeyIdentifier keyID)
          Subclasses need to override this method to return the Key that this keyIdentifier refers to.

 

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

 

Constructor Detail

WSSEncryptedKeyIdentifierResolver

public WSSEncryptedKeyIdentifierResolver()

Method Detail

getKey

public abstract javax.crypto.SecretKey getKey(WSSEncryptedKeyIdentifier keyID)
Subclasses need to override this method to return the Key that this keyIdentifier refers to. Although a EncryptedKeyIdentifer refers to a an EncryptedKey, clients need not store the EncryptedKey, they might just maintain a hash table of the encryptedKeySHA1 and the key
Returns:
the Key after decrypting the EncryptedKey that this EncryptedKeyIdentifier refers to

Skip navigation links

Oracle Security Developer Tools Web Services Security Java API Reference
11g (11.1.1)

E10678-02


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