Class PK11ECPublicKey

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

    public final class PK11ECPublicKey
    extends PK11PubKey
    implements java.security.interfaces.ECPublicKey
    See Also:
    Serialized Form
    • Field Detail

      • keyProxy

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

      • PK11ECPublicKey

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

      • getParams

        public java.security.spec.ECParameterSpec getParams()
        Specified by:
        getParams in interface java.security.interfaces.ECKey
      • getCurveBA

        public byte[] getCurveBA()
      • getW

        public java.security.spec.ECPoint getW()
        Specified by:
        getW in interface java.security.interfaces.ECPublicKey
      • getWByteArray

        public byte[] getWByteArray()