Uses of Class
com.dracoon.sdk.crypto.error.InvalidPasswordException
Packages that use InvalidPasswordException
-
Uses of InvalidPasswordException in com.dracoon.sdk.crypto
Methods in com.dracoon.sdk.crypto that throw InvalidPasswordExceptionModifier and TypeMethodDescriptionstatic PlainFileKeyCrypto.decryptFileKey(EncryptedFileKey encFileKey, UserPrivateKey userPrivateKey, char[] password) Decrypts a file key.static UserKeyPairCrypto.generateUserKeyPair(UserKeyPair.Version version, char[] password) Generates a random user key pair.