Searched refs:PARAMS (Results 1 – 3 of 3) sorted by relevance
109 private static final Class[] PARAMS = {Boolean.class, Object.class}; field in CRLExtensions122 Constructor<?> cons = extClass.getConstructor(PARAMS); in parseExtension()
92 private static Class[] PARAMS = {Boolean.class, Object.class}; field in CertificateExtensions108 Constructor<?> cons = extClass.getConstructor(PARAMS); in parseExtension()
123 private static java.lang.Class[] PARAMS; field in CertificateExtensions