Uses of Class
br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.SignerRules.ExternalSignedData
-
Uses of SignerRules.ExternalSignedData in br.ufsc.labsec.signature
Methods in br.ufsc.labsec.signature that return types with arguments of type SignerRules.ExternalSignedData Modifier and Type Method Description Optional<SignerRules.ExternalSignedData>
SignaturePolicyInterface. getExternalSignedData()
-
Uses of SignerRules.ExternalSignedData in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy
Methods in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy that return types with arguments of type SignerRules.ExternalSignedData Modifier and Type Method Description Optional<SignerRules.ExternalSignedData>
SignaturePolicyProxy. getExternalSignedData()
Informa se os dados assinados devem ser externos ou internos à assinatura, ou se ambos os modos são permitidos. -
Uses of SignerRules.ExternalSignedData in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder
Fields in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder declared as SignerRules.ExternalSignedData Modifier and Type Field Description static SignerRules.ExternalSignedData
SignerRules.ExternalSignedData. DEFAULT
Methods in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder that return SignerRules.ExternalSignedData Modifier and Type Method Description SignerRules.ExternalSignedData
SignerRules. getExternalSignedData()
Retorna se o dado assinado é externo, interno ou qualquer um dos anteriores.static SignerRules.ExternalSignedData
SignerRules.ExternalSignedData. valueOf(String name)
Returns the enum constant of this type with the specified name.static SignerRules.ExternalSignedData[]
SignerRules.ExternalSignedData. values()
Returns an array containing the constants of this enum type, in the order they are declared.