Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.util
Class BigIntegers.Cache

java.lang.Object
  |
  +--org.bouncycastle.util.BigIntegers.Cache
Enclosing class:
BigIntegers

public static class BigIntegers.Cache
extends java.lang.Object


Constructor Summary
BigIntegers.Cache()
           
 
Method Summary
 void add(java.math.BigInteger value)
           
 void clear()
           
 boolean contains(java.math.BigInteger value)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BigIntegers.Cache

public BigIntegers.Cache()
Method Detail

add

public void add(java.math.BigInteger value)

contains

public boolean contains(java.math.BigInteger value)

size

public int size()

clear

public void clear()

Bouncy Castle Cryptography Library 1.77.0