Class WrappedDSAPrivateKey

java.lang.Object
org.cryptacular.adapter.AbstractWrappedKey<T>
org.cryptacular.adapter.AbstractWrappedDSAKey<org.bouncycastle.crypto.params.DSAPrivateKeyParameters>
org.cryptacular.adapter.WrappedDSAPrivateKey
All Implemented Interfaces:
Serializable, DSAKey, DSAPrivateKey, Key, PrivateKey, Destroyable

public class WrappedDSAPrivateKey extends AbstractWrappedDSAKey<org.bouncycastle.crypto.params.DSAPrivateKeyParameters> implements DSAPrivateKey
JCE/JDK DSA private key that wraps the corresponding BC DSA private key type, DSAPrivateKeyParameters.
Author:
Middleware Services
See Also:
  • Constructor Details

    • WrappedDSAPrivateKey

      public WrappedDSAPrivateKey(org.bouncycastle.crypto.params.DSAPrivateKeyParameters parameters)
      Creates a new instance that wraps the given BC DSA private key.
      Parameters:
      parameters - BC DSA private key.
  • Method Details