org.apache.geronimo.crypto.asn1.sec
Class ECPrivateKeyStructure
java.lang.Object
org.apache.geronimo.crypto.asn1.ASN1Encodable
org.apache.geronimo.crypto.asn1.sec.ECPrivateKeyStructure
- All Implemented Interfaces:
- DEREncodable
public class ECPrivateKeyStructure
- extends ASN1Encodable
the elliptic curve private key object from SEC 1
ECPrivateKeyStructure
public ECPrivateKeyStructure(ASN1Sequence seq)
ECPrivateKeyStructure
public ECPrivateKeyStructure(BigInteger key)
getKey
public BigInteger getKey()
toASN1Object
public DERObject toASN1Object()
- Specified by:
toASN1Object
in class ASN1Encodable
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.