| Package | Description | 
|---|---|
| weblogic.xml.security.encryption | |
| weblogic.xml.security.keyinfo | |
| weblogic.xml.security.wsse | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EncryptedType.setKey(EncryptedKey ek)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
KeyInfo.addEncryptedKey(EncryptedKey encryptedKey)
Adds an  
EncryptedKey to the KeyInfo element. | 
void | 
KeyInfo.removeEncryptedKey(EncryptedKey encryptedKey)
Removes an EncryptedKey from the KeyInfo element. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EncryptedKey | 
Security.addEncryption(Token token,
             EncryptionSpec spec)
Deprecated.  
Adds an encrypted key to the security token. 
 | 
EncryptedKey | 
Security.addEncryption(X509Certificate cert,
             EncryptionSpec spec)
Deprecated.  
Adds an encrypted key to the security token. 
 |