May 1998
Intermediate to advanced
469 pages
14h 57m
English
Class java.security.spec.RSAPublicKeySpec
This class represents a key specification for an RSA public key. Instances of this class may be used with an appropriate key factory to generate public keys. Use of this class requires a third-party security provider.
public java.security.spec.RSAPublicKeySpec
extends java.lang.Object
implements java.security.spec.KeySpec {
// Constructors
public RSAPublicKeySpec(BigInteger, BigInteger);
// Instance Methods
public BigInteger getModulus();
public BigInteger getPublicExponent();
}
KeyFactory, KeySpec, PublicKey