MCPcopy Create free account
hub / github.com/appleseedlab/superc / RSAPrivateKey

Interface RSAPrivateKey

data/RSAPrivateKey.java:22–26  ·  view source on GitHub ↗

@version $Revision: 1.1 $ @author Jeroen C. van Gelderen (gelderen@cryptix.org)

Source from the content-addressed store, hash-verified

20 * @author Jeroen C. van Gelderen (gelderen@cryptix.org)
21 */
22public interface RSAPrivateKey extends PrivateKey
23{
24 BigInteger getModulus();
25 BigInteger getPrivateExponent();
26}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected