Package org.cryptacular.adapter
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:
-
Field Summary
Fields inherited from class org.cryptacular.adapter.AbstractWrappedKey
delegate, PKCS8_FORMAT, X509_FORMAT
Fields inherited from interface java.security.Key
serialVersionUID
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractWrappedDSAKey
(T wrappedKey) Creates a new instance that wraps the given key. -
Method Summary
Methods inherited from class org.cryptacular.adapter.AbstractWrappedKey
getEncoded, getFormat
-
Constructor Details
-
AbstractWrappedDSAKey
Creates a new instance that wraps the given key.- Parameters:
wrappedKey
- Key to wrap.
-
-
Method Details
-
getParams
- Returns:
- DSA key parameters.
-
getAlgorithm
-