Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mobile
Path: blob/master/test/jdk/sun/security/pkcs11/KeyStore/BasicData/p11-ibutton.txt
41154 views
1
name = ibutton
2
3
slot = 0
4
5
#password = <empty string>
6
7
library = ${user.home}/Working/dallas/libDSPKCS.so
8
#library = c:\\charlie\\p11_libs\\dspkcs.dll
9
10
attributes(import,CKO_PRIVATE_KEY,*) = {
11
CKA_SENSITIVE = true
12
CKA_EXTRACTABLE = false
13
}
14
15
attributes(*,CKO_PRIVATE_KEY,CKK_RSA) = {
16
CKA_SENSITIVE = true
17
CKA_EXTRACTABLE = false
18
# CKA_DECRYPT = true
19
CKA_SIGN = true
20
# CKA_SIGN_RECOVER = true
21
# CKA_UNWRAP = true
22
}
23
24