Uses of Class
org.hyperledger.acy_py.generated.model.V10CredentialBoundOfferRequest
-
Packages that use V10CredentialBoundOfferRequest Package Description org.hyperledger.acy_py.generated.model org.hyperledger.aries org.hyperledger.aries.api.issue_credential_v2 -
-
Uses of V10CredentialBoundOfferRequest in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return V10CredentialBoundOfferRequest Modifier and Type Method Description V10CredentialBoundOfferRequestV10CredentialBoundOfferRequest.V10CredentialBoundOfferRequestBuilder. build() -
Uses of V10CredentialBoundOfferRequest in org.hyperledger.aries
Methods in org.hyperledger.aries with parameters of type V10CredentialBoundOfferRequest Modifier and Type Method Description Optional<V1CredentialExchange>AriesClient. issueCredentialRecordsSendOffer(@NonNull String credentialExchangeId, @NonNull V10CredentialBoundOfferRequest offerRequest)Send holder a credential offer in reference to a proposal with a previewOptional<V20CredExRecord>AriesClient. issueCredentialV2RecordsSendOffer(@NonNull String credentialExchangeId, @NonNull V10CredentialBoundOfferRequest offerRequest)Send holder a credential offer in reference to a proposal with a preview. -
Uses of V10CredentialBoundOfferRequest in org.hyperledger.aries.api.issue_credential_v2
Methods in org.hyperledger.aries.api.issue_credential_v2 with parameters of type V10CredentialBoundOfferRequest Modifier and Type Method Description static V20CredBoundOfferRequestV1ToV2IssueCredentialConverter. toV20CredBoundOfferRequest(@NonNull V10CredentialBoundOfferRequest v1)Converts V1 credential offer request into its V2 counterpart.
-