Uses of Class
org.hyperledger.aries.api.jsonld.ProofType
-
Packages that use ProofType Package Description org.hyperledger.aries.api.issue_credential_v2 org.hyperledger.aries.api.jsonld -
-
Uses of ProofType in org.hyperledger.aries.api.issue_credential_v2
Methods in org.hyperledger.aries.api.issue_credential_v2 that return ProofType Modifier and Type Method Description ProofTypeV2CredentialExchangeFree.LDProofVCDetailOptions. getProofType()Methods in org.hyperledger.aries.api.issue_credential_v2 with parameters of type ProofType Modifier and Type Method Description V2CredentialExchangeFree.LDProofVCDetailOptions.LDProofVCDetailOptionsBuilderV2CredentialExchangeFree.LDProofVCDetailOptions.LDProofVCDetailOptionsBuilder. proofType(ProofType proofType)voidV2CredentialExchangeFree.LDProofVCDetailOptions. setProofType(ProofType proofType)Constructors in org.hyperledger.aries.api.issue_credential_v2 with parameters of type ProofType Constructor Description LDProofVCDetailOptions(String challenge, String created, CredentialStatusOptions credentialStatus, String domain, String proofPurpose, ProofType proofType) -
Uses of ProofType in org.hyperledger.aries.api.jsonld
Methods in org.hyperledger.aries.api.jsonld that return ProofType Modifier and Type Method Description ProofTypeLinkedDataProof. getType()static ProofTypeProofType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProofType[]ProofType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hyperledger.aries.api.jsonld with parameters of type ProofType Modifier and Type Method Description voidLinkedDataProof. setType(ProofType type)
-