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:
  • 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