File
Doc
Category
Size
Date
Package
RSAPrivateKey.java
API Doc
Java SE 5 API
655
Fri Aug 26 14:57:18 BST 2005
java.security.interfaces
RSAPrivateKey
public interface RSAPrivateKey implements RSAKey, PrivateKey
The interface to an RSA private key.
author
Jan Luehe
version
1.11 03/12/19
see
RSAPrivateCrtKey
Fields Summary
static final long
serialVersionUID
Constructors Summary
Methods Summary
public
java.math.BigInteger
getPrivateExponent
()
Returns the private exponent.
return
the private exponent
Java Code Source