Searched defs:CipherAdapter (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/
H A DSignature.java279 // must be a CipherSpi, which we can wrap with the CipherAdapter
416 return new Delegate(new CipherAdapter(c), RSA_SIGNATURE);
965 return new CipherAdapter(c);
1206 private static class CipherAdapter extends SignatureSpi { class in class:Signature
1212 CipherAdapter(Cipher cipher) { method in class:Signature.CipherAdapter

Completed in 78 milliseconds