Class SmartCardHSMECKey

  • All Implemented Interfaces:
    java.io.Serializable, java.security.interfaces.ECKey, java.security.Key, java.security.PrivateKey, javax.security.auth.Destroyable, KeyRef, PrivateKeyRef

    public class SmartCardHSMECKey
    extends SmartCardHSMPrivateKey
    implements java.security.interfaces.ECKey
    Reference to a EC private key on the SmartCardHSM
    Author:
    lew
    See Also:
    PrivateKeyRef, Serialized Form
    • Constructor Detail

      • SmartCardHSMECKey

        public SmartCardHSMECKey​(byte keyID,
                                 java.lang.String name,
                                 short keySize)
        Parameters:
        keyID - The ID which refers to the private key on the card.
        name -
        keySize -
    • Method Detail

      • getParams

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

        public void setParams​(java.security.spec.ECParameterSpec params)