Class RSAPublicKey


  • public class RSAPublicKey
    extends java.lang.Object
    RSAPublicKey.
    Version:
    $Id: RSAPublicKey.java,v 1.1 2007/10/15 12:49:57 cplattne Exp $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.math.BigInteger e  
      (package private) java.math.BigInteger n  
    • Constructor Summary

      Constructors 
      Constructor Description
      RSAPublicKey​(java.math.BigInteger e, java.math.BigInteger n)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger getE()  
      java.math.BigInteger getN()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • e

        java.math.BigInteger e
      • n

        java.math.BigInteger n
    • Constructor Detail

      • RSAPublicKey

        public RSAPublicKey​(java.math.BigInteger e,
                            java.math.BigInteger n)
    • Method Detail

      • getE

        public java.math.BigInteger getE()
      • getN

        public java.math.BigInteger getN()