Home | History | Annotate | Download | only in security

Lines Matching refs:Provider

29 # "provider" refers to a package or set of packages that supply a
31 # the Java Security API. A provider may, for example, implement one or
34 # Each provider must implement a subclass of the Provider class.
35 # To register a provider in this master security properties file,
36 # specify the Provider subclass name and priority in the format
38 # security.provider.<n>=<className>
40 # This declares a provider, and specifies its preference
42 # searched for requested algorithms (when no specific provider is
46 # <className> must specify the subclass of the Provider class whose
49 # facilities implemented by the provider.
51 # There must be at least one provider specification in java.security.
52 # There is a default provider that comes standard with the JDK. It
53 # is called the "SUN" provider, and its Provider subclass
54 # named Sun appears in the sun.security.provider package. Thus, the
55 # "SUN" provider is registered via the following:
57 # security.provider.1=sun.security.provider.Sun
59 # (The number 1 is used for the default provider.)
68 security.provider.1=sun.security.provider.Sun
69 security.provider.2=sun.security.rsa.SunRsaSign
70 security.provider.3=sun.security.ec.SunEC
71 security.provider.4=com.sun.net.ssl.internal.ssl.Provider
72 security.provider.5=com.sun.crypto.provider.SunJCE
73 security.provider.6=sun.security.jgss.SunProvider
74 security.provider.7=com.sun.security.sasl.Provider
75 security.provider.8=org.jcp.xml.dsig.internal.dom.XMLDSigRI
76 security.provider.9=sun.security.smartcardio.SunPCSC
77 security.provider.10=apple.security.AppleProvider
80 # Sun Provider SecureRandom seed source.
83 # "NativePRNG" SecureRandom implementations in the "Sun" provider.
116 # SHA1PRNG in the Sun provider.
127 # This is a comma-separated list of algorithm and/or algorithm:provider
134 # provider.
136 login.configuration.provider=sun.security.provider.ConfigFile
147 policy.provider=sun.security.provider.PolicyFile
718 # provider's default group parameter is used for each connection.
722 # underlying JSSE provider's default group parameter.