Uses of Class
org.hyperledger.aries.api.present_proof.PresentProofProposal.PresentationPreview.PresAttrSpec
-
Packages that use PresentProofProposal.PresentationPreview.PresAttrSpec Package Description org.hyperledger.aries.api.present_proof -
-
Uses of PresentProofProposal.PresentationPreview.PresAttrSpec in org.hyperledger.aries.api.present_proof
Methods in org.hyperledger.aries.api.present_proof that return PresentProofProposal.PresentationPreview.PresAttrSpec Modifier and Type Method Description PresentProofProposal.PresentationPreview.PresAttrSpecPresentProofProposal.PresentationPreview.PresAttrSpec.PresAttrSpecBuilder. build()Methods in org.hyperledger.aries.api.present_proof that return types with arguments of type PresentProofProposal.PresentationPreview.PresAttrSpec Modifier and Type Method Description List<PresentProofProposal.PresentationPreview.PresAttrSpec>PresentProofProposal.PresentationPreview. getAttributes()Method parameters in org.hyperledger.aries.api.present_proof with type arguments of type PresentProofProposal.PresentationPreview.PresAttrSpec Modifier and Type Method Description PresentProofProposal.PresentationPreview.PresentationPreviewBuilderPresentProofProposal.PresentationPreview.PresentationPreviewBuilder. attributes(List<PresentProofProposal.PresentationPreview.PresAttrSpec> attributes)voidPresentProofProposal.PresentationPreview. setAttributes(List<PresentProofProposal.PresentationPreview.PresAttrSpec> attributes)Constructor parameters in org.hyperledger.aries.api.present_proof with type arguments of type PresentProofProposal.PresentationPreview.PresAttrSpec Constructor Description PresentationPreview(String type, List<PresentProofProposal.PresentationPreview.PresAttrSpec> attributes, List<PresentProofProposal.PresentationPreview.PresPredSpec> predicates)PresentationPreview(List<PresentProofProposal.PresentationPreview.PresAttrSpec> attributes)PresentationPreview(List<PresentProofProposal.PresentationPreview.PresAttrSpec> attributes, List<PresentProofProposal.PresentationPreview.PresPredSpec> predicates)PresentProofProposal(String connectionId, List<PresentProofProposal.PresentationPreview.PresAttrSpec> attr)
-