jdk/src/jdk.crypto.pkcs11/solaris/conf/security/sunpkcs11-solaris.cfg
changeset 42693 6645de32a866
parent 42692 97247477b481
child 42694 53aaff453c11
equal deleted inserted replaced
42692:97247477b481 42693:6645de32a866
     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   SecureRandom
       
    22 }
       
    23