| Package | Description |
|---|---|
| de.adorsys.datasafe.encrypiton.api.cmsencryption | |
| de.adorsys.datasafe.encrypiton.api.document | |
| de.adorsys.datasafe.encrypiton.api.keystore |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
CMSEncryptionService.buildEncryptionOutputStream(OutputStream dataContentStream,
Set<PublicKeyIDWithPublicKey> publicKeys)
Builds asymmetrically encrypted stream using public-key cryptography.
|
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
EncryptedDocumentWriteService.write(Map<PublicKeyIDWithPublicKey,AbsoluteLocation> recipientsWithInbox)
Writes and encrypts data using public key cryptography, so that only private key owner can read it.
|
| Modifier and Type | Method and Description |
|---|---|
List<PublicKeyIDWithPublicKey> |
KeyStoreService.getPublicKeys(KeyStoreAccess keyStoreAccess)
Reads public keys from the keystore.
|
Copyright © 2019. All rights reserved.