jdk/test/sun/security/pkcs11/KeyStore/BasicData/p11-activcard.txt
author tbell
Tue, 11 Nov 2008 22:01:08 -0800
changeset 1546 a02228c60567
parent 2 90ce3da70b43
permissions -rw-r--r--
6764892: VS2008 changes required to compile hotspot sources Summary: Minor changes required to build using the Visual Studio 2008 compiler Reviewed-by: kvn, ohair

name = activcard

slot = 0

#password = 112233

#library = ${user.home}/Working/dallas/libDSPKCS.so
#library = c:\\charlie\\p11_libs\\dspkcs.dll
library = c:\\charlie\\p11_libs\\acpkcs201.dll

attributes(import,CKO_PRIVATE_KEY,*) = {
  CKA_SENSITIVE = true
  CKA_EXTRACTABLE = false
}

attributes(*,CKO_PRIVATE_KEY,CKK_RSA) = {
  CKA_SENSITIVE = true
  CKA_EXTRACTABLE = false
#  CKA_DECRYPT = true
  CKA_SIGN = true
#  CKA_SIGN_RECOVER = true
#  CKA_UNWRAP = true
}