|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use EncryptionException | |
| com.rsa.swsj | This package contains general classes that are used by XML Signature and XML Encryption implementations. |
| com.rsa.swsj.encryption | This package contains classes that implement XML encryption specification. |
| com.rsa.swsj.profiles.wss | This package contains classes that implement WSS SOAP Message Security specification. |
| Uses of EncryptionException in com.rsa.swsj |
| Methods in com.rsa.swsj that throw EncryptionException | |
void |
XMLDocument.process()
This method processes a security operations,such as sign or encrypt. |
| Uses of EncryptionException in com.rsa.swsj.encryption |
| Methods in com.rsa.swsj.encryption that throw EncryptionException | |
void |
XMLEncryption.setSecretKey(javax.crypto.SecretKey secretKey)
Sets the secret key that will be used to encrypt or decrypt data. |
void |
XMLEncryption.setWrappingKey(javax.crypto.SecretKey wrapKey)
Sets the key used for wrapping the encryption key. |
void |
XMLEncryption.setEncryptionMethod(java.lang.String encryptionMethod)
Sets the encryption method to encryptionMethod. |
| Constructors in com.rsa.swsj.encryption that throw EncryptionException | |
XMLEncryption(SWSJContext context)
This is the default constructor. |
|
XMLEncryption(SWSJContext context,
java.lang.String reference,
java.security.PublicKey pubKey)
This constructor should be used in simple cases. |
|
| Uses of EncryptionException in com.rsa.swsj.profiles.wss |
| Methods in com.rsa.swsj.profiles.wss that throw EncryptionException | |
void |
WSSDocument.process()
This method processes a security operations,such as sign or encrypt. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||