org.apache.abdera.security
Interface EncryptionOptions

All Superinterfaces:
SecurityOptions

public interface EncryptionOptions
extends SecurityOptions


Method Summary
 java.lang.String getDataCipherAlgorithm()
           
 java.security.Key getDataEncryptionKey()
           
 java.lang.String getKeyCipherAlgorithm()
           
 java.security.Key getKeyEncryptionKey()
           
 boolean includeKeyInfo()
           
 void setDataCipherAlgorithm(java.lang.String alg)
           
 void setDataEncryptionKey(java.security.Key key)
           
 void setIncludeKeyInfo(boolean includeKeyInfo)
           
 void setKeyCipherAlgorithm(java.lang.String alg)
           
 void setKeyEncryptionKey(java.security.Key key)
           
 
Methods inherited from interface org.apache.abdera.security.SecurityOptions
getParser, setParser
 

Method Detail

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)