Uses of Class
org.hyperledger.acy_py.generated.model.CredAttrSpec
-
Packages that use CredAttrSpec Package Description org.hyperledger.acy_py.generated.model org.hyperledger.aries.api.credentials org.hyperledger.aries.api.issue_credential_v2 -
-
Uses of CredAttrSpec in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return CredAttrSpec Modifier and Type Method Description CredAttrSpecCredAttrSpec.CredAttrSpecBuilder. build()Methods in org.hyperledger.acy_py.generated.model that return types with arguments of type CredAttrSpec Modifier and Type Method Description List<CredAttrSpec>CredentialPreview. getAttributes()Method parameters in org.hyperledger.acy_py.generated.model with type arguments of type CredAttrSpec Modifier and Type Method Description CredentialPreview.CredentialPreviewBuilderCredentialPreview.CredentialPreviewBuilder. attributes(List<CredAttrSpec> attributes)voidCredentialPreview. setAttributes(List<CredAttrSpec> attributes)Constructor parameters in org.hyperledger.acy_py.generated.model with type arguments of type CredAttrSpec Constructor Description CredentialPreview(String atType, List<CredAttrSpec> attributes) -
Uses of CredAttrSpec in org.hyperledger.aries.api.credentials
Methods in org.hyperledger.aries.api.credentials that return CredAttrSpec Modifier and Type Method Description CredAttrSpecCredentialAttributes. toCredAttrSpec() -
Uses of CredAttrSpec in org.hyperledger.aries.api.issue_credential_v2
Method parameters in org.hyperledger.aries.api.issue_credential_v2 with type arguments of type CredAttrSpec Modifier and Type Method Description static List<CredentialAttributes>V1ToV2IssueCredentialConverter. toV20CredAttrSpec(@NonNull List<CredAttrSpec> attributes)
-