Searched refs:CipherAdapter (Results 1 – 2 of 2) sorted by relevance
570 return new Delegate(new CipherAdapter(c), RSA_SIGNATURE); in getInstanceRSA()1201 return new CipherAdapter(c); in newInstance()1481 private static class CipherAdapter extends SignatureSpi { class in Signature1487 CipherAdapter(Cipher cipher) { in CipherAdapter() method in Signature.CipherAdapter
200 private static class CipherAdapter extends java.security.SignatureSpi { class in Signature202 CipherAdapter(javax.crypto.Cipher cipher) { in CipherAdapter() method in Signature.CipherAdapter