public class ECPrivateKeyStructure extends ASN1Object
Constructor and Description |
---|
ECPrivateKeyStructure(ASN1Sequence seq)
Deprecated.
|
ECPrivateKeyStructure(java.math.BigInteger key)
Deprecated.
|
ECPrivateKeyStructure(java.math.BigInteger key,
ASN1BitString publicKey,
ASN1Encodable parameters)
Deprecated.
|
ECPrivateKeyStructure(java.math.BigInteger key,
ASN1Encodable parameters)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getKey()
Deprecated.
|
ASN1Primitive |
getParameters()
Deprecated.
|
ASN1BitString |
getPublicKey()
Deprecated.
|
ASN1Primitive |
toASN1Primitive()
Deprecated.
ECPrivateKey ::= SEQUENCE {
version INTEGER { ecPrivkeyVer1(1) } (ecPrivkeyVer1),
privateKey OCTET STRING,
parameters [0] Parameters OPTIONAL,
publicKey [1] BIT STRING OPTIONAL }
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
public ECPrivateKeyStructure(ASN1Sequence seq)
public ECPrivateKeyStructure(java.math.BigInteger key)
public ECPrivateKeyStructure(java.math.BigInteger key, ASN1Encodable parameters)
public ECPrivateKeyStructure(java.math.BigInteger key, ASN1BitString publicKey, ASN1Encodable parameters)
public java.math.BigInteger getKey()
public ASN1BitString getPublicKey()
public ASN1Primitive getParameters()
public ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object