Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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
static EncryptionSpec EncryptionSpec.getDefaultSpec()
          Deprecated. Returns the default EncryptionSpec.
 EncryptionSpec SecuritySpec.getEncryptionSpec()
          Deprecated. Returns the EncryptionSpec for this SecuritySpec
 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.  

 

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
abstract  EncryptedKey Security.addEncryption(Token token, EncryptionSpec spec)
          Deprecated. Adds an encrypted key to the security token.
abstract  EncryptedKey Security.addEncryption(X509Certificate cert, EncryptionSpec spec)
          Deprecated. Adds an encrypted key to the security token.

 


Skip navigation links

Copyright 1996, 2015, 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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09