May 2001
Intermediate to advanced
618 pages
20h 50m
English
Interface java.security.interfaces.RSAPublicKey
This class represents an RSA public key, suitable for use with an RSA cryptographic algorithm.
public interface java.security.interfaces.RSAPublicKey
implements java.security.PublicKey {
// Instance Methods
public abstract BigInteger getPublicExponent( );
}
PublicKey, RSAPrivateKey
|
Read now
Unlock full access