|
Bouncy Castle Cryptography 1.27 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.bouncycastle.jce.provider.JCEECPrivateKey
| Field Summary |
| Fields inherited from interface java.security.PrivateKey |
serialVersionUID |
| Constructor Summary | |
protected |
JCEECPrivateKey()
|
| Method Summary | |
java.lang.String |
getAlgorithm()
|
DEREncodable |
getBagAttribute(DERObjectIdentifier oid)
|
java.util.Enumeration |
getBagAttributeKeys()
|
java.math.BigInteger |
getD()
return the private value D. |
byte[] |
getEncoded()
Return a PKCS8 representation of the key. |
java.lang.String |
getFormat()
return the encoding format we produce in getEncoded(). |
ECParameterSpec |
getParameters()
return a parameter specification representing the EC domain parameters for the key. |
ECParameterSpec |
getParams()
|
void |
setBagAttribute(DERObjectIdentifier oid,
DEREncodable attribute)
|
void |
setPointFormat(java.lang.String style)
Set the formatting for encoding of points. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected JCEECPrivateKey()
| Method Detail |
public java.lang.String getAlgorithm()
getAlgorithm in interface java.security.Keypublic java.lang.String getFormat()
getFormat in interface java.security.Keypublic byte[] getEncoded()
getEncoded in interface java.security.Keypublic ECParameterSpec getParams()
public ECParameterSpec getParameters()
ECKey
getParameters in interface ECKeypublic java.math.BigInteger getD()
ECPrivateKey
getD in interface ECPrivateKey
public void setBagAttribute(DERObjectIdentifier oid,
DEREncodable attribute)
setBagAttribute in interface PKCS12BagAttributeCarrierpublic DEREncodable getBagAttribute(DERObjectIdentifier oid)
getBagAttribute in interface PKCS12BagAttributeCarrierpublic java.util.Enumeration getBagAttributeKeys()
getBagAttributeKeys in interface PKCS12BagAttributeCarrierpublic void setPointFormat(java.lang.String style)
ECPointEncoder
setPointFormat in interface ECPointEncoderstyle - the style to use.
|
Bouncy Castle Cryptography 1.27 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||