Uses of Class
com.dracoon.sdk.crypto.error.InvalidKeyPairException
Packages that use InvalidKeyPairException
-
Uses of InvalidKeyPairException in com.dracoon.sdk.crypto
Methods in com.dracoon.sdk.crypto that throw InvalidKeyPairExceptionModifier and TypeMethodDescriptionstatic booleanCrypto.checkUserKeyPair(UserKeyPair userKeyPair, char[] password) Checks if a user key pair can be unlocked.static PlainFileKeyCrypto.decryptFileKey(EncryptedFileKey encFileKey, UserPrivateKey userPrivateKey, char[] password) Decrypts a file key.static EncryptedFileKeyCrypto.encryptFileKey(PlainFileKey plainFileKey, UserPublicKey userPublicKey) Encrypts a file key.static UserKeyPairCrypto.generateUserKeyPair(UserKeyPair.Version version, char[] password) Generates a random user key pair.