public interface Encryptable
Abstract interface defining the second pass encryption methods as well as
the decryption methods used by EncryptableGraph and
org.pre4j.model.EncryptableMode.
| Method Summary | |
|---|---|
void |
commitEncryption(java.util.Collection<KeyInfo> key)
|
void |
commitEncryption(KeyInfo key)
|
void |
decrypt(java.util.Collection<KeyInfo> key)
|
void |
decrypt(KeyInfo key)
|
java.lang.String |
getTrace()
Gets the trace of the encryption log. |
| Method Detail |
|---|
void commitEncryption(java.util.Collection<KeyInfo> key)
throws RDFEncryptionException
key -
RDFEncryptionException
void commitEncryption(KeyInfo key)
throws RDFEncryptionException
key -
RDFEncryptionException
void decrypt(java.util.Collection<KeyInfo> key)
throws RDFEncryptionException
key -
RDFEncryptionException
void decrypt(KeyInfo key)
throws RDFEncryptionException
key -
RDFEncryptionExceptionjava.lang.String getTrace()