Uses of Class
com.dracoon.sdk.crypto.model.EncryptedFileKey
Packages that use EncryptedFileKey
-
Uses of EncryptedFileKey in com.dracoon.sdk.crypto
Methods in com.dracoon.sdk.crypto that return EncryptedFileKeyModifier and TypeMethodDescriptionstatic EncryptedFileKeyCrypto.encryptFileKey(PlainFileKey plainFileKey, UserPublicKey userPublicKey) Encrypts a file key.Methods in com.dracoon.sdk.crypto with parameters of type EncryptedFileKeyModifier and TypeMethodDescriptionstatic PlainFileKeyCrypto.decryptFileKey(EncryptedFileKey encFileKey, UserPrivateKey userPrivateKey, char[] password) Decrypts a file key.