Lines Matching refs:put

47         map.put("KeyFactory.EC", "sun.security.ec.ECKeyFactory");
48 map.put("Alg.Alias.KeyFactory.EllipticCurve", "EC");
50 map.put("KeyFactory.EC ImplementedIn", "Software");
55 map.put("AlgorithmParameters.EC", "sun.security.ec.ECParameters");
56 map.put("Alg.Alias.AlgorithmParameters.EllipticCurve", "EC");
58 map.put("AlgorithmParameters.EC KeySize", "256");
60 map.put("AlgorithmParameters.EC ImplementedIn", "Software");
62 map.put("AlgorithmParameters.EC SupportedCurves",
132 map.put("Signature.NONEwithECDSA",
134 map.put("Signature.SHA1withECDSA",
136 map.put("Signature.SHA256withECDSA",
138 map.put("Signature.SHA384withECDSA",
140 map.put("Signature.SHA512withECDSA",
145 map.put("Signature.NONEwithECDSA SupportedKeyClasses", ecKeyClasses);
146 map.put("Signature.SHA1withECDSA SupportedKeyClasses", ecKeyClasses);
147 map.put("Signature.SHA256withECDSA SupportedKeyClasses", ecKeyClasses);
148 map.put("Signature.SHA384withECDSA SupportedKeyClasses", ecKeyClasses);
149 map.put("Signature.SHA512withECDSA SupportedKeyClasses", ecKeyClasses);
151 map.put("Signature.SHA1withECDSA KeySize", "256");
153 map.put("Signature.NONEwithECDSA ImplementedIn", "Software");
154 map.put("Signature.SHA1withECDSA ImplementedIn", "Software");
155 map.put("Signature.SHA256withECDSA ImplementedIn", "Software");
156 map.put("Signature.SHA384withECDSA ImplementedIn", "Software");
157 map.put("Signature.SHA512withECDSA ImplementedIn", "Software");
162 map.put("KeyPairGenerator.EC", "sun.security.ec.ECKeyPairGenerator");
163 map.put("Alg.Alias.KeyPairGenerator.EllipticCurve", "EC");
165 map.put("KeyPairGenerator.EC KeySize", "256");
167 map.put("KeyPairGenerator.EC ImplementedIn", "Software");
172 map.put("KeyAgreement.ECDH", "sun.security.ec.ECDHKeyAgreement");
174 map.put("KeyAgreement.ECDH SupportedKeyClasses", ecKeyClasses);
176 map.put("KeyAgreement.ECDH ImplementedIn", "Software");