Uses of Class
com.dracoon.sdk.crypto.model.UserKeyPair
Packages that use UserKeyPair
-
Uses of UserKeyPair in com.dracoon.sdk.crypto
Methods in com.dracoon.sdk.crypto that return UserKeyPairModifier and TypeMethodDescriptionstatic UserKeyPairCrypto.generateUserKeyPair(UserKeyPair.Version version, char[] password) Generates a random user key pair.Methods in com.dracoon.sdk.crypto with parameters of type UserKeyPairModifier and TypeMethodDescriptionstatic booleanCrypto.checkUserKeyPair(UserKeyPair userKeyPair, char[] password) Checks if a user key pair can be unlocked.