|
Bouncy Castle Cryptography 1.26 | |||||||||
| 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()
return a parameter specification representing the EC domain parameters for the key. |
void |
setBagAttribute(DERObjectIdentifier oid,
DEREncodable attribute)
|
| 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()
ECKey
getParams in interface ECKeypublic ECParameterSpec getParameters()
BCECKey
getParameters in interface BCECKeypublic 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 PKCS12BagAttributeCarrier
|
Bouncy Castle Cryptography 1.26 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||