|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EncryptionOptions | |
---|---|
org.apache.abdera.security |
Uses of EncryptionOptions in org.apache.abdera.security |
---|
Methods in org.apache.abdera.security that return EncryptionOptions | |
---|---|
EncryptionOptions |
Encryption.getDefaultEncryptionOptions()
Returns the default encryption/decryption options |
EncryptionOptions |
EncryptionOptions.setDataCipherAlgorithm(String alg)
Set the cipher algorithm used to decyrpt/encrypt the document content The default is "http://www.w3.org/2001/04/xmlenc#aes128-cbc" |
EncryptionOptions |
EncryptionOptions.setDataEncryptionKey(Key key)
Set the secret key used to encrypt/decrypt the document content |
EncryptionOptions |
EncryptionOptions.setIncludeKeyInfo(boolean includeKeyInfo)
Set whether the encryption should include information about the key The default is false |
EncryptionOptions |
EncryptionOptions.setKeyCipherAlgorithm(String alg)
Set the cipher algorithm used to decrypt/encrypt the data encryption key The default is "http://www.w3.org/2001/04/xmlenc#kw-aes128" |
EncryptionOptions |
EncryptionOptions.setKeyEncryptionKey(Key key)
Set the secret key used to encrypt/decrypt the data encryption key |
Methods in org.apache.abdera.security with parameters of type EncryptionOptions | |
---|---|
Document |
Encryption.decrypt(Document doc,
EncryptionOptions options)
Decrypt the document using the specified options |
Document |
Encryption.encrypt(Document doc,
EncryptionOptions options)
Encrypt the document using the specified options |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |