| Package | Description |
|---|---|
| be.fgov.ehealth.etee.crypto.decrypt |
Classes for validation and unsealing of sealed message.
|
| be.fgov.ehealth.etee.crypto.utils |
Utilities used by CryptoLib.
|
| Modifier and Type | Method and Description |
|---|---|
CryptoResult<UnsealedData> |
DataSealChecker.stamp(java.io.InputStream data,
java.io.OutputStream stampedData,
byte[] timestamp,
DataPipe pipe)
Puts a timestamp on sealed data to prove that it existed in that state on a certain moment in time.
|
CryptoResult<UnsealedData> |
DataSealChecker.validate(java.io.InputStream data,
java.io.OutputStream verifiedData,
DataPipe pipe)
Verify if the sealed data is acceptable according to specified policies (ocsp, signing, encryption).
|
CryptoResult<UnsealedData> |
DataSealChecker.validate(java.io.InputStream data,
java.io.OutputStream verifiedData,
DataPipe pipe,
SigningCredential... signers)
Verify if the sealed data is acceptable according to specified policies (ocsp, signing, encryption).
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataPipeInFile
Data pushed into the pipe is written to file.
|
class |
DataPipeInMemory
DataPipe using an in memory mechanism to push all the incoming data to an inputstream once the getFrom() method is called.
|
Copyright © 2025 eHealth. All rights reserved.