org.apache.abdera.security
Interface EncryptionOptions
- All Superinterfaces:
- SecurityOptions
public interface EncryptionOptions
- extends SecurityOptions
getDataEncryptionKey
java.security.Key getDataEncryptionKey()
setDataEncryptionKey
void setDataEncryptionKey(java.security.Key key)
getKeyEncryptionKey
java.security.Key getKeyEncryptionKey()
setKeyEncryptionKey
void setKeyEncryptionKey(java.security.Key key)
getKeyCipherAlgorithm
java.lang.String getKeyCipherAlgorithm()
setKeyCipherAlgorithm
void setKeyCipherAlgorithm(java.lang.String alg)
getDataCipherAlgorithm
java.lang.String getDataCipherAlgorithm()
setDataCipherAlgorithm
void setDataCipherAlgorithm(java.lang.String alg)
includeKeyInfo
boolean includeKeyInfo()
setIncludeKeyInfo
void setIncludeKeyInfo(boolean includeKeyInfo)