Class AbstractWrappedDSAKey<T extends org.bouncycastle.crypto.params.DSAKeyParameters>

java.lang.Object
org.cryptacular.adapter.AbstractWrappedKey<T>
org.cryptacular.adapter.AbstractWrappedDSAKey<T>
Type Parameters:
T - DSA key parameters type.
All Implemented Interfaces:
Serializable, Key
Direct Known Subclasses:
WrappedDSAPrivateKey, WrappedDSAPublicKey

public abstract class AbstractWrappedDSAKey<T extends org.bouncycastle.crypto.params.DSAKeyParameters> extends AbstractWrappedKey<T>
Base class for DSA wrapped keys.
Author:
Middleware Services
See Also:
  • Constructor Details

    • AbstractWrappedDSAKey

      public AbstractWrappedDSAKey(T wrappedKey)
      Creates a new instance that wraps the given key.
      Parameters:
      wrappedKey - Key to wrap.
  • Method Details

    • getParams

      public DSAParams getParams()
      Returns:
      DSA key parameters.
    • getAlgorithm

      public String getAlgorithm()