May 1998
Intermediate to advanced
469 pages
14h 57m
English
Interface java.security.interfaces.RSAPublicKey
This class represents an RSA public key, suitable for use with an RSA cryptographic algorithm. You must have a third-party security provider to use this class.
public abstract interface java.security.interfaces.RSAPublicKey
implements java.security.PublicKey {
// Instance Methods
public abstract BigInteger getModulus();
public abstract BigInteger getPublicExponent();
}
PublicKey, RSAPrivateKey