Uses of Class
dev.getelements.elements.sdk.model.blockchain.wallet.VaultKey
Packages that use VaultKey
Package
Description
-
Uses of VaultKey in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return VaultKeyModifier and TypeMethodDescriptionMongoDBMapper.toVaultKey(MongoVaultKey source) MongoDBMapperImpl.toVaultKey(MongoVaultKey source) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type VaultKeyModifier and TypeMethodDescriptionMongoDBMapper.toMongoVaultKey(VaultKey source) MongoDBMapperImpl.toMongoVaultKey(VaultKey source) -
Uses of VaultKey in dev.getelements.elements.sdk.model.blockchain.wallet
Methods in dev.getelements.elements.sdk.model.blockchain.wallet that return VaultKeyMethods in dev.getelements.elements.sdk.model.blockchain.wallet with parameters of type VaultKey -
Uses of VaultKey in dev.getelements.elements.sdk.service.blockchain.crypto
Methods in dev.getelements.elements.sdk.service.blockchain.crypto that return VaultKeyModifier and TypeMethodDescriptionVaultCryptoUtilities.encryptKey(VaultKey vaultKey, String passphrase) Encrypts the suppliedVaultKeywith the supplied passphrase.VaultCryptoUtilities.generateKey(PrivateKeyCrytpoAlgorithm algorithm) Generates aVaultKey, unencrypted.default VaultKeyVaultCryptoUtilities.generateKey(PrivateKeyCrytpoAlgorithm algorithm, String passphrase) Generates aVaultKeysecured with the supplied passphrase.Methods in dev.getelements.elements.sdk.service.blockchain.crypto that return types with arguments of type VaultKeyModifier and TypeMethodDescriptionVaultCryptoUtilities.decryptKey(VaultKey key, String passphrase) Returns theVaultKeyunencrypted.VaultCryptoUtilities.reEncryptKey(VaultKey key, String passphrase, String newPassphrase) Re-encrypts theVaultKeywith the supplied passphrase.Methods in dev.getelements.elements.sdk.service.blockchain.crypto with parameters of type VaultKeyModifier and TypeMethodDescriptionStandardWalletCryptoUtilities.decrypt(VaultKey unencryptedVaultKey, WalletAccount encryptedWalletAccount) Decrypts the wallet.WalletCryptoUtilities.decrypt(VaultKey unencryptedVaultKey, WalletAccount encryptedWalletAccount) Decrypts the wallet.VaultCryptoUtilities.decryptKey(VaultKey key, String passphrase) Returns theVaultKeyunencrypted.VaultCryptoUtilities.encryptKey(VaultKey vaultKey, String passphrase) Encrypts the suppliedVaultKeywith the supplied passphrase.VaultCryptoUtilities.reEncryptKey(VaultKey key, String passphrase, String newPassphrase) Re-encrypts theVaultKeywith the supplied passphrase. -
Uses of VaultKey in dev.getelements.elements.service.blockchain.crypto
Methods in dev.getelements.elements.service.blockchain.crypto that return VaultKeyModifier and TypeMethodDescriptionAesVaultCryptoUtilities.encryptKey(VaultKey vaultKey, String passphrase) AesVaultCryptoUtilities.generateKey(PrivateKeyCrytpoAlgorithm algorithm) Methods in dev.getelements.elements.service.blockchain.crypto that return types with arguments of type VaultKeyModifier and TypeMethodDescriptionAesVaultCryptoUtilities.decryptKey(VaultKey vaultKey, String passphrase) Methods in dev.getelements.elements.service.blockchain.crypto with parameters of type VaultKeyModifier and TypeMethodDescriptionAesVaultCryptoUtilities.decryptKey(VaultKey vaultKey, String passphrase) AesVaultCryptoUtilities.encryptKey(VaultKey vaultKey, String passphrase)