public class WrappedDSAPrivateKey extends AbstractWrappedDSAKey<org.bouncycastle.crypto.params.DSAPrivateKeyParameters> implements DSAPrivateKey
DSAPrivateKeyParameters
.delegate, PKCS8_FORMAT, X509_FORMAT
Constructor and Description |
---|
WrappedDSAPrivateKey(org.bouncycastle.crypto.params.DSAPrivateKeyParameters parameters)
Creates a new instance that wraps the given BC DSA private key.
|
Modifier and Type | Method and Description |
---|---|
BigInteger |
getX() |
getAlgorithm, getParams
getEncoded, getFormat
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAlgorithm, getEncoded, getFormat
destroy, isDestroyed
public WrappedDSAPrivateKey(org.bouncycastle.crypto.params.DSAPrivateKeyParameters parameters)
parameters
- BC DSA private key.public BigInteger getX()
getX
in interface DSAPrivateKey
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.