Home | History | Annotate | Download | only in cert

Lines Matching defs:defaultType

64     public static String defaultType = "X.509";
74 defaultProvider = SpiEngUtils.isSupport(defaultType,
78 NotSupportMsg = defaultType.concat(" is not supported"); }
87 certFs[0] = CertificateFactory.getInstance(defaultType);
88 certFs[1] = CertificateFactory.getInstance(defaultType,
90 certFs[2] = CertificateFactory.getInstance(defaultType,
641 defaultType);
642 assertEquals("Incorrect type", cf.getType(), defaultType);
700 defaultType);
701 assertEquals("Incorrect type", cf.getType(), defaultType);