Uses of Class
org.hyperledger.aries.api.issue_credential_v2.V2CredentialExchangeFree
-
Packages that use V2CredentialExchangeFree Package Description org.hyperledger.aries org.hyperledger.aries.api.issue_credential_v2 -
-
Uses of V2CredentialExchangeFree in org.hyperledger.aries
Methods in org.hyperledger.aries with parameters of type V2CredentialExchangeFree Modifier and Type Method Description Optional<V20CredExRecord>AriesClient. issueCredentialV2Send(@NonNull V2CredentialExchangeFree request)Send holder a credential, automating the entire flowOptional<V20CredExRecord>AriesClient. issueCredentialV2SendProposal(@NonNull V2CredentialExchangeFree request)Send issuer a credential proposal -
Uses of V2CredentialExchangeFree in org.hyperledger.aries.api.issue_credential_v2
Methods in org.hyperledger.aries.api.issue_credential_v2 that return V2CredentialExchangeFree Modifier and Type Method Description V2CredentialExchangeFreeV2CredentialExchangeFree.V2CredentialExchangeFreeBuilder. build()static V2CredentialExchangeFreeV1ToV2IssueCredentialConverter. toV20CredExFree(@NonNull V1CredentialProposalRequest v1Proposal)static V2CredentialExchangeFreeV1ToV2IssueCredentialConverter. toV2CredentialSendRequest(@NonNull V1CredentialProposalRequest v1)Converts V1 credential proposal request into its V2 counterpart.
-