T - EC key parameters type.public abstract class AbstractWrappedECKey<T extends org.bouncycastle.crypto.params.ECKeyParameters> extends AbstractWrappedKey<T>
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
ALGORITHM
Elliptic curve algorithm name.
|
delegate, PKCS8_FORMAT, X509_FORMAT| Constructor and Description |
|---|
AbstractWrappedECKey(T wrappedKey)
Creates a new instance that wraps the given key.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithm() |
java.security.spec.ECParameterSpec |
getParams() |
getEncoded, getFormatprivate static final java.lang.String ALGORITHM
public AbstractWrappedECKey(T wrappedKey)
wrappedKey - Key to wrap.