BEA Systems, Inc.

weblogic.xml.security
Class NamedKey

java.lang.Object
  extended by weblogic.xml.security.NamedKey

Deprecated. please use new WS Security API

public class NamedKey
extends Object


Constructor Summary
NamedKey(SecretKey key, byte[] identifier)
          Deprecated.  
NamedKey(SecretKey key, String name)
          Deprecated.  
 
Method Summary
 byte[] getIdentifier()
          Deprecated.  
 SecretKey getKey()
          Deprecated.  
 String getName()
          Deprecated.  
 weblogic.xml.security.encryption.ReferenceList getReferenceList()
          Deprecated.  
 void setReferenceList(weblogic.xml.security.encryption.ReferenceList referenceList)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedKey

public NamedKey(SecretKey key,
                String name)
Deprecated. 

NamedKey

public NamedKey(SecretKey key,
                byte[] identifier)
Deprecated. 
Method Detail

getIdentifier

public byte[] getIdentifier()
Deprecated. 

setReferenceList

public void setReferenceList(weblogic.xml.security.encryption.ReferenceList referenceList)
Deprecated. 

getReferenceList

public weblogic.xml.security.encryption.ReferenceList getReferenceList()
Deprecated. 

getName

public String getName()
Deprecated. 

getKey

public SecretKey getKey()
Deprecated. 

Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.