Uses of Class
org.hyperledger.aries.api.present_proof.PresentProofProposal
-
Packages that use PresentProofProposal Package Description org.hyperledger.aries org.hyperledger.aries.api.present_proof -
-
Uses of PresentProofProposal in org.hyperledger.aries
Methods in org.hyperledger.aries with parameters of type PresentProofProposal Modifier and Type Method Description Optional<PresentationExchangeRecord>AriesClient. presentProofSendProposal(@NonNull PresentProofProposal proofProposal)Sends a presentation proposal -
Uses of PresentProofProposal in org.hyperledger.aries.api.present_proof
Methods in org.hyperledger.aries.api.present_proof that return PresentProofProposal Modifier and Type Method Description PresentProofProposalPresentProofProposal.PresentProofProposalBuilder. build()static PresentProofProposalPresentProofProposalBuilder. fromCredential(@NonNull String connectionId, @NonNull Credential cred)Usecase: send a single wallet credential to a connection.
-