Package | Description |
---|---|
org.rvpf.base.security |
Modifier and Type | Method and Description |
---|---|
CryptException |
Crypt.Result.getException()
Gets the exception.
|
Modifier and Type | Method and Description |
---|---|
void |
CryptEngineWrapper.decrypt(InputStream encryptedStream,
String[] decryptionKeyIdents,
OutputStream decryptedStream)
Decrypts an input.
|
void |
CryptEngineWrapper.encrypt(InputStream inputStream,
String[] encryptionKeyIdents,
OutputStream encryptedStream)
Encrypts an input.
|
void |
CryptEngineWrapper.sign(InputStream inputStream,
String[] signingKeyIdents,
OutputStream signatureStream)
Signs an input.
|
boolean |
CryptEngineWrapper.verify(InputStream signedStream,
InputStream signatureStream,
String[] verificationKeyIdents)
Verifies a signed input.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.