BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


Uses of Class
weblogic.xml.security.specs.EncryptionSpec

Packages that use EncryptionSpec
weblogic.xml.security.specs   
weblogic.xml.security.wsse   
 

Uses of EncryptionSpec in weblogic.xml.security.specs
 

Methods in weblogic.xml.security.specs that return EncryptionSpec
 EncryptionSpec SecuritySpec.setEncryptionSpec(String encryptionURI, X509Certificate cert)
          Deprecated. addEncryptionSpec adds a spec for encrypted data to the SecuritySpec.
 EncryptionSpec SecuritySpec.setEncryptionSpec(String encryptionURI, X509Certificate cert, boolean encryptBody)
          Deprecated. addEncryptionSpec adds a spec for encrypted data to the SecuritySpec.
 EncryptionSpec SecuritySpec.setEncryptionSpec(EncryptionSpec spec)
          Deprecated.  
 EncryptionSpec SecuritySpec.getEncryptionSpec()
          Deprecated. Returns the EncryptionSpec for this SecuritySpec
static EncryptionSpec EncryptionSpec.getDefaultSpec()
          Deprecated. Returns the default EncryptionSpec.
 

Methods in weblogic.xml.security.specs with parameters of type EncryptionSpec
 EncryptionSpec SecuritySpec.setEncryptionSpec(EncryptionSpec spec)
          Deprecated.  
 

Uses of EncryptionSpec in weblogic.xml.security.wsse
 

Methods in weblogic.xml.security.wsse with parameters of type EncryptionSpec
 weblogic.xml.security.encryption.EncryptedKey Security.addEncryption(Token token, EncryptionSpec spec)
          Deprecated. Adds an encrypted key to the security token.
 weblogic.xml.security.encryption.EncryptedKey Security.addEncryption(X509Certificate cert, EncryptionSpec spec)
          Deprecated. Adds an encrypted key to the security token.
 


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