Uses of Class
com.dracoon.sdk.crypto.error.InvalidFileKeyException
Packages that use InvalidFileKeyException
-
Uses of InvalidFileKeyException in com.dracoon.sdk.crypto
Methods in com.dracoon.sdk.crypto that throw InvalidFileKeyExceptionModifier and TypeMethodDescriptionstatic PlainFileKeyCrypto.decryptFileKey(EncryptedFileKey encFileKey, UserPrivateKey userPrivateKey, char[] password) Decrypts a file key.static EncryptedFileKeyCrypto.encryptFileKey(PlainFileKey plainFileKey, UserPublicKey userPublicKey) Encrypts a file key.