Package org.cryptacular.adapter
Class WrappedDSAPublicKey
java.lang.Object
org.cryptacular.adapter.AbstractWrappedKey<T>
org.cryptacular.adapter.AbstractWrappedDSAKey<org.bouncycastle.crypto.params.DSAPublicKeyParameters>
org.cryptacular.adapter.WrappedDSAPublicKey
- All Implemented Interfaces:
Serializable
,DSAKey
,DSAPublicKey
,Key
,PublicKey
public class WrappedDSAPublicKey
extends AbstractWrappedDSAKey<org.bouncycastle.crypto.params.DSAPublicKeyParameters>
implements DSAPublicKey
JCE/JDK DSA public key that wraps the corresponding BC DSA public key type,
DSAPublicKeyParameters
.- 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.interfaces.DSAPublicKey
serialVersionUID
Fields inherited from interface java.security.Key
serialVersionUID
-
Constructor Summary
ConstructorsConstructorDescriptionWrappedDSAPublicKey
(org.bouncycastle.crypto.params.DSAPublicKeyParameters wrappedKey) Creates a new instance that wraps the given key. -
Method Summary
Methods inherited from class org.cryptacular.adapter.AbstractWrappedDSAKey
getAlgorithm, getParams
Methods inherited from class org.cryptacular.adapter.AbstractWrappedKey
getEncoded, getFormat
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
Constructor Details
-
WrappedDSAPublicKey
public WrappedDSAPublicKey(org.bouncycastle.crypto.params.DSAPublicKeyParameters wrappedKey) Creates a new instance that wraps the given key.- Parameters:
wrappedKey
- DSA key to wrap.
-
-
Method Details
-
getY
- Specified by:
getY
in interfaceDSAPublicKey
-