Uses of Class
org.hyperledger.acy_py.generated.model.IndyAttrValue
-
Packages that use IndyAttrValue Package Description org.hyperledger.acy_py.generated.model -
-
Uses of IndyAttrValue in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return IndyAttrValue Modifier and Type Method Description IndyAttrValueIndyAttrValue.IndyAttrValueBuilder. build()Methods in org.hyperledger.acy_py.generated.model that return types with arguments of type IndyAttrValue Modifier and Type Method Description Map<String,IndyAttrValue>IndyCredential. getValues()Method parameters in org.hyperledger.acy_py.generated.model with type arguments of type IndyAttrValue Modifier and Type Method Description voidIndyCredential. setValues(Map<String,IndyAttrValue> values)IndyCredential.IndyCredentialBuilderIndyCredential.IndyCredentialBuilder. values(Map<String,IndyAttrValue> values)Constructor parameters in org.hyperledger.acy_py.generated.model with type arguments of type IndyAttrValue Constructor Description IndyCredential(String credDefId, Object revReg, String revRegId, String schemaId, Object signature, Object signatureCorrectnessProof, Map<String,IndyAttrValue> values, Object witness)
-