Uses of Class
org.hyperledger.aries.api.issue_credential_v1.V1CredentialCreate
-
Packages that use V1CredentialCreate Package Description org.hyperledger.aries org.hyperledger.aries.api.issue_credential_v1 -
-
Uses of V1CredentialCreate in org.hyperledger.aries
Methods in org.hyperledger.aries with parameters of type V1CredentialCreate Modifier and Type Method Description Optional<V1CredentialExchange>AriesClient. issueCredentialCreate(@NonNull V1CredentialCreate request)Send holder a credential, automating the entire flow The internal credential record will be created without the credential being sent to any connection. -
Uses of V1CredentialCreate in org.hyperledger.aries.api.issue_credential_v1
Methods in org.hyperledger.aries.api.issue_credential_v1 that return V1CredentialCreate Modifier and Type Method Description V1CredentialCreateV1CredentialCreate.V1CredentialCreateBuilder. build()
-