Class RSAPublicKeySpec

java.lang.Object
java.security.spec.RSAPublicKeySpec
All Implemented Interfaces:
KeySpec

public class RSAPublicKeySpec extends Object implements KeySpec
  • Constructor Details

  • Method Details

    • getModulus

      public BigInteger getModulus()
    • getPublicExponent

      public BigInteger getPublicExponent()