Uses of Class
org.hyperledger.aries.api.credentials.CredentialAttributes
-
Packages that use CredentialAttributes Package Description org.hyperledger.aries.api.credentials org.hyperledger.aries.api.issue_credential_v1 org.hyperledger.aries.api.issue_credential_v2 -
-
Uses of CredentialAttributes in org.hyperledger.aries.api.credentials
Methods in org.hyperledger.aries.api.credentials that return CredentialAttributes Modifier and Type Method Description CredentialAttributesCredentialAttributes.CredentialAttributesBuilder. build()Methods in org.hyperledger.aries.api.credentials that return types with arguments of type CredentialAttributes Modifier and Type Method Description static List<CredentialAttributes>CredentialAttributes. from(@NonNull Map<String,Object> values)static <T> List<CredentialAttributes>CredentialAttributes. from(T instance)static List<CredentialAttributes>CredentialAttributes. fromMap(@NonNull Map<String,String> values)List<CredentialAttributes>CredentialPreview. getAttributes()Method parameters in org.hyperledger.aries.api.credentials with type arguments of type CredentialAttributes Modifier and Type Method Description voidCredentialPreview. setAttributes(List<CredentialAttributes> attributes)static Map<String,String>CredentialAttributes. toMap(@NonNull List<CredentialAttributes> attributes)Constructor parameters in org.hyperledger.aries.api.credentials with type arguments of type CredentialAttributes Constructor Description CredentialPreview(String type, List<CredentialAttributes> attributes)CredentialPreview(List<CredentialAttributes> attributes) -
Uses of CredentialAttributes in org.hyperledger.aries.api.issue_credential_v1
Methods in org.hyperledger.aries.api.issue_credential_v1 that return types with arguments of type CredentialAttributes Modifier and Type Method Description List<CredentialAttributes>V1CredentialExchange.CredentialProposalDict.CredentialProposal. getAttributes()Method parameters in org.hyperledger.aries.api.issue_credential_v1 with type arguments of type CredentialAttributes Modifier and Type Method Description V1CredentialExchange.CredentialProposalDict.CredentialProposal.CredentialProposalBuilderV1CredentialExchange.CredentialProposalDict.CredentialProposal.CredentialProposalBuilder. attributes(List<CredentialAttributes> attributes)voidV1CredentialExchange.CredentialProposalDict.CredentialProposal. setAttributes(List<CredentialAttributes> attributes)Constructor parameters in org.hyperledger.aries.api.issue_credential_v1 with type arguments of type CredentialAttributes Constructor Description CredentialProposal(String type, List<CredentialAttributes> attributes) -
Uses of CredentialAttributes in org.hyperledger.aries.api.issue_credential_v2
Methods in org.hyperledger.aries.api.issue_credential_v2 that return types with arguments of type CredentialAttributes Modifier and Type Method Description List<CredentialAttributes>V2CredentialExchangeFree.V2CredentialPreview. getAttributes()static List<CredentialAttributes>V1ToV2IssueCredentialConverter. toV20CredAttrSpec(@NonNull List<CredAttrSpec> attributes)Method parameters in org.hyperledger.aries.api.issue_credential_v2 with type arguments of type CredentialAttributes Modifier and Type Method Description V2CredentialExchangeFree.V2CredentialPreview.V2CredentialPreviewBuilderV2CredentialExchangeFree.V2CredentialPreview.V2CredentialPreviewBuilder. attributes(List<CredentialAttributes> attributes)voidV2CredentialExchangeFree.V2CredentialPreview. setAttributes(List<CredentialAttributes> attributes)static List<V20CredAttrSpec>V1ToV2IssueCredentialConverter. toV20CredAttrSpecFromAttributes(@NonNull List<CredentialAttributes> attributes)Constructor parameters in org.hyperledger.aries.api.issue_credential_v2 with type arguments of type CredentialAttributes Constructor Description V2CredentialPreview(String type, List<CredentialAttributes> attributes)
-