C# Class Org.BouncyCastle.Asn1.Sec.ECPrivateKeyStructure

Inheritance: Org.BouncyCastle.Asn1.Asn1Encodable
Show file Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
ECPrivateKeyStructure ( Asn1Sequence seq ) : Org.BouncyCastle.Asn1
ECPrivateKeyStructure ( BigInteger key ) : Org.BouncyCastle.Asn1
GetKey ( ) : BigInteger
GetParameters ( ) : Asn1Object
GetPublicKey ( ) : DerBitString
ToAsn1Object ( ) : Asn1Object

Private Methods

Method Description
GetObjectInTag ( int tagNo ) : Asn1Object

Method Details

ECPrivateKeyStructure() public method

public ECPrivateKeyStructure ( Asn1Sequence seq ) : Org.BouncyCastle.Asn1
seq Org.BouncyCastle.Asn1.Asn1Sequence
return Org.BouncyCastle.Asn1

ECPrivateKeyStructure() public method

public ECPrivateKeyStructure ( BigInteger key ) : Org.BouncyCastle.Asn1
key Org.BouncyCastle.Math.BigInteger
return Org.BouncyCastle.Asn1

GetKey() public method

public GetKey ( ) : BigInteger
return Org.BouncyCastle.Math.BigInteger

GetParameters() public method

public GetParameters ( ) : Asn1Object
return Org.BouncyCastle.Asn1.Asn1Object

GetPublicKey() public method

public GetPublicKey ( ) : DerBitString
return Org.BouncyCastle.Asn1.DerBitString

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Org.BouncyCastle.Asn1.Asn1Object