org.bouncycastle.jce.provider
public class JCEECPrivateKey extends Object implements ECPrivateKey, PKCS12BagAttributeCarrier, ECPointEncoder
| Constructor Summary | |
|---|---|
| protected | JCEECPrivateKey() |
| Method Summary | |
|---|---|
| boolean | equals(Object o) |
| String | getAlgorithm() |
| DEREncodable | getBagAttribute(DERObjectIdentifier oid) |
| Enumeration | getBagAttributeKeys() |
| BigInteger | getD() |
| byte[] | getEncoded()
Return a PKCS8 representation of the key. |
| String | getFormat()
return the encoding format we produce in getEncoded().
|
| ECParameterSpec | getParameters() |
| ECParameterSpec | getParams() |
| int | hashCode() |
| void | setBagAttribute(DERObjectIdentifier oid, DEREncodable attribute) |
| void | setPointFormat(String style) |
Returns: a PKCS8 representation of the key.
Returns: the string "PKCS#8"