Searched defs:RSA (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/test/java/security/KeyRep/ |
H A D | Serial.java | 42 private static final String RSA = "SunRsaSign"; field in class:Serial 69 // generate RSA key pair 70 kpg = KeyPairGenerator.getInstance("RSA", RSA); 74 // serialize RSA key pair 80 // deserialize RSA key pair 88 throw new SecurityException("RSA test failed");
|
/openjdk7/jdk/src/share/classes/sun/security/ssl/ |
H A D | SignatureAndHashAlgorithm.java | 260 * Need to check RSA key length to match the length of hash value 267 * RSA keys of 512 bits have been shown to be practically 296 signValue == SignatureAlgorithm.RSA.value) { 372 RSA( "rsa", 1), enum constant in enum:SignatureAndHashAlgorithm.SignatureAlgorithm 393 algorithm = RSA; 415 supports(HashAlgorithm.MD5, SignatureAlgorithm.RSA, 419 supports(HashAlgorithm.SHA1, SignatureAlgorithm.RSA, 423 supports(HashAlgorithm.SHA224, SignatureAlgorithm.RSA, 427 supports(HashAlgorithm.SHA256, SignatureAlgorithm.RSA, 431 supports(HashAlgorithm.SHA384, SignatureAlgorithm.RSA, [all...] |
Completed in 71 milliseconds