public class NinetyDegreeInt
extends org.bouncycastle.asn1.ASN1Object
Constructor and Description |
---|
NinetyDegreeInt(java.math.BigInteger degree) |
NinetyDegreeInt(long degree) |
Modifier and Type | Method and Description |
---|---|
static NinetyDegreeInt |
getInstance(java.lang.Object o) |
java.math.BigInteger |
getValue() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public NinetyDegreeInt(long degree)
public NinetyDegreeInt(java.math.BigInteger degree)
public java.math.BigInteger getValue()
public static NinetyDegreeInt getInstance(java.lang.Object o)
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
in class org.bouncycastle.asn1.ASN1Object