public class WrappedECPrivateKey extends AbstractWrappedECKey<org.bouncycastle.crypto.params.ECPrivateKeyParameters> implements ECPrivateKey
ECPrivateKeyParameters.delegate, PKCS8_FORMAT, X509_FORMATserialVersionUID| Constructor and Description |
|---|
WrappedECPrivateKey(org.bouncycastle.crypto.params.ECPrivateKeyParameters wrappedKey)
Creates a new instance that wraps the given key.
|
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getS() |
getAlgorithm, getParamsgetEncoded, getFormatclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAlgorithm, getEncoded, getFormatdestroy, isDestroyedpublic WrappedECPrivateKey(org.bouncycastle.crypto.params.ECPrivateKeyParameters wrappedKey)
wrappedKey - EC key to wrap.public BigInteger getS()
getS in interface ECPrivateKeyCopyright © 2016 JBoss by Red Hat. All rights reserved.