org.apache.abdera.security
Interface Encryption
public interface Encryption
INSTANCE
static final Encryption INSTANCE
encrypt
Document encrypt(Document doc,
EncryptionOptions options)
throws SecurityException
- Throws:
SecurityException
decrypt
Document decrypt(Document doc,
EncryptionOptions options)
throws SecurityException
- Throws:
SecurityException
isEncrypted
boolean isEncrypted(Document doc)
throws SecurityException
- Throws:
SecurityException
getDefaultEncryptionOptions
EncryptionOptions getDefaultEncryptionOptions()