Home | History | Annotate | Download | only in provider

Lines Matching full:protected

46     protected static final String CERTIFICATE_POLICIES = X509Extensions.CertificatePolicies.getId();
47 protected static final String BASIC_CONSTRAINTS = X509Extensions.BasicConstraints.getId();
48 protected static final String POLICY_MAPPINGS = X509Extensions.PolicyMappings.getId();
49 protected static final String SUBJECT_ALTERNATIVE_NAME = X509Extensions.SubjectAlternativeName.getId();
50 protected static final String NAME_CONSTRAINTS = X509Extensions.NameConstraints.getId();
51 protected static final String KEY_USAGE = X509Extensions.KeyUsage.getId();
52 protected static final String INHIBIT_ANY_POLICY = X509Extensions.InhibitAnyPolicy.getId();
53 protected static final String ISSUING_DISTRIBUTION_POINT = X509Extensions.IssuingDistributionPoint.getId();
54 protected static final String DELTA_CRL_INDICATOR = X509Extensions.DeltaCRLIndicator.getId();
55 protected static final String POLICY_CONSTRAINTS = X509Extensions.PolicyConstraints.getId();
58 protected static final String ANY_POLICY = "2.5.29.32.0";
60 protected static final String CRL_NUMBER = X509Extensions.CRLNumber.getId();
65 protected static final int KEY_CERT_SIGN = 5;
66 protected static final int CRL_SIGN = 6;
68 protected static final String[] crlReasons = new String[] {
207 protected static X500Principal getEncodedIssuerPrincipal(X509Certificate cert)
212 protected static Date getValidDate(PKIXParameters paramsPKIX)
224 protected static X500Principal getSubjectPrincipal(X509Certificate cert)
229 protected static boolean isSelfIssued(X509Certificate cert)
238 protected static DERObject getExtensionValue(
271 protected static X500Principal getIssuerPrincipal(X509CRL crl)
276 protected static AlgorithmIdentifier getAlgorithmIdentifier(
321 protected static void checkPermittedDN(Set permitted, ASN1Sequence dns)
345 protected static void checkExcludedDN(Set excluded, ASN1Sequence dns)
367 protected static Set intersectDN(Set permitted, ASN1Sequence dn)
398 protected static Set unionDN(Set excluded, ASN1Sequence dn)
434 protected static Set intersectEmail(Set permitted, String email)
467 protected static Set unionEmail(Set excluded, String email)
504 protected static Set intersectIP(Set permitted, byte[] ip)
510 protected static Set unionIP(Set excluded, byte[] ip)
516 protected static void checkPermittedEmail(Set permitted, String email)
541 protected static void checkExcludedEmail(Set excluded, String email)
563 protected static void checkPermittedIP(Set permitted, byte[] ip)
574 protected
601 protected static final Collection findCRLs(
630 protected static final Set getQualifierSet(ASN1Sequence qualifiers)
664 protected static PKIXPolicyNode removePolicyNode(
712 protected static boolean processCertD1i(
747 protected static void processCertD1ii(
779 protected static void prepareNextCertB1(
842 protected static PKIXPolicyNode prepareNextCertB2(
878 protected static boolean isAnyPolicy(