|
Oracle | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV NEXT | FRAMES NO FRAMES |