Home
last modified time | relevance | path

Searched refs:RSA_ALG (Results 1 – 1 of 1) sorted by relevance

/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securemessage/
DPublicKeyProtoUtil.java112 private static final String RSA_ALG = "RSA"; field in PublicKeyProtoUtil
308 return (RSAPublicKey) KeyFactory.getInstance(RSA_ALG).generatePublic( in parseRsa2048PublicKey()
538 KeyPairGenerator keygen = KeyPairGenerator.getInstance(RSA_ALG); in getRsaKeyGen()