Searched refs:CipherAdapter (Results 1 – 1 of 1) sorted by relevance
512 return new Delegate(new CipherAdapter(c), RSA_SIGNATURE); in getInstanceRSA()1070 return new CipherAdapter(c); in newInstance()1316 private static class CipherAdapter extends SignatureSpi { class in Signature1322 CipherAdapter(Cipher cipher) { in CipherAdapter() method in Signature.CipherAdapter