Uses of Class
org.hyperledger.aries.api.multitenancy.WalletKeyDerivation
-
Packages that use WalletKeyDerivation Package Description org.hyperledger.aries.api.multitenancy -
-
Uses of WalletKeyDerivation in org.hyperledger.aries.api.multitenancy
Methods in org.hyperledger.aries.api.multitenancy that return WalletKeyDerivation Modifier and Type Method Description WalletKeyDerivationCreateWalletRequest. getWalletKeyDerivation()Wallet key derivation methodstatic WalletKeyDerivationWalletKeyDerivation. valueOf(String name)Returns the enum constant of this type with the specified name.static WalletKeyDerivation[]WalletKeyDerivation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hyperledger.aries.api.multitenancy with parameters of type WalletKeyDerivation Modifier and Type Method Description voidCreateWalletRequest. setWalletKeyDerivation(WalletKeyDerivation walletKeyDerivation)Wallet key derivation methodCreateWalletRequest.CreateWalletRequestBuilderCreateWalletRequest.CreateWalletRequestBuilder. walletKeyDerivation(WalletKeyDerivation walletKeyDerivation)Wallet key derivation methodConstructors in org.hyperledger.aries.api.multitenancy with parameters of type WalletKeyDerivation Constructor Description CreateWalletRequest(String imageUrl, KeyManagementMode keyManagementMode, String label, WalletDispatchType walletDispatchType, String walletKey, WalletKeyDerivation walletKeyDerivation, String walletName, WalletType walletType, List<String> walletWebhookUrls)
-