Class RSAPrivateKeySpec

java.lang.Object
java.security.spec.RSAPrivateKeySpec
All Implemented Interfaces:
KeySpec
Direct Known Subclasses:
RSAPrivateCrtKeySpec

public class RSAPrivateKeySpec extends Object implements KeySpec
  • Constructor Details

  • Method Details

    • getModulus

      public BigInteger getModulus()
    • getPrivateExponent

      public BigInteger getPrivateExponent()