public class DERInteger extends DERObject
Modifier and Type | Method and Description |
---|---|
BigInteger |
bigIntValue()
Lazy accessor
|
int |
intValue()
Lazy accessor
|
static DERInteger |
valueOf(int integer)
Static factory method, type-conversion operator.
|
public static DERInteger valueOf(int integer)
public int intValue()
public BigInteger bigIntValue()
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.