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-solaris.txt
41154 views
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
attributes = compatibility
15
16
disabledMechanisms = {
17
CKM_MD2
18
CKM_MD5
19
CKM_SHA_1
20
CKM_SHA256
21
CKM_SHA384
22
CKM_SHA512
23
CKM_DSA_KEY_PAIR_GEN
24
# KeyStore
25
}
26
27
28