Class PK11RSAPublicKey

All Implemented Interfaces:
Serializable, AutoCloseable, RSAKey, RSAPublicKey, Key, PublicKey

public class PK11RSAPublicKey extends PK11PubKey implements RSAPublicKey
See Also:
  • Field Details

  • Constructor Details

    • PK11RSAPublicKey

      public PK11RSAPublicKey(byte[] pointer)
  • Method Details

    • getModulus

      public BigInteger getModulus()
      Specified by:
      getModulus in interface RSAKey
    • getModulusByteArray

      private byte[] getModulusByteArray()
    • getPublicExponent

      public BigInteger getPublicExponent()
      Specified by:
      getPublicExponent in interface RSAPublicKey
    • getPublicExponentByteArray

      private byte[] getPublicExponentByteArray()