Package org.hyperledger.aries.api.wallet
Class WalletDIDCreate
- java.lang.Object
-
- org.hyperledger.aries.api.wallet.WalletDIDCreate
-
public class WalletDIDCreate extends Object
DIDCreate
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWalletDIDCreate.WalletDIDCreateBuilder
-
Constructor Summary
Constructors Constructor Description WalletDIDCreate()WalletDIDCreate(DIDCreate.MethodEnum method, DIDCreateOptions options, String seed)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WalletDIDCreate.WalletDIDCreateBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)DIDCreate.MethodEnumgetMethod()DIDCreateOptionsgetOptions()StringgetSeed()If this parameter is set, allows to use a custom seed to create a local DID.inthashCode()voidsetMethod(DIDCreate.MethodEnum method)voidsetOptions(DIDCreateOptions options)voidsetSeed(String seed)If this parameter is set, allows to use a custom seed to create a local DID.StringtoString()
-
-
-
Constructor Detail
-
WalletDIDCreate
public WalletDIDCreate(DIDCreate.MethodEnum method, DIDCreateOptions options, String seed)
-
WalletDIDCreate
public WalletDIDCreate()
-
-
Method Detail
-
builder
public static WalletDIDCreate.WalletDIDCreateBuilder builder()
-
getMethod
public DIDCreate.MethodEnum getMethod()
-
getOptions
public DIDCreateOptions getOptions()
-
getSeed
public String getSeed()
If this parameter is set, allows to use a custom seed to create a local DID. needs --wallet-allow-insecure-seed to be set
-
setMethod
public void setMethod(DIDCreate.MethodEnum method)
-
setOptions
public void setOptions(DIDCreateOptions options)
-
setSeed
public void setSeed(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
-
canEqual
protected boolean canEqual(Object other)
-
-