Uses of Class
org.hyperledger.acy_py.generated.model.DID.PostureEnum
-
Packages that use DID.PostureEnum Package Description org.hyperledger.acy_py.generated.model org.hyperledger.aries.api.wallet -
-
Uses of DID.PostureEnum in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return DID.PostureEnum Modifier and Type Method Description static DID.PostureEnumDID.PostureEnum. fromValue(String value)DID.PostureEnumDID. getPosture()DID.PostureEnumDID.PostureEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DID.PostureEnumDID.PostureEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DID.PostureEnum[]DID.PostureEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hyperledger.acy_py.generated.model with parameters of type DID.PostureEnum Modifier and Type Method Description DID.DIDBuilderDID.DIDBuilder. posture(DID.PostureEnum posture)voidDID. setPosture(DID.PostureEnum posture)voidDID.PostureEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DID.PostureEnum enumeration)Constructors in org.hyperledger.acy_py.generated.model with parameters of type DID.PostureEnum Constructor Description DID(String did, DID.KeyTypeEnum keyType, DID.MethodEnum method, DID.PostureEnum posture, String verkey) -
Uses of DID.PostureEnum in org.hyperledger.aries.api.wallet
Methods in org.hyperledger.aries.api.wallet that return DID.PostureEnum Modifier and Type Method Description DID.PostureEnumListWalletDidFilter. getPosture()Whether did is current public, or wallet onlyMethods in org.hyperledger.aries.api.wallet with parameters of type DID.PostureEnum Modifier and Type Method Description ListWalletDidFilter.ListWalletDidFilterBuilderListWalletDidFilter.ListWalletDidFilterBuilder. posture(DID.PostureEnum posture)Whether did is current public, or wallet onlyvoidListWalletDidFilter. setPosture(DID.PostureEnum posture)Whether did is current public, or wallet only
-