Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

mindbright.security
Class RSAPublicKey  view RSAPublicKey download RSAPublicKey.java

java.lang.Object
  extended bymindbright.security.RSAKey
      extended bymindbright.security.RSAPublicKey
All Implemented Interfaces:
Key, PublicKey, java.io.Serializable

public class RSAPublicKey
extends RSAKey
implements PublicKey


Field Summary
 
Fields inherited from class mindbright.security.RSAKey
 
Constructor Summary
RSAPublicKey(java.math.BigInteger e, java.math.BigInteger n)
           
 
Methods inherited from class mindbright.security.RSAKey
bitLength, getAlgorithm, getE, getEncoded, getFormat, getN
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface mindbright.security.Key
getAlgorithm, getEncoded, getFormat
 

Constructor Detail

RSAPublicKey

public RSAPublicKey(java.math.BigInteger e,
                    java.math.BigInteger n)