T - EC key parameters type.public abstract class AbstractWrappedECKey<T extends org.bouncycastle.crypto.params.ECKeyParameters> extends AbstractWrappedKey<T>
delegate, PKCS8_FORMAT, X509_FORMATserialVersionUID| Constructor and Description |
|---|
AbstractWrappedECKey(T wrappedKey)
Creates a new instance that wraps the given key.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
ECParameterSpec |
getParams() |
getEncoded, getFormatpublic AbstractWrappedECKey(T wrappedKey)
wrappedKey - Key to wrap.public ECParameterSpec getParams()
public String getAlgorithm()
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.