Package org.hyperledger.aries.api.wallet
Class WalletDIDCreate.WalletDIDCreateBuilder
- java.lang.Object
-
- org.hyperledger.aries.api.wallet.WalletDIDCreate.WalletDIDCreateBuilder
-
- Enclosing class:
- WalletDIDCreate
public static class WalletDIDCreate.WalletDIDCreateBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WalletDIDCreatebuild()WalletDIDCreate.WalletDIDCreateBuildermethod(DIDCreate.MethodEnum method)WalletDIDCreate.WalletDIDCreateBuilderoptions(DIDCreateOptions options)WalletDIDCreate.WalletDIDCreateBuilderseed(String seed)If this parameter is set, allows to use a custom seed to create a local DID.StringtoString()
-
-
-
Method Detail
-
method
public WalletDIDCreate.WalletDIDCreateBuilder method(DIDCreate.MethodEnum method)
- Returns:
this.
-
options
public WalletDIDCreate.WalletDIDCreateBuilder options(DIDCreateOptions options)
- Returns:
this.
-
seed
public WalletDIDCreate.WalletDIDCreateBuilder seed(String seed)
If this parameter is set, allows to use a custom seed to create a local DID. needs --wallet-allow-insecure-seed to be set- Returns:
this.
-
build
public WalletDIDCreate build()
-
-