Home
last modified time | relevance | path

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

/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securemessage/
DPublicKeyProtoUtil.java184 .setRsa2048PublicKey(encodeRsa2048PublicKey(pk)) in encodePublicKey()
210 public static SimpleRsaPublicKey encodeRsa2048PublicKey(PublicKey pk) { in encodeRsa2048PublicKey() method in PublicKeyProtoUtil