Uses of Class
org.hyperledger.aries.api.jsonld.LinkedDataProof
-
Packages that use LinkedDataProof Package Description org.hyperledger.aries.api.jsonld -
-
Uses of LinkedDataProof in org.hyperledger.aries.api.jsonld
Methods in org.hyperledger.aries.api.jsonld that return LinkedDataProof Modifier and Type Method Description LinkedDataProofVerifiableCredential. getProof()LinkedDataProofVerifiablePresentation. getProof()Methods in org.hyperledger.aries.api.jsonld with parameters of type LinkedDataProof Modifier and Type Method Description BVerifiableCredential.VerifiableCredentialBuilder. proof(LinkedDataProof proof)VerifiablePresentation.VerifiablePresentationBuilder<T>VerifiablePresentation.VerifiablePresentationBuilder. proof(LinkedDataProof proof)voidVerifiableCredential. setProof(LinkedDataProof proof)voidVerifiablePresentation. setProof(LinkedDataProof proof)Constructors in org.hyperledger.aries.api.jsonld with parameters of type LinkedDataProof Constructor Description VerifiableCredential(@NonNull List<Object> context, com.google.gson.JsonObject credentialSubject, String expirationDate, String id, String issuanceDate, String issuer, LinkedDataProof proof, @NonNull List<String> type)VerifiablePresentation(@NonNull List<String> context, @NonNull List<String> type, String id, List<T> verifiableCredential, VerifiablePresentation.PresentationSubmission presentationSubmission, LinkedDataProof proof)
-