| Package | Description | 
|---|---|
| weblogic.xml.security.encryption | |
| weblogic.xml.security.keyinfo | |
| weblogic.xml.security.signature | |
| weblogic.xml.security.utils | |
| weblogic.xml.security.wsse | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EncryptionException  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
KeyResolverException  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
XMLSignatureException  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
XMLSecurityException  | 
| 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. 
 | 
Signature | 
Security.addSignature(Token token,
            SignatureSpec spec)
Deprecated.  
Adds a XML Signature to the Security element. 
 | 
void | 
UsernameToken.setId(String id)
Deprecated.  
Sets the ID attribute of the UsernameToken. 
 |