jdk/test/sun/security/pkcs11/KeyStore/BasicData/p11-activcard.txt
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 2 90ce3da70b43
permissions -rw-r--r--
Initial load
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
name = activcard
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
slot = 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
#password = 112233
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
#library = ${user.home}/Working/dallas/libDSPKCS.so
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
#library = c:\\charlie\\p11_libs\\dspkcs.dll
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
library = c:\\charlie\\p11_libs\\acpkcs201.dll
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
attributes(import,CKO_PRIVATE_KEY,*) = {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
  CKA_SENSITIVE = true
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
  CKA_EXTRACTABLE = false
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
attributes(*,CKO_PRIVATE_KEY,CKK_RSA) = {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
  CKA_SENSITIVE = true
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
  CKA_EXTRACTABLE = false
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
#  CKA_DECRYPT = true
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
  CKA_SIGN = true
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
#  CKA_SIGN_RECOVER = true
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
#  CKA_UNWRAP = true
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
}