|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.sec.ECPrivateKeyStructure
public class ECPrivateKeyStructure
the elliptic curve private key object from SEC 1
| Constructor Summary | |
|---|---|
ECPrivateKeyStructure(ASN1Sequence seq)
Deprecated. |
|
ECPrivateKeyStructure(java.math.BigInteger key)
Deprecated. |
|
ECPrivateKeyStructure(java.math.BigInteger key,
ASN1Encodable parameters)
Deprecated. |
|
ECPrivateKeyStructure(java.math.BigInteger key,
DERBitString publicKey,
ASN1Encodable parameters)
Deprecated. |
|
| Method Summary | |
|---|---|
java.math.BigInteger |
getKey()
Deprecated. |
ASN1Primitive |
getParameters()
Deprecated. |
DERBitString |
getPublicKey()
Deprecated. |
ASN1Primitive |
toASN1Primitive()
Deprecated. ECPrivateKey ::= SEQUENCE { version INTEGER { ecPrivkeyVer1(1) } (ecPrivkeyVer1), privateKey OCTET STRING, parameters [0] Parameters OPTIONAL, publicKey [1] BIT STRING OPTIONAL } |
| Methods inherited from class org.bouncycastle.asn1.ASN1Object |
|---|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ECPrivateKeyStructure(ASN1Sequence seq)
public ECPrivateKeyStructure(java.math.BigInteger key)
public ECPrivateKeyStructure(java.math.BigInteger key,
ASN1Encodable parameters)
public ECPrivateKeyStructure(java.math.BigInteger key,
DERBitString publicKey,
ASN1Encodable parameters)
| Method Detail |
|---|
public java.math.BigInteger getKey()
public DERBitString getPublicKey()
public ASN1Primitive getParameters()
public ASN1Primitive toASN1Primitive()
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object
|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||