Searched refs:PARAMS (Results 1 – 2 of 2) 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()