org.apache.geronimo.crypto.asn1.pkcs
Class DHParameter
java.lang.Object
org.apache.geronimo.crypto.asn1.ASN1Encodable
org.apache.geronimo.crypto.asn1.pkcs.DHParameter
- All Implemented Interfaces:
- DEREncodable
public class DHParameter
- extends ASN1Encodable
DHParameter
public DHParameter(BigInteger p,
BigInteger g,
int l)
DHParameter
public DHParameter(ASN1Sequence seq)
getP
public BigInteger getP()
getG
public BigInteger getG()
getL
public BigInteger getL()
toASN1Object
public DERObject toASN1Object()
- Specified by:
toASN1Object
in class ASN1Encodable
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.