Class WrappedECPrivateKey

java.lang.Object
org.cryptacular.adapter.AbstractWrappedKey<org.bouncycastle.crypto.params.ECPrivateKeyParameters>
org.cryptacular.adapter.AbstractWrappedECKey<org.bouncycastle.crypto.params.ECPrivateKeyParameters>
org.cryptacular.adapter.WrappedECPrivateKey
All Implemented Interfaces:
Serializable, ECKey, ECPrivateKey, Key, PrivateKey, Destroyable

public class WrappedECPrivateKey extends AbstractWrappedECKey<org.bouncycastle.crypto.params.ECPrivateKeyParameters> implements ECPrivateKey
JCE/JDK EC private key that wraps the corresponding BC EC private key type, ECPrivateKeyParameters.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      serialVersionUID.
      See Also:
  • Constructor Details

    • WrappedECPrivateKey

      public WrappedECPrivateKey(org.bouncycastle.crypto.params.ECPrivateKeyParameters wrappedKey)
      Creates a new instance that wraps the given key.
      Parameters:
      wrappedKey - EC key to wrap.
  • Method Details