RSAPublicKey


RSAPublicKey java.security.interfaces

Java 1.2 serializable

This interface represents an RSA public key and provides direct access to the underlying key values. If you are working with a public key you know is an RSA key, you can cast the PublicKey to an RSAPublicKey .

Figure 14-83. java.security.interfaces.RSAPublicKey

 public interface  RSAPublicKey  extends java.security.PublicKeyRSAKey {  // Public Constants   5.0  public static final long  serialVersionUID  ;  =-8727434096241101194   // Public Instance Methods  java.math.BigInteger  getPublicExponent  ( );   } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net