Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04

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

Packages that use EncryptionSpec
weblogic.xml.security.specs Deprecated. Provides interfaces and classes for weblogic.xml.security.specs
weblogic.xml.security.wsse Deprecated. Provides interfaces and classes for weblogic.xml.security.wsse
 

Uses of EncryptionSpec in weblogic.xml.security.specs
 

Methods in weblogic.xml.security.specs that return EncryptionSpec
static EncryptionSpec EncryptionSpec.getDefaultSpec()
          Deprecated. Returns the default EncryptionSpec.
 EncryptionSpec SecuritySpec.getEncryptionSpec()
          Deprecated. Returns the EncryptionSpec for this SecuritySpec
 EncryptionSpec SecuritySpec.setEncryptionSpec(EncryptionSpec spec)
          Deprecated.  
 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.
 

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.
 


Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04