Package | Description |
---|---|
org.rvpf.base.security | |
org.rvpf.forwarder.filter |
Forwarder service filter modules.
|
Modifier and Type | Method and Description |
---|---|
Crypt.Result |
Crypt.decrypt(Serializable serializable,
String[] decryptionKeyIdents)
Decrypts a serializable when encrypted.
|
Crypt.Result |
Crypt.encrypt(Serializable serializable,
String[] encryptionKeyIdents)
Encrypts a serializable.
|
Crypt.Result |
Crypt.encryptAndSign(Serializable serializable,
String[] encryptionKeyIdents,
String[] signingKeyIdents)
Encryts and signs a serializable.
|
Crypt.Result |
Crypt.sign(Serializable serializable,
String[] signingKeyIdents)
Signs a serializable.
|
Crypt.Result |
Crypt.verify(Serializable serializable,
String[] verificationKeyIdents)
Verifies the signature of a serializable.
|
Crypt.Result |
Crypt.verifyAndDecrypt(Serializable serializable,
String[] verificationKeyIdents,
String[] decryptionKeyIdent)
Verifies and decrypts a serializable.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CryptFilter.cryptException(Crypt.Result cryptResult)
Handles a crypt exception.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.