Package org.cryptacular.adapter
Class WrappedDSAPublicKey
java.lang.Object
org.cryptacular.adapter.AbstractWrappedKey<org.bouncycastle.crypto.params.DSAPublicKeyParameters>
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.- See Also:
-
Field Summary
FieldsFields inherited from class org.cryptacular.adapter.AbstractWrappedKey
delegate, PKCS8_FORMAT, X509_FORMAT -
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, getParamsMethods inherited from class org.cryptacular.adapter.AbstractWrappedKey
getEncoded, getFormatMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDserialVersionUID.- See Also:
-
-
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:
getYin interfaceDSAPublicKey
-