Searched refs:CIPHER_RSA_PKCS1 (Results 1 – 2 of 2) sorted by relevance
111 Cipher cipher = JsseJce.getCipher(JsseJce.CIPHER_RSA_PKCS1); in RSAClientKeyExchange()144 Cipher cipher = JsseJce.getCipher(JsseJce.CIPHER_RSA_PKCS1); in RSAClientKeyExchange()
137 final static String CIPHER_RSA_PKCS1 = "RSA/ECB/PKCS1Padding"; field in JsseJce