Uses of Class
br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.SignerRules.CertRefReq
-
Uses of SignerRules.CertRefReq in br.ufsc.labsec.signature
Methods in br.ufsc.labsec.signature that return types with arguments of type SignerRules.CertRefReq Modifier and Type Method Description Optional<SignerRules.CertRefReq>SignaturePolicyInterface. getMandatedCertificateRef() -
Uses of SignerRules.CertRefReq in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy
Methods in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy that return types with arguments of type SignerRules.CertRefReq Modifier and Type Method Description Optional<SignerRules.CertRefReq>SignaturePolicyProxy. getMandatedCertificateRef()Retorna qual será a referência obrigatória do certificado usada nesta Política de Assinatura. -
Uses of SignerRules.CertRefReq in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder
Fields in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder declared as SignerRules.CertRefReq Modifier and Type Field Description static SignerRules.CertRefReqSignerRules.CertRefReq. DEFAULTMethods in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder that return SignerRules.CertRefReq Modifier and Type Method Description SignerRules.CertRefReqSignerRules. getMandatedCertificateRef()Retorna o atributomandatedCertificateRef.static SignerRules.CertRefReqSignerRules.CertRefReq. valueOf(String name)Returns the enum constant of this type with the specified name.static SignerRules.CertRefReq[]SignerRules.CertRefReq. values()Returns an array containing the constants of this enum type, in the order they are declared.