sun.security.util |
|
Java Source File Name | Type | Comment |
BigInt.java | Class | A low-overhead arbitrary-precision unsigned integer.
This is intended for use with ASN.1 parsing, and printing of
such parsed values. |
BitArray.java | Class | A packed array of booleans. |
ByteArrayLexOrder.java | Class | Compare two byte arrays in lexicographical order.
version: 1.9 02/02/00 author: D. |
ByteArrayTagOrder.java | Class | |
Cache.java | Class | Abstract base class and factory for caches. |
Debug.java | Class | A utility class for debuging. |
DerEncoder.java | Interface | Interface to an object that knows how to write its own DER
encoding to an output stream.
version: 1.7 02/02/00 author: D. |
DerIndefLenConverter.java | Class | A package private utility class to convert indefinite length DER
encoded byte arrays to definite length DER encoded byte arrays.
This assumes that the basic data structure is "tag, length, value"
triplet. |
DerInputBuffer.java | Class | DER input buffer ... |
DerInputStream.java | Class | A DER input stream, used for parsing ASN.1 DER-encoded data such as
that found in X.509 certificates. |
DerOutputStream.java | Class | Output stream marshaling DER-encoded data. |
DerValue.java | Class | Represents a single DER-encoded value. |
ManifestDigester.java | Class | This class is used to compute digests on sections of the Manifest. |
ManifestEntryVerifier.java | Class | This class is used to verify each entry in a jar file with its
manifest value. |
ObjectIdentifier.java | Class | Represent an ISO Object Identifier.
Object Identifiers are arbitrary length hierarchical identifiers.
The individual components are numbers, and they define paths from the
root of an ISO-managed identifier space. |
PropertyExpander.java | Class | A utility class to expand properties embedded in a string.
Strings of the form ${some.property.name} are expanded to
be the value of the property. |
Resources.java | Class | This class represents the ResourceBundle
for javax.security.auth and sun.security. |
ResourcesMgr.java | Class | |
SecurityConstants.java | Class | Permission constants and string constants used to create permissions
used throughout the JDK. |
SignatureFileVerifier.java | Class | |