Package org.bouncycastle.util
General purpose utility classes used throughout the APIs.
-
Interface Summary Interface Description Encodable Interface implemented by objects that can be converted into byte arrays.Iterable<T> Utility class to allow use of Iterable feature in JDK 1.5+Memoable Interface for Memoable objects.Selector<T> Interface a selector from a store should conform to.Store<T> A generic interface describing a simple store of objects.StreamParser StringList An interface defining a list of strings. -
Class Summary Class Description Arrays General array utilities.Arrays.Iterator<T> Iterator backed by a specific array.BigIntegers BigInteger utilities.CollectionStore<T> A simple collection backed store.Doubles Fingerprint Basic 20 byte finger print class.Integers Utility methods for ints.IPAddress Utility methods for processing String objects containing IP addresses.Longs Objects Pack Utility methods for converting byte arrays into ints and longs, and back again.Properties Utility method for accessing system properties.Shorts Strings String utilities.Times -
Exception Summary Exception Description MemoableResetException Exception to be thrown on a failure to reset an object implementing Memoable.StoreException Exception thrown if there's an issue doing a match in store.StreamParsingException