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) Deprecated.MongoDBMapperImpl.toVaultKey
(MongoVaultKey source) Deprecated.Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type VaultKeyModifier and TypeMethodDescriptionMongoDBMapper.toMongoVaultKey
(VaultKey source) Deprecated.MongoDBMapperImpl.toMongoVaultKey
(VaultKey source) Deprecated. -
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 suppliedVaultKey
with the supplied passphrase.VaultCryptoUtilities.generateKey
(PrivateKeyCrytpoAlgorithm algorithm) Generates aVaultKey
, unencrypted.default VaultKey
VaultCryptoUtilities.generateKey
(PrivateKeyCrytpoAlgorithm algorithm, String passphrase) Generates aVaultKey
secured 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 theVaultKey
unencrypted.VaultCryptoUtilities.reEncryptKey
(VaultKey key, String passphrase, String newPassphrase) Re-encrypts theVaultKey
with 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 theVaultKey
unencrypted.VaultCryptoUtilities.encryptKey
(VaultKey vaultKey, String passphrase) Encrypts the suppliedVaultKey
with the supplied passphrase.VaultCryptoUtilities.reEncryptKey
(VaultKey key, String passphrase, String newPassphrase) Re-encrypts theVaultKey
with 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)