Class PK11ECPublicKey

  • All Implemented Interfaces:
    java.io.Serializable, java.security.Key, java.security.PublicKey

    public final class PK11ECPublicKey
    extends PK11PubKey
    See Also:
    Serialized Form
    • Field Detail

      • keyProxy

        protected org.mozilla.jss.pkcs11.KeyProxy keyProxy
    • Constructor Detail

      • PK11ECPublicKey

        public PK11ECPublicKey​(byte[] pointer)
    • Method Detail

      • getCurve

        public java.math.BigInteger getCurve()
      • getCurveBA

        public byte[] getCurveBA()
      • getW

        public java.math.BigInteger getW()