Skip to content

Testing PKCS11Constants

Endi S. Dewata edited this page Mar 5, 2021 · 4 revisions

Overview

The PKCS11Constants are tested in TestPKCS11Constants.java during the pre-release phase only.

    if ((${Java_VERSION_MAJOR} EQUAL 1) AND (${Java_VERSION_MINOR} LESS 9) AND (${JSS_VERSION_BETA} EQUAL 1))
        jss_test_java(
            NAME "Test_PKCS11Constants.java_for_Sun_compatibility"
            COMMAND "org.mozilla.jss.tests.TestPKCS11Constants"
        )
    endif()

See Also

Clone this wiki locally