public class WrappedDSAPublicKey extends AbstractWrappedDSAKey<org.bouncycastle.crypto.params.DSAPublicKeyParameters> implements DSAPublicKey
DSAPublicKeyParameters.delegate, PKCS8_FORMAT, X509_FORMATserialVersionUID| Constructor and Description |
|---|
WrappedDSAPublicKey(org.bouncycastle.crypto.params.DSAPublicKeyParameters wrappedKey)
Creates a new instance that wraps the given key.
|
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getY() |
getAlgorithm, getParamsgetEncoded, getFormatclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAlgorithm, getEncoded, getFormatpublic WrappedDSAPublicKey(org.bouncycastle.crypto.params.DSAPublicKeyParameters wrappedKey)
wrappedKey - DSA key to wrap.public BigInteger getY()
getY in interface DSAPublicKeyCopyright © 2016 JBoss by Red Hat. All rights reserved.