Uses of Class
com.dracoon.sdk.crypto.model.UserPrivateKey
Packages that use UserPrivateKey
-
Uses of UserPrivateKey in com.dracoon.sdk.crypto
Methods in com.dracoon.sdk.crypto with parameters of type UserPrivateKeyModifier and TypeMethodDescriptionstatic PlainFileKeyCrypto.decryptFileKey(EncryptedFileKey encFileKey, UserPrivateKey userPrivateKey, char[] password) Decrypts a file key. -
Uses of UserPrivateKey in com.dracoon.sdk.crypto.model
Methods in com.dracoon.sdk.crypto.model that return UserPrivateKeyModifier and TypeMethodDescriptionUserKeyPair.getUserPrivateKey()Returns the user's private key.Constructors in com.dracoon.sdk.crypto.model with parameters of type UserPrivateKeyModifierConstructorDescriptionUserKeyPair(UserPrivateKey userPrivateKey, UserPublicKey userPublicKey) Constructs a new user key pair.