May 2001
Intermediate to advanced
618 pages
20h 50m
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.
public class 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
|
Read now
Unlock full access