public class WrappedECPublicKey extends AbstractWrappedECKey<org.bouncycastle.crypto.params.ECPublicKeyParameters> implements ECPublicKey
ECPublicKeyParameters.delegate, PKCS8_FORMAT, X509_FORMAT| Constructor and Description |
|---|
WrappedECPublicKey(org.bouncycastle.crypto.params.ECPublicKeyParameters wrappedKey)
Creates a new instance that wraps the given key.
|
| Modifier and Type | Method and Description |
|---|---|
ECPoint |
getW() |
getAlgorithm, getParamsgetEncoded, getFormatclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAlgorithm, getEncoded, getFormatpublic WrappedECPublicKey(org.bouncycastle.crypto.params.ECPublicKeyParameters wrappedKey)
wrappedKey - EC key to wrap.public ECPoint getW()
getW in interface ECPublicKeyCopyright © 2003-2024 Virginia Tech. All Rights Reserved.