Class WrappedECPublicKey

java.lang.Object
org.cryptacular.adapter.AbstractWrappedKey<T>
org.cryptacular.adapter.AbstractWrappedECKey<org.bouncycastle.crypto.params.ECPublicKeyParameters>
org.cryptacular.adapter.WrappedECPublicKey
All Implemented Interfaces:
Serializable, ECKey, ECPublicKey, Key, PublicKey

public class WrappedECPublicKey extends AbstractWrappedECKey<org.bouncycastle.crypto.params.ECPublicKeyParameters> implements ECPublicKey
JCE/JDK EC public key that wraps the corresponding BC EC public key type, ECPublicKeyParameters.
Author:
Middleware Services
See Also:
  • Constructor Details

    • WrappedECPublicKey

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