/* ValidRFC3280MandatoryAttributeTypesTest7.java Copyright (C) 2003 Free Software Foundation, Inc. Distributed under the GPL. See the file `COPYING' */ // Tags: PKITS package gnu.testlet.gnu.crypto.pki.pkits; public class ValidRFC3280MandatoryAttributeTypesTest7 extends BaseValidTest { public ValidRFC3280MandatoryAttributeTypesTest7() { super(new String[] { "data/certs/ValidRFC3280MandatoryAttributeTypesTest7EE.crt", "data/certs/RFC3280MandatoryAttributeTypesCACert.crt" }, new String[] { "data/crls/RFC3280MandatoryAttributeTypesCACRL.crl" }); } }