Uses of Class
com.dracoon.sdk.crypto.model.UserPublicKey
Packages that use UserPublicKey
-
Uses of UserPublicKey in com.dracoon.sdk.crypto
Methods in com.dracoon.sdk.crypto with parameters of type UserPublicKeyModifier and TypeMethodDescriptionstatic EncryptedFileKeyCrypto.encryptFileKey(PlainFileKey plainFileKey, UserPublicKey userPublicKey) Encrypts a file key. -
Uses of UserPublicKey in com.dracoon.sdk.crypto.model
Methods in com.dracoon.sdk.crypto.model that return UserPublicKeyConstructors in com.dracoon.sdk.crypto.model with parameters of type UserPublicKeyModifierConstructorDescriptionUserKeyPair(UserPrivateKey userPrivateKey, UserPublicKey userPublicKey) Constructs a new user key pair.