Class RSAPublicKey


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

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

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

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.math.BigInteger getE()
      Deprecated.
       
      java.math.BigInteger getN()
      Deprecated.
       
      • 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
        Deprecated.
      • n

        java.math.BigInteger n
        Deprecated.
    • Constructor Detail

      • RSAPublicKey

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

      • getE

        public java.math.BigInteger getE()
        Deprecated.
      • getN

        public java.math.BigInteger getN()
        Deprecated.