BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.xml.security
Class NamedKey

java.lang.Object
  extended byweblogic.xml.security.NamedKey

Deprecated. please use new WS Security API

public class NamedKey
extends Object

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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,
                byte[] identifier)
Deprecated. 

NamedKey

public NamedKey(SecretKey key,
                String name)
Deprecated. 
Method Detail

getIdentifier

public byte[] getIdentifier()
Deprecated. 

getKey

public SecretKey getKey()
Deprecated. 

getName

public String getName()
Deprecated. 

getReferenceList

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

setReferenceList

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

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.