Package gnu.java.security.util

Class Summary

ByteArray
ByteBufferOutputStream An output stream that writes bytes to a ByteBuffer, which will be resized if more space is needed.
DerUtil Utility methods for DER encoding handling.
ExpirableObject The base class for objects with sensitive data that are automatically destroyed after a timeout elapses.
FormatUtil Encoding and decoding format utility methods.
IntegerUtil Utility class which offers Integer related methods found in RI's version 5 but written with RI's 1.4 API.
Prime
PRNG A useful hash-based (SHA) pseudo-random number generator used throughout this library.
Sequence A monotonic sequence of integers in the finite field 232.
SimpleList A simple way to create immutable n-tuples.
Util A collection of utility methods used throughout this project.