Class RSAKeyParameters

java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.crypto.params.RSAKeyParameters
All Implemented Interfaces:
CipherParameters
Direct Known Subclasses:
RSAPrivateCrtKeyParameters

public class RSAKeyParameters extends AsymmetricKeyParameter
  • Constructor Details

    • RSAKeyParameters

      public RSAKeyParameters(boolean isPrivate, BigInteger modulus, BigInteger exponent)
    • RSAKeyParameters

      public RSAKeyParameters(boolean isPrivate, BigInteger modulus, BigInteger exponent, boolean isInternal)
  • Method Details