Uses of Class
eu.europa.esig.validationreport.enums.TypeOfProof
| Package | Description |
|---|---|
| eu.europa.esig.validationreport.enums | |
| eu.europa.esig.validationreport.jaxb | |
| eu.europa.esig.validationreport.parsers |
-
Uses of TypeOfProof in eu.europa.esig.validationreport.enums
Methods in eu.europa.esig.validationreport.enums that return TypeOfProof Modifier and Type Method Description static TypeOfProofTypeOfProof. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeOfProof[]TypeOfProof. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TypeOfProof in eu.europa.esig.validationreport.jaxb
Fields in eu.europa.esig.validationreport.jaxb declared as TypeOfProof Modifier and Type Field Description protected TypeOfProofPOEType. typeOfProofMethods in eu.europa.esig.validationreport.jaxb that return TypeOfProof Modifier and Type Method Description TypeOfProofPOEType. getTypeOfProof()Gets the value of the typeOfProof property.TypeOfProofAdapter2. unmarshal(String value)Methods in eu.europa.esig.validationreport.jaxb with parameters of type TypeOfProof Modifier and Type Method Description StringAdapter2. marshal(TypeOfProof value)voidPOEType. setTypeOfProof(TypeOfProof value)Sets the value of the typeOfProof property. -
Uses of TypeOfProof in eu.europa.esig.validationreport.parsers
Methods in eu.europa.esig.validationreport.parsers that return TypeOfProof Modifier and Type Method Description static TypeOfProofUriBasedEnumParser. parseTypeOfProof(String v)