Uses of Class
org.hyperledger.aries.api.credentials.Credential
-
-
Uses of Credential in org.hyperledger.aries
Methods in org.hyperledger.aries that return types with arguments of type Credential Modifier and Type Method Description Optional<Credential>AriesClient. credential(@NonNull String credentialId)Fetch a credential from wallet by idOptional<List<Credential>>AriesClient. credentials()Fetch credentials from walletOptional<List<Credential>>AriesClient. credentials(Predicate<Credential> filter)Fetch credentials from wallet - filter results in memoryOptional<List<Credential>>AriesClient. credentials(ListCredentialsFilter filter)Fetch credentials from walletMethod parameters in org.hyperledger.aries with type arguments of type Credential Modifier and Type Method Description List<String>AriesClient. credentialIds(Predicate<Credential> filter)Fetch credentials ids from walletOptional<List<Credential>>AriesClient. credentials(Predicate<Credential> filter)Fetch credentials from wallet - filter results in memory -
Uses of Credential in org.hyperledger.aries.api.credentials
Methods in org.hyperledger.aries.api.credentials that return Credential Modifier and Type Method Description CredentialCredential.CredentialBuilder. build()Methods in org.hyperledger.aries.api.credentials that return types with arguments of type Credential Modifier and Type Method Description static Predicate<Credential>CredentialFilter. credentialDefinitionId(@NonNull String credentialDefinitionId)static Predicate<Credential>CredentialFilter. schemaId(@NonNull String schemaId) -
Uses of Credential in org.hyperledger.aries.api.issue_credential_v1
Methods in org.hyperledger.aries.api.issue_credential_v1 that return Credential Modifier and Type Method Description CredentialV1CredentialExchange. getCredential()Methods in org.hyperledger.aries.api.issue_credential_v1 with parameters of type Credential Modifier and Type Method Description BV1CredentialExchange.V1CredentialExchangeBuilder. credential(Credential credential)voidV1CredentialExchange. setCredential(Credential credential)Constructors in org.hyperledger.aries.api.issue_credential_v1 with parameters of type Credential 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) -
Uses of Credential in org.hyperledger.aries.api.issue_credential_v2
Methods in org.hyperledger.aries.api.issue_credential_v2 that return types with arguments of type Credential Modifier and Type Method Description Optional<Credential>V2ToV1IndyCredentialConverter. toV1Credential(@NonNull V20CredExRecord v2Record)Converts v2 indy record into aCredentialOnly works when the exchange state is 'done' and type is 'indy' -
Uses of Credential in org.hyperledger.aries.api.present_proof
Methods in org.hyperledger.aries.api.present_proof with parameters of type Credential Modifier and Type Method Description static PresentProofProposalPresentProofProposalBuilder. fromCredential(@NonNull String connectionId, @NonNull Credential cred)Usecase: send a single wallet credential to a connection.static V20PresProposalRequestPresentProofProposalBuilder. v2IndyFromCredential(@NonNull String connectionId, @NonNull Credential cred, String requestName)A v2 indy presentation proposal is build upon a proof request
-