Uses of Class
br.ufsc.labsec.signature.conformanceVerifier.cades.CadesInformation.SignerLocation
Package | Description |
---|---|
br.ufsc.labsec.signature.conformanceVerifier.cades |
-
Uses of CadesInformation.SignerLocation in br.ufsc.labsec.signature.conformanceVerifier.cades
Fields in br.ufsc.labsec.signature.conformanceVerifier.cades with type parameters of type CadesInformation.SignerLocation Modifier and Type Field Description protected Map<CadesInformation.SignerLocation,String>
CadesInformation. signerLocation
Methods in br.ufsc.labsec.signature.conformanceVerifier.cades that return CadesInformation.SignerLocation Modifier and Type Method Description static CadesInformation.SignerLocation
CadesInformation.SignerLocation. valueOf(String name)
Returns the enum constant of this type with the specified name.static CadesInformation.SignerLocation[]
CadesInformation.SignerLocation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in br.ufsc.labsec.signature.conformanceVerifier.cades with parameters of type CadesInformation.SignerLocation Modifier and Type Method Description String
CadesInformation. getSignerLocation(CadesInformation.SignerLocation location)
Builder
CadesInformation.CadesInformationBuilderAbstract. setLocation(CadesInformation.SignerLocation location, String value)