Uses of Class
org.hyperledger.acy_py.generated.model.IndyCredential
-
Packages that use IndyCredential Package Description org.hyperledger.acy_py.generated.model org.hyperledger.aries.api.issue_credential_v1 -
-
Uses of IndyCredential in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return IndyCredential Modifier and Type Method Description IndyCredentialIndyCredential.IndyCredentialBuilder. build()IndyCredentialV10CredentialExchange. getRawCredential()Methods in org.hyperledger.acy_py.generated.model with parameters of type IndyCredential Modifier and Type Method Description V10CredentialExchange.V10CredentialExchangeBuilderV10CredentialExchange.V10CredentialExchangeBuilder. rawCredential(IndyCredential rawCredential)voidV10CredentialExchange. setRawCredential(IndyCredential rawCredential)Constructors in org.hyperledger.acy_py.generated.model with parameters of type IndyCredential Constructor Description V10CredentialExchange(Boolean autoIssue, Boolean autoOffer, Boolean autoRemove, String connectionId, String createdAt, IndyCredInfo credential, String credentialDefinitionId, String credentialExchangeId, String credentialId, IndyCredAbstract credentialOffer, CredentialOffer credentialOfferDict, CredentialProposal credentialProposalDict, IndyCredRequest credentialRequest, Object credentialRequestMetadata, String errorMsg, V10CredentialExchange.InitiatorEnum initiator, String parentThreadId, IndyCredential rawCredential, String revocRegId, String revocationId, V10CredentialExchange.RoleEnum role, String schemaId, String state, String threadId, Boolean trace, String updatedAt) -
Uses of IndyCredential in org.hyperledger.aries.api.issue_credential_v1
Methods in org.hyperledger.aries.api.issue_credential_v1 that return IndyCredential Modifier and Type Method Description IndyCredentialV1CredentialExchange. getRawCredential()Methods in org.hyperledger.aries.api.issue_credential_v1 with parameters of type IndyCredential Modifier and Type Method Description BV1CredentialExchange.V1CredentialExchangeBuilder. rawCredential(IndyCredential rawCredential)voidV1CredentialExchange. setRawCredential(IndyCredential rawCredential)Constructors in org.hyperledger.aries.api.issue_credential_v1 with parameters of type IndyCredential Constructor Description V1CredentialExchange(Credential credential, IndyCredAbstract credentialOffer, V1CredentialExchange.CredentialOfferDict credentialOfferDict, V1CredentialExchange.CredentialProposalDict credentialProposalDict, IndyCredRequest credentialRequest, com.google.gson.JsonObject credentialRequestMetadata, IndyCredential rawCredential, String schemaId, String credentialDefinitionId, String credentialId, String revocRegId, String revocationId)
-