| Package | Description | 
|---|---|
| weblogic.xml.security.specs | |
| weblogic.xml.security.wsse | 
| Modifier and Type | Method | Description | 
|---|---|---|
static EncryptionSpec | 
EncryptionSpec.getDefaultSpec() | 
 Deprecated. 
Returns the default EncryptionSpec. 
 | 
EncryptionSpec | 
SecuritySpec.getEncryptionSpec() | 
 Deprecated. 
Returns the EncryptionSpec for this SecuritySpec 
 | 
EncryptionSpec | 
SecuritySpec.setEncryptionSpec(java.lang.String encryptionURI,
                 java.security.cert.X509Certificate cert) | 
 Deprecated. 
addEncryptionSpec adds a spec for encrypted data to
 the SecuritySpec. | 
EncryptionSpec | 
SecuritySpec.setEncryptionSpec(java.lang.String encryptionURI,
                 java.security.cert.X509Certificate cert,
                 boolean encryptBody) | 
 Deprecated. 
addEncryptionSpec adds a spec for encrypted data to
 the SecuritySpec. | 
EncryptionSpec | 
SecuritySpec.setEncryptionSpec(EncryptionSpec spec) | 
 Deprecated. 
  | 
| Modifier and Type | Method | Description | 
|---|---|---|
EncryptionSpec | 
SecuritySpec.setEncryptionSpec(EncryptionSpec spec) | 
 Deprecated. 
  | 
| Modifier and Type | Method | Description | 
|---|---|---|
EncryptedKey | 
Security.addEncryption(java.security.cert.X509Certificate cert,
             EncryptionSpec spec) | 
 Deprecated. 
Adds an encrypted key to the security token. 
 | 
EncryptedKey | 
Security.addEncryption(Token token,
             EncryptionSpec spec) | 
 Deprecated. 
Adds an encrypted key to the security token. 
 |