Lines Matching refs:put

84         // if user selected /dev/urandom, we put it before SHA1PRNG,
89 map.put("SecureRandom.NativePRNG",
92 map.put("SecureRandom.SHA1PRNG",
95 map.put("SecureRandom.NativePRNG",
102 map.put("Signature.SHA1withDSA", "sun.security.provider.DSA$SHA1withDSA");
103 map.put("Signature.NONEwithDSA", "sun.security.provider.DSA$RawDSA");
104 map.put("Alg.Alias.Signature.RawDSA", "NONEwithDSA");
108 map.put("Signature.SHA1withDSA SupportedKeyClasses", dsaKeyClasses);
109 map.put("Signature.NONEwithDSA SupportedKeyClasses", dsaKeyClasses);
111 map.put("Alg.Alias.Signature.DSA", "SHA1withDSA");
112 map.put("Alg.Alias.Signature.DSS", "SHA1withDSA");
113 map.put("Alg.Alias.Signature.SHA/DSA", "SHA1withDSA");
114 map.put("Alg.Alias.Signature.SHA-1/DSA", "SHA1withDSA");
115 map.put("Alg.Alias.Signature.SHA1/DSA", "SHA1withDSA");
116 map.put("Alg.Alias.Signature.SHAwithDSA", "SHA1withDSA");
117 map.put("Alg.Alias.Signature.DSAWithSHA1", "SHA1withDSA");
118 map.put("Alg.Alias.Signature.OID.1.2.840.10040.4.3",
120 map.put("Alg.Alias.Signature.1.2.840.10040.4.3", "SHA1withDSA");
121 map.put("Alg.Alias.Signature.1.3.14.3.2.13", "SHA1withDSA");
122 map.put("Alg.Alias.Signature.1.3.14.3.2.27", "SHA1withDSA");
127 map.put("KeyPairGenerator.DSA",
129 map.put("Alg.Alias.KeyPairGenerator.OID.1.2.840.10040.4.1", "DSA");
130 map.put("Alg.Alias.KeyPairGenerator.1.2.840.10040.4.1", "DSA");
131 map.put("Alg.Alias.KeyPairGenerator.1.3.14.3.2.12", "DSA");
136 map.put("MessageDigest.MD2", "sun.security.provider.MD2");
137 map.put("MessageDigest.MD5", "sun.security.provider.MD5");
138 map.put("MessageDigest.SHA", "sun.security.provider.SHA");
140 map.put("Alg.Alias.MessageDigest.SHA-1", "SHA");
141 map.put("Alg.Alias.MessageDigest.SHA1", "SHA");
143 map.put("MessageDigest.SHA-256", "sun.security.provider.SHA2");
144 map.put("MessageDigest.SHA-384", "sun.security.provider.SHA5$SHA384");
145 map.put("MessageDigest.SHA-512", "sun.security.provider.SHA5$SHA512");
150 map.put("AlgorithmParameterGenerator.DSA",
156 map.put("AlgorithmParameters.DSA",
158 map.put("Alg.Alias.AlgorithmParameters.1.3.14.3.2.12", "DSA");
159 map.put("Alg.Alias.AlgorithmParameters.1.2.840.10040.4.1", "DSA");
164 map.put("KeyFactory.DSA", "sun.security.provider.DSAKeyFactory");
165 map.put("Alg.Alias.KeyFactory.1.3.14.3.2.12", "DSA");
166 map.put("Alg.Alias.KeyFactory.1.2.840.10040.4.1", "DSA");
171 map.put("CertificateFactory.X.509",
173 map.put("Alg.Alias.CertificateFactory.X509", "X.509");
178 map.put("KeyStore.JKS", "sun.security.provider.JavaKeyStore$JKS");
179 map.put("KeyStore.CaseExactJKS",
185 map.put("Policy.JavaPolicy", "sun.security.provider.PolicySpiFile");
190 map.put("Configuration.JavaLoginConfig",
196 map.put("CertPathBuilder.PKIX",
198 map.put("CertPathBuilder.PKIX ValidationAlgorithm",
204 map.put("CertPathValidator.PKIX",
206 map.put("CertPathValidator.PKIX ValidationAlgorithm",
212 map.put("CertStore.LDAP",
214 map.put("CertStore.LDAP LDAPSchema", "RFC2587");
215 map.put("CertStore.Collection",
217 map.put("CertStore.com.sun.security.IndexedCollection",
223 map.put("Signature.SHA1withDSA KeySize", "1024");
224 map.put("KeyPairGenerator.DSA KeySize", "1024");
225 map.put("AlgorithmParameterGenerator.DSA KeySize", "1024");
230 map.put("Signature.SHA1withDSA ImplementedIn", "Software");
231 map.put("KeyPairGenerator.DSA ImplementedIn", "Software");
232 map.put("MessageDigest.MD5 ImplementedIn", "Software");
233 map.put("MessageDigest.SHA ImplementedIn", "Software");
234 map.put("AlgorithmParameterGenerator.DSA ImplementedIn",
236 map.put("AlgorithmParameters.DSA ImplementedIn", "Software");
237 map.put("KeyFactory.DSA ImplementedIn", "Software");
238 map.put("SecureRandom.SHA1PRNG ImplementedIn", "Software");
239 map.put("CertificateFactory.X.509 ImplementedIn", "Software");
240 map.put("KeyStore.JKS ImplementedIn", "Software");
241 map.put("CertPathValidator.PKIX ImplementedIn", "Software");
242 map.put("CertPathBuilder.PKIX ImplementedIn", "Software");
243 map.put("CertStore.LDAP ImplementedIn", "Software");
244 map.put("CertStore.Collection ImplementedIn", "Software");
245 map.put("CertStore.com.sun.security.IndexedCollection ImplementedIn",