Uses of Class
org.hyperledger.aries.api.present_proof_v2.PresentationFormat
-
Packages that use PresentationFormat Package Description org.hyperledger.aries.api.present_proof_v2 -
-
Uses of PresentationFormat in org.hyperledger.aries.api.present_proof_v2
Methods in org.hyperledger.aries.api.present_proof_v2 that return PresentationFormat Modifier and Type Method Description static PresentationFormatPresentationFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static PresentationFormat[]PresentationFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-