Uses of Class
de.adorsys.datasafe.encrypiton.api.types.keystore.PublicKeyIDWithPublicKey
Packages that use PublicKeyIDWithPublicKey
Package
Description
-
Uses of PublicKeyIDWithPublicKey in de.adorsys.datasafe.encrypiton.api.cmsencryption
Method parameters in de.adorsys.datasafe.encrypiton.api.cmsencryption with type arguments of type PublicKeyIDWithPublicKeyModifier and TypeMethodDescriptionCMSEncryptionService.buildEncryptionOutputStream(OutputStream dataContentStream, Set<PublicKeyIDWithPublicKey> publicKeys) Builds asymmetrically encrypted stream using public-key cryptography. -
Uses of PublicKeyIDWithPublicKey in de.adorsys.datasafe.encrypiton.api.document
Method parameters in de.adorsys.datasafe.encrypiton.api.document with type arguments of type PublicKeyIDWithPublicKeyModifier and TypeMethodDescriptionEncryptedDocumentWriteService.write(Map<PublicKeyIDWithPublicKey, AbsoluteLocation> recipientsWithInbox) Writes and encrypts data using public key cryptography, so that only private key owner can read it. -
Uses of PublicKeyIDWithPublicKey in de.adorsys.datasafe.encrypiton.api.keystore
Methods in de.adorsys.datasafe.encrypiton.api.keystore that return types with arguments of type PublicKeyIDWithPublicKeyModifier and TypeMethodDescriptionKeyStoreService.getPublicKeys(KeyStoreAccess keyStoreAccess) Reads public keys from the keystore.