jdk/src/java.base/share/conf/security/sunpkcs11-solaris.cfg
changeset 26541 f82a4d6bc8c7
parent 26540 34aa137c3d5f
parent 26525 071d5cb91855
child 26542 9d0e6639a4d7
equal deleted inserted replaced
26540:34aa137c3d5f 26541:f82a4d6bc8c7
     1 #
       
     2 # Configuration file to allow the SunPKCS11 provider to utilize
       
     3 # the Solaris Cryptographic Framework, if it is available
       
     4 #
       
     5 
       
     6 name = Solaris
       
     7 
       
     8 description = SunPKCS11 accessing Solaris Cryptographic Framework
       
     9 
       
    10 library = /usr/lib/$ISA/libpkcs11.so
       
    11 
       
    12 handleStartupErrors = ignoreAll
       
    13 
       
    14 # Use the X9.63 encoding for EC points (do not wrap in an ASN.1 OctetString).
       
    15 useEcX963Encoding = true
       
    16 
       
    17 attributes = compatibility
       
    18 
       
    19 disabledMechanisms = {
       
    20   CKM_DSA_KEY_PAIR_GEN
       
    21 }
       
    22