Searched refs:encodeSSHRSASignature (Results 1 – 2 of 2) sorted by relevance
85 public static byte[] encodeSSHRSASignature(RSASignature sig) throws IOException in encodeSSHRSASignature() method in RSASHA1Verify
245 byte[] rsa_sig_enc = RSASHA1Verify.encodeSSHRSASignature(ds); in authenticatePublicKey()