Class PK11DSAPublicKey

All Implemented Interfaces:
Serializable, AutoCloseable, DSAKey, DSAPublicKey, Key, PublicKey

public final class PK11DSAPublicKey extends PK11PubKey implements DSAPublicKey
See Also:
  • Field Details

  • Constructor Details

    • PK11DSAPublicKey

      public PK11DSAPublicKey(byte[] pointer)
  • Method Details

    • getParams

      public DSAParams getParams()
      Specified by:
      getParams in interface DSAKey
    • getY

      public BigInteger getY()
      Specified by:
      getY in interface DSAPublicKey
    • getPByteArray

      private byte[] getPByteArray()
    • getQByteArray

      private byte[] getQByteArray()
    • getGByteArray

      private byte[] getGByteArray()
    • getYByteArray

      private byte[] getYByteArray()