Searched refs:RSA_ALG (Results 1 – 1 of 1) sorted by relevance
112 private static final String RSA_ALG = "RSA"; field in PublicKeyProtoUtil308 return (RSAPublicKey) KeyFactory.getInstance(RSA_ALG).generatePublic( in parseRsa2048PublicKey()538 KeyPairGenerator keygen = KeyPairGenerator.getInstance(RSA_ALG); in getRsaKeyGen()