Class RSAPrivateKey


  • public class RSAPrivateKey
    extends java.lang.Object
    RSAPrivateKey.
    • Constructor Summary

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

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

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

      • RSAPrivateKey

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

      • getD

        public java.math.BigInteger getD()
      • getE

        public java.math.BigInteger getE()
      • getN

        public java.math.BigInteger getN()