|
Bouncy Castle Cryptography 1.11 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.asn1.sec.ECPrivateKeyStructure
the elliptic curve private key object from SEC 1
Constructor Summary | |
ECPrivateKeyStructure(java.math.BigInteger key)
|
|
ECPrivateKeyStructure(DERConstructedSequence seq)
|
Method Summary | |
DERObject |
getDERObject()
|
java.math.BigInteger |
getKey()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ECPrivateKeyStructure(DERConstructedSequence seq)
public ECPrivateKeyStructure(java.math.BigInteger key)
Method Detail |
public java.math.BigInteger getKey()
public DERObject getDERObject()
getDERObject
in interface DEREncodable
|
Bouncy Castle Cryptography 1.11 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |