Package io.jenkins.test.fips
Class FIPS1402BC1x
java.lang.Object
io.jenkins.test.fips.FIPS1402BC1x
- All Implemented Interfaces:
FIPSTestBundleProvider
@MetaInfServices(FIPSTestBundleProvider.class)
public class FIPS1402BC1x
extends Object
implements FIPSTestBundleProvider
-
Field Summary
FieldsFields inherited from interface io.jenkins.test.fips.FIPSTestBundleProvider
DEFAULT_VERSION, ENV_VAR_KEY, LOGGER, SYS_PROP_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
VERSION
- See Also:
-
-
Constructor Details
-
FIPS1402BC1x
public FIPS1402BC1x()
-
-
Method Details
-
getVersion
- Specified by:
getVersionin interfaceFIPSTestBundleProvider- Returns:
- the FIPS specification version managed by this bundle provider
the format will contain BouncyCastle series version as well such
fips-140_2-1.x
-
getJavaOptions
- Specified by:
getJavaOptionsin interfaceFIPSTestBundleProvider- Returns:
- the
Listof system properties to add to RealJenkinsRule start - Throws:
IOException
-
getBootClasspathFiles
- Specified by:
getBootClasspathFilesin interfaceFIPSTestBundleProvider- Returns:
- the
Listof libraries to add to-Xbootclasspath/aoption - Throws:
IOException
-