A B C D E F G H I J K L M N O P Q R S T U V W X Z

A

AbstractCollection - class com.ibm.security12.java.util.AbstractCollection.
This class provides a skeletal implementation of the Collection interface, to minimize the effort required to implement this interface.
AbstractCollection() - Constructor for class com.ibm.security12.java.util.AbstractCollection
Sole constructor.
AbstractList - class com.ibm.security12.java.util.AbstractList.
This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "random access" data store (such as an array).
AbstractList() - Constructor for class com.ibm.security12.java.util.AbstractList
Sole constructor.
AbstractMap - class com.ibm.security12.java.util.AbstractMap.
This class provides a skeletal implementation of the Map interface, to minimize the effort required to implement this interface.
AbstractMap() - Constructor for class com.ibm.security12.java.util.AbstractMap
Sole constructor.
AbstractSequentialList - class com.ibm.security12.java.util.AbstractSequentialList.
This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "sequential access" data store (such as a linked list).
AbstractSequentialList() - Constructor for class com.ibm.security12.java.util.AbstractSequentialList
Sole constructor.
AbstractSet - class com.ibm.security12.java.util.AbstractSet.
This class provides a skeletal implementation of the Set interface to minimize the effort required to implement this interface.
AbstractSet() - Constructor for class com.ibm.security12.java.util.AbstractSet
Sole constructor.
AccessControlContext - class com.ibm.security12.java.security.AccessControlContext.
An AccessControlContext is used to make system resource access decisions based on the context it encapsulates.
AccessControlContext(ProtectionDomain[]) - Constructor for class com.ibm.security12.java.security.AccessControlContext
Create an AccessControlContext with the given set of ProtectionDomains.
AccessControlException - exception com.ibm.security12.java.security.AccessControlException.
This exception is thrown by the AccessController to indicate that a requested access (to a critical system resource such as the file system or the network) is denied.
AccessControlException(String) - Constructor for class com.ibm.security12.java.security.AccessControlException
Constructs an AccessControlException with the specified, detailed message.
AccessControlException(String, Permission) - Constructor for class com.ibm.security12.java.security.AccessControlException
Constructs an AccessControlException with the specified, detailed message, and the requested permission that caused the exception.
AccessController - class com.ibm.security12.java.security.AccessController.
The AccessController class is used for three purposes: to decide whether an access to a critical system resource is to be allowed or denied, based on the security policy currently in effect, to mark code as being "privileged", thus affecting subsequent access determinations, and to obtain a "snapshot" of the current calling context so access-control decisions from a different context can be made with respect to the saved context.
action - Variable in class com.ibm.security12.sun.security.provider.PolicyParser.PermissionEntry
 
add(int, Object) - Method in class com.ibm.security12.java.util.AbstractList
Inserts the specified element at the specified position in this list (optional operation).
add(int, Object) - Method in class com.ibm.security12.java.util.Vector
Inserts the specified element at the specified position in this Vector.
add(int, Object) - Method in class com.ibm.security12.java.util.AbstractSequentialList
Inserts the specified element at the specified position in this list.
add(int, Object) - Method in class com.ibm.security12.java.util.Vector12
Inserts the specified element at the specified position in this Vector.
add(int, Object) - Method in class com.ibm.security12.java.util.ArrayList
Inserts the specified element at the specified position in this list.
add(int, Object) - Method in interface com.ibm.security12.java.util.List
Inserts the specified element at the specified position in this list (optional operation).
add(int, Object) - Method in class com.ibm.security12.java.util.LinkedList
Inserts the specified element at the specified position in this list.
add(Object) - Method in class com.ibm.security12.java.util.AbstractCollection
Ensures that this collection contains the specified element (optional operation).
add(Object) - Method in class com.ibm.security12.java.util.AbstractList
Appends the specified element to the end of this List (optional operation).
add(Object) - Method in class com.ibm.security12.java.util.Vector
Appends the specified element to the end of this Vector.
add(Object) - Method in class com.ibm.security12.java.util.HashSet
Adds the specified element to this set if it is not already present.
add(Object) - Method in interface com.ibm.security12.java.util.ListIterator
Inserts the specified element into the list (optional operation).
add(Object) - Method in interface com.ibm.security12.java.util.Collection
Ensures that this collection contains the specified element (optional operation).
add(Object) - Method in class com.ibm.security12.java.util.TreeSet
Adds the specified element to this set if it is not already present.
add(Object) - Method in interface com.ibm.security12.java.util.Set
Adds the specified element to this set if it is not already present (optional operation).
add(Object) - Method in class com.ibm.security12.java.util.ArrayList
Appends the specified element to the end of this list.
add(Object) - Method in interface com.ibm.security12.java.util.List
Appends the specified element to the end of this list (optional operation).
add(Object) - Method in class com.ibm.security12.java.util.LinkedList
Appends the specified element to the end of this list.
add(Permission) - Method in class com.ibm.security12.java.security.PermissionCollection
Adds a permission object to the current collection of permission objects.
add(Permission) - Method in class com.ibm.security12.java.security.Permissions
Adds a permission object to the PermissionCollection for the class the permission belongs to.
add(PolicyParser.GrantEntry) - Method in class com.ibm.security12.sun.security.provider.PolicyParser
 
add(PolicyParser.PermissionEntry) - Method in class com.ibm.security12.sun.security.provider.PolicyParser.GrantEntry
 
addAll(Collection) - Method in class com.ibm.security12.java.util.AbstractCollection
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(Collection) - Method in class com.ibm.security12.java.util.Vector
Appends all of the elements in the specified Collection to the end of this Vector, in the order that they are returned by the specified Collection's Iterator.
addAll(Collection) - Method in interface com.ibm.security12.java.util.Collection
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(Collection) - Method in class com.ibm.security12.java.util.TreeSet
Adds all of the elements in the specified collection to this set.
addAll(Collection) - Method in interface com.ibm.security12.java.util.Set
Adds all of the elements in the specified collection to this set if they're not already present (optional operation).
addAll(Collection) - Method in class com.ibm.security12.java.util.ArrayList
Appends all of the elements in the specified Collection to the end of this list, in the order that they are returned by the specified Collection's Iterator.
addAll(Collection) - Method in interface com.ibm.security12.java.util.List
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
addAll(Collection) - Method in class com.ibm.security12.java.util.LinkedList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(int, Collection) - Method in class com.ibm.security12.java.util.AbstractList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(int, Collection) - Method in class com.ibm.security12.java.util.Vector
Inserts all of the elements in in the specified Collection into this Vector at the specified position.
addAll(int, Collection) - Method in class com.ibm.security12.java.util.AbstractSequentialList
Inserts all of the elements in in the specified collection into this list at the specified position.
addAll(int, Collection) - Method in class com.ibm.security12.java.util.ArrayList
Inserts all of the elements in the specified Collection into this list, starting at the specified position.
addAll(int, Collection) - Method in interface com.ibm.security12.java.util.List
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(int, Collection) - Method in class com.ibm.security12.java.util.LinkedList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAppletListener(AppletListener) - Method in class com.ibm.security12.sun.applet.AppletPanel
 
addAttribute(String, String, String) - Static method in class com.ibm.security12.sun.security.x509.OIDMap
Add a name to lookup table.
addCertificate(Certificate) - Method in class com.ibm.security12.java.security.Identity
Deprecated. Adds a certificate for this identity.
addElement(Object) - Method in class com.ibm.security12.java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addFirst(Object) - Method in class com.ibm.security12.java.util.LinkedList
Inserts the given element at the beginning of this list.
addIdentity(Identity) - Method in class com.ibm.security12.java.security.IdentityScope
Deprecated. Adds an identity to this identity scope.
addIdentity(Identity) - Method in class com.ibm.security12.sun.security.provider.IdentityDatabase
Adds an identity to the database.
addLast(Object) - Method in class com.ibm.security12.java.util.LinkedList
Appends the given element to the end of this list.
addMenuItem(Menu, String) - Method in class com.ibm.security12.sun.applet.AppletViewer
 
addProvider(Provider) - Static method in class com.ibm.security12.java.security.Security
Adds a provider to the next position available.
addURL(URL) - Method in class com.ibm.security12.java.net.URLClassLoader
Appends the specified URL to the list of URLs to search for classes and resources.
addURL(URL) - Method in class com.ibm.security12.sun.misc.URLClassPath
Appends the specified URL to the search path of directory and JAR file URLs from which to load classes and resources.
AFFLIATION_CHANGED - Static variable in class com.ibm.security12.sun.security.x509.CRLReasonCodeExtension
 
ALG_ID - Static variable in class com.ibm.security12.sun.security.x509.X509CertImpl
 
algid - Variable in class com.ibm.security12.sun.security.pkcs.PKCS8Key
 
algid - Variable in class com.ibm.security12.sun.security.x509.X509Key
 
algId - Variable in class com.ibm.security12.sun.security.x509.X509CertInfo
 
algId - Variable in class com.ibm.security12.sun.security.x509.X509CertImpl
 
AlgIdDSA - class com.ibm.security12.sun.security.x509.AlgIdDSA.
This class identifies DSS/DSA Algorithm variants, which are distinguished by using different algorithm parameters P, Q, G.
AlgIdDSA() - Constructor for class com.ibm.security12.sun.security.x509.AlgIdDSA
Default constructor.
AlgIdDSA(BigInteger, BigInteger, BigInteger) - Constructor for class com.ibm.security12.sun.security.x509.AlgIdDSA
Constructs a DSS/DSA Algorithm ID from numeric parameters.
AlgIdDSA(byte[]) - Constructor for class com.ibm.security12.sun.security.x509.AlgIdDSA
Construct an AlgIdDSA from an X.509 encoded byte array.
AlgIdDSA(byte[], byte[], byte[]) - Constructor for class com.ibm.security12.sun.security.x509.AlgIdDSA
Constructs a DSS/DSA Algorithm ID from unsigned integers that define the algorithm parameters.
AlgIdDSA(DerValue) - Constructor for class com.ibm.security12.sun.security.x509.AlgIdDSA
 
ALGORITHM - Static variable in class com.ibm.security12.sun.security.x509.CertificateAlgorithmId
 
ALGORITHM_ID - Static variable in class com.ibm.security12.sun.security.x509.X509CertInfo
 
AlgorithmId - class com.ibm.security12.sun.security.x509.AlgorithmId.
This class identifies algorithms, such as cryptographic transforms, each of which may be associated with parameters.
AlgorithmId() - Constructor for class com.ibm.security12.sun.security.x509.AlgorithmId
Deprecated. use one of the other constructors.
AlgorithmId(ObjectIdentifier) - Constructor for class com.ibm.security12.sun.security.x509.AlgorithmId
Constructs a parameterless algorithm ID.
AlgorithmParameterGenerator - class com.ibm.security12.java.security.AlgorithmParameterGenerator.
The AlgorithmParameterGenerator class is used to generate a set of parameters to be used with a certain algorithm.
AlgorithmParameterGenerator(AlgorithmParameterGeneratorSpi, Provider, String) - Constructor for class com.ibm.security12.java.security.AlgorithmParameterGenerator
Creates an AlgorithmParameterGenerator object.
AlgorithmParameterGeneratorSpi - class com.ibm.security12.java.security.AlgorithmParameterGeneratorSpi.
This class defines the Service Provider Interface (SPI) for the AlgorithmParameterGenerator class, which is used to generate a set of parameters to be used with a certain algorithm.
AlgorithmParameterGeneratorSpi() - Constructor for class com.ibm.security12.java.security.AlgorithmParameterGeneratorSpi
 
AlgorithmParameters - class com.ibm.security12.java.security.AlgorithmParameters.
This class is used as an opaque representation of cryptographic parameters.
AlgorithmParameters(AlgorithmParametersSpi, Provider, String) - Constructor for class com.ibm.security12.java.security.AlgorithmParameters
Creates an AlgorithmParameters object.
AlgorithmParameterSpec - interface com.ibm.security12.java.security.spec.AlgorithmParameterSpec.
A (transparent) specification of cryptographic parameters.
AlgorithmParametersSpi - class com.ibm.security12.java.security.AlgorithmParametersSpi.
This class defines the Service Provider Interface (SPI) for the AlgorithmParameters class, which is used to manage algorithm parameters.
AlgorithmParametersSpi() - Constructor for class com.ibm.security12.java.security.AlgorithmParametersSpi
 
aliases() - Method in class com.ibm.security12.java.security.KeyStore
Lists all the alias names of this keystore.
AllPermission - class com.ibm.security12.java.security.AllPermission.
The AllPermission is a permission that implies all other permissions.
AllPermission() - Constructor for class com.ibm.security12.java.security.AllPermission
Creates a new AllPermission object.
AllPermission(String, String) - Constructor for class com.ibm.security12.java.security.AllPermission
Creates a new AllPermission object.
APPLET_DESTROY - Static variable in class com.ibm.security12.sun.applet.AppletPanel
 
APPLET_DISPOSE - Static variable in class com.ibm.security12.sun.applet.AppletPanel
 
APPLET_ERROR - Static variable in class com.ibm.security12.sun.applet.AppletPanel
 
APPLET_INIT - Static variable in class com.ibm.security12.sun.applet.AppletPanel
 
APPLET_LOAD - Static variable in class com.ibm.security12.sun.applet.AppletPanel
 
APPLET_LOADING - Static variable in class com.ibm.security12.sun.applet.AppletPanel
 
APPLET_LOADING_COMPLETED - Static variable in class com.ibm.security12.sun.applet.AppletPanel
 
APPLET_QUIT - Static variable in class com.ibm.security12.sun.applet.AppletPanel
 
APPLET_RESIZE - Static variable in class com.ibm.security12.sun.applet.AppletPanel
 
APPLET_START - Static variable in class com.ibm.security12.sun.applet.AppletPanel
 
APPLET_STOP - Static variable in class com.ibm.security12.sun.applet.AppletPanel
 
AppletClassLoader - class com.ibm.security12.sun.applet.AppletClassLoader.
This class defines the class loader for loading applet classes and resources.
AppletClassLoader(URL) - Constructor for class com.ibm.security12.sun.applet.AppletClassLoader
 
AppletNative - class com.ibm.security12.sun.applet.AppletNative.
 
AppletNative() - Constructor for class com.ibm.security12.sun.applet.AppletNative
 
AppletPanel - class com.ibm.security12.sun.applet.AppletPanel.
Applet panel class.
AppletPanel() - Constructor for class com.ibm.security12.sun.applet.AppletPanel
 
appletQuit() - Method in class com.ibm.security12.sun.applet.AppletViewer
Quit all viewers.
appletResize(int, int) - Method in class com.ibm.security12.sun.applet.AppletPanel
Is called when the applet wants to be resized.
AppletSecurity - class com.ibm.security12.sun.applet.AppletSecurity.
This class defines an applet security policy
AppletSecurity() - Constructor for class com.ibm.security12.sun.applet.AppletSecurity
Construct and initialize.
AppletViewer - class com.ibm.security12.sun.applet.AppletViewer.
The toplevel applet viewer.
AppletViewer(int, int, URL, Hashtable, PrintStream, AppletViewerFactory) - Constructor for class com.ibm.security12.sun.applet.AppletViewer
Create the applet viewer
AppletViewerFactory - interface com.ibm.security12.sun.applet.AppletViewerFactory.
 
appRandom - Variable in class com.ibm.security12.java.security.SignatureSpi
Application-specified source of randomness.
ArrayList - class com.ibm.security12.java.util.ArrayList.
Resizable-array implementation of the List interface.
ArrayList() - Constructor for class com.ibm.security12.java.util.ArrayList
Constructs an empty list.
ArrayList(Collection) - Constructor for class com.ibm.security12.java.util.ArrayList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
ArrayList(int) - Constructor for class com.ibm.security12.java.util.ArrayList
Constructs an empty list with the specified initial capacity.
Arrays - class com.ibm.security12.java.util.Arrays.
This class contains various methods for manipulating arrays (such as sorting and searching).
asList(Object[]) - Static method in class com.ibm.security12.java.util.Arrays
Returns a fixed-size list backed by the specified array.
attributeId - Variable in class com.ibm.security12.sun.security.pkcs.PKCS10Attribute
 
AttributeNameEnumeration - class com.ibm.security12.sun.security.x509.AttributeNameEnumeration.
This class provides the Enumeration implementation used by all the X509 certificate attributes to return the attribute names contained within them.
AttributeNameEnumeration() - Constructor for class com.ibm.security12.sun.security.x509.AttributeNameEnumeration
The default constructor for this class.
Attributes - class com.ibm.security12.java.util.jar.Attributes.
The Attributes class maps Manifest attribute names to associated string values.
Attributes.Name - class com.ibm.security12.java.util.jar.Attributes.Name.
The Attributes.Name class represents an attribute name stored in this Map.
Attributes.Name(String) - Constructor for class com.ibm.security12.java.util.jar.Attributes.Name
Constructs a new attribute name using the given string name.
Attributes() - Constructor for class com.ibm.security12.java.util.jar.Attributes
Constructs a new, empty Attributes object with default size.
Attributes(Attributes) - Constructor for class com.ibm.security12.java.util.jar.Attributes
Constructs a new Attributes object with the same attribute name-value mappings as in the specified Attributes.
Attributes(int) - Constructor for class com.ibm.security12.java.util.jar.Attributes
Constructs a new, empty Attributes object with the specified initial size.
attributeValue - Variable in class com.ibm.security12.sun.security.pkcs.PKCS10Attribute
 
AUTH_NAME - Static variable in class com.ibm.security12.sun.security.x509.AuthorityKeyIdentifierExtension
 
Authenticator - class com.ibm.security12.java.net.Authenticator.
The class Authenticator represents an object that knows how to obtain authentication for a network connection.
Authenticator() - Constructor for class com.ibm.security12.java.net.Authenticator
 
AuthorityKeyIdentifierExtension - class com.ibm.security12.sun.security.x509.AuthorityKeyIdentifierExtension.
This class represents the Authority Key Identifier Extension.
AuthorityKeyIdentifierExtension(Boolean, Object) - Constructor for class com.ibm.security12.sun.security.x509.AuthorityKeyIdentifierExtension
Create the extension from the passed DER encoded value of the same.
AuthorityKeyIdentifierExtension(KeyIdentifier, GeneralNames, SerialNumber) - Constructor for class com.ibm.security12.sun.security.x509.AuthorityKeyIdentifierExtension
The default constructor for this extension.
available() - Method in class com.ibm.security12.java.util.zip.InflaterInputStream
Returns 0 after EOF has reached, otherwise always return 1.
available() - Method in class com.ibm.security12.java.util.zip.ZipInputStream
Returns 0 after EOF has reached for the current entry data, otherwise always return 1.
available() - Method in class com.ibm.security12.sun.security.util.DerInputStream
Returns the number of bytes available for reading.
AWTPermission - class com.ibm.security12.java.awt.AWTPermission.
This class is for AWT permissions.
AWTPermission(String) - Constructor for class com.ibm.security12.java.awt.AWTPermission
Creates a new AWTPermission with the specified name.
AWTPermission(String, String) - Constructor for class com.ibm.security12.java.awt.AWTPermission
Creates a new AWTPermission object with the specified name.

B

BASE64Decoder - class com.ibm.security12.sun.misc.BASE64Decoder.
This class implements a BASE64 Character decoder as specified in RFC1521.
BASE64Decoder() - Constructor for class com.ibm.security12.sun.misc.BASE64Decoder
 
BasicConstraintsExtension - class com.ibm.security12.sun.security.x509.BasicConstraintsExtension.
This class represents the Basic Constraints Extension.
BasicConstraintsExtension(boolean, int) - Constructor for class com.ibm.security12.sun.security.x509.BasicConstraintsExtension
Default constructor for this object.
BasicConstraintsExtension(Boolean, Object) - Constructor for class com.ibm.security12.sun.security.x509.BasicConstraintsExtension
Create the extension from the passed DER encoded value of the same.
BasicPermission - class com.ibm.security12.java.security.BasicPermission.
The BasicPermission class extends the Permission class, and can be used as the base class for permissions that want to follow the same naming convention as BasicPermission.
BasicPermission(String) - Constructor for class com.ibm.security12.java.security.BasicPermission
Creates a new BasicPermission with the specified name.
BasicPermission(String, String) - Constructor for class com.ibm.security12.java.security.BasicPermission
Creates a new BasicPermission object with the specified name.
BEGIN_CERT - Static variable in class com.ibm.security12.sun.security.provider.X509Factory
 
BigInt - class com.ibm.security12.sun.security.util.BigInt.
A low-overhead arbitrary-precision unsigned integer.
BigInt(BigInteger) - Constructor for class com.ibm.security12.sun.security.util.BigInt
Constructs a "Big" integer from a "BigInteger", which must be positive (or zero) in value.
BigInt(byte[]) - Constructor for class com.ibm.security12.sun.security.util.BigInt
Constructs a "Big" integer from a set of (big-endian) bytes.
BigInt(int) - Constructor for class com.ibm.security12.sun.security.util.BigInt
Constructs a "Big" integer from a normal Java integer.
binarySearch(byte[], byte) - Static method in class com.ibm.security12.java.util.Arrays
Searches the specified array of bytes for the specified value using the binary search algorithm.
binarySearch(char[], char) - Static method in class com.ibm.security12.java.util.Arrays
Searches the specified array of chars for the specified value using the binary search algorithm.
binarySearch(double[], double) - Static method in class com.ibm.security12.java.util.Arrays
Searches the specified array of doubles for the specified value using the binary search algorithm.
binarySearch(float[], float) - Static method in class com.ibm.security12.java.util.Arrays
Searches the specified array of floats for the specified value using the binary search algorithm.
binarySearch(int[], int) - Static method in class com.ibm.security12.java.util.Arrays
Searches the specified array of ints for the specified value using the binary search algorithm.
binarySearch(List, Object) - Static method in class com.ibm.security12.java.util.Collections
Searches the specified list for the specified object using the binary search algorithm.
binarySearch(List, Object, Comparator) - Static method in class com.ibm.security12.java.util.Collections
Searches the specified list for the specified object using the binary search algorithm.
binarySearch(long[], long) - Static method in class com.ibm.security12.java.util.Arrays
Searches the specified array of longs for the specified value using the binary search algorithm.
binarySearch(Object[], Object) - Static method in class com.ibm.security12.java.util.Arrays
Searches the specified array for the specified object using the binary search algorithm.
binarySearch(Object[], Object, Comparator) - Static method in class com.ibm.security12.java.util.Arrays
Searches the specified array for the specified object using the binary search algorithm.
binarySearch(short[], short) - Static method in class com.ibm.security12.java.util.Arrays
Searches the specified array of shorts for the specified value using the binary search algorithm.
BitArray - class com.ibm.security12.sun.security.util.BitArray.
A packed array of booleans.
BitArray(boolean[]) - Constructor for class com.ibm.security12.sun.security.util.BitArray
Create a BitArray whose bits are those of the given array of Booleans.
BitArray(int) - Constructor for class com.ibm.security12.sun.security.util.BitArray
Creates a BitArray of the specified size, initialized to zeros.
BitArray(int, byte[]) - Constructor for class com.ibm.security12.sun.security.util.BitArray
Creates a BitArray of the specified size, initialized from the specified byte array.
buf - Variable in class com.ibm.security12.java.util.zip.DeflaterOutputStream
Output buffer for writing compressed data.
buf - Variable in class com.ibm.security12.java.util.zip.InflaterInputStream
Input buffer for decompression.
buffer - Variable in class com.ibm.security12.sun.security.util.DerValue
 
ByteArrayLexOrder - class com.ibm.security12.sun.security.util.ByteArrayLexOrder.
Compare two byte arrays in lexicographical order.
ByteArrayLexOrder() - Constructor for class com.ibm.security12.sun.security.util.ByteArrayLexOrder
 
ByteArrayTagOrder - class com.ibm.security12.sun.security.util.ByteArrayTagOrder.
 
ByteArrayTagOrder() - Constructor for class com.ibm.security12.sun.security.util.ByteArrayTagOrder
 
bytesPerAtom() - Method in class com.ibm.security12.sun.misc.CharacterDecoder
Return the number of bytes per atom of decoding
bytesPerAtom() - Method in class com.ibm.security12.sun.misc.BASE64Decoder
This class has 4 bytes per atom
bytesPerLine() - Method in class com.ibm.security12.sun.misc.CharacterDecoder
Return the maximum number of bytes that can be encoded per line
bytesPerLine() - Method in class com.ibm.security12.sun.misc.BASE64Decoder
Any multiple of 4 will do, 72 might be common

C

CA_COMPROMISE - Static variable in class com.ibm.security12.sun.security.x509.CRLReasonCodeExtension
 
canonizeString(String) - Method in class com.ibm.security12.sun.net.www.ParseUtil
Returns a canonical version of the specified string.
capacity() - Method in class com.ibm.security12.java.util.Vector
Returns the current capacity of this vector.
capacityIncrement - Variable in class com.ibm.security12.java.util.Vector
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
CertAndKeyGen - class com.ibm.security12.sun.security.x509.CertAndKeyGen.
Generate a pair of keys, and provide access to them.
CertAndKeyGen(String, String) - Constructor for class com.ibm.security12.sun.security.x509.CertAndKeyGen
Creates a CertAndKeyGen object for a particular key type and signature algorithm.
CertAttrSet - interface com.ibm.security12.sun.security.x509.CertAttrSet.
This interface defines the methods required of a certificate attribute.
CertException - exception com.ibm.security12.sun.security.x509.CertException.
Deprecated. use one of Exceptions defined in the java.security.cert package.
CertException(int) - Constructor for class com.ibm.security12.sun.security.x509.CertException
Deprecated. Constructs a certificate exception using just an error code, without a string describing the context.
CertException(int, String) - Constructor for class com.ibm.security12.sun.security.x509.CertException
Deprecated. Constructs a certificate exception using an error code (verf_*) and a string describing the context of the error.
Certificate - class com.ibm.security12.java.security.cert.Certificate.
Abstract class for managing a variety of identity certificates.
CERTIFICATE_HOLD - Static variable in class com.ibm.security12.sun.security.x509.CRLReasonCodeExtension
 
Certificate(String) - Constructor for class com.ibm.security12.java.security.cert.Certificate
Creates a certificate of the specified type.
CertificateAlgorithmId - class com.ibm.security12.sun.security.x509.CertificateAlgorithmId.
This class defines the AlgorithmId for the Certificate.
CertificateAlgorithmId(AlgorithmId) - Constructor for class com.ibm.security12.sun.security.x509.CertificateAlgorithmId
Default constructor for the certificate attribute.
CertificateAlgorithmId(DerInputStream) - Constructor for class com.ibm.security12.sun.security.x509.CertificateAlgorithmId
Create the object, decoding the values from the passed DER stream.
CertificateAlgorithmId(InputStream) - Constructor for class com.ibm.security12.sun.security.x509.CertificateAlgorithmId
Create the object, decoding the values from the passed stream.
CertificateEncodingException - exception com.ibm.security12.java.security.cert.CertificateEncodingException.
Certificate Encoding Exception.
CertificateEncodingException() - Constructor for class com.ibm.security12.java.security.cert.CertificateEncodingException
Constructs a CertificateEncodingException with no detail message.
CertificateEncodingException(String) - Constructor for class com.ibm.security12.java.security.cert.CertificateEncodingException
Constructs a CertificateEncodingException with the specified detail message.
CertificateException - exception com.ibm.security12.java.security.cert.CertificateException.
This exception indicates one of a variety of certificate problems.
CertificateException() - Constructor for class com.ibm.security12.java.security.cert.CertificateException
 
CertificateException(String) - Constructor for class com.ibm.security12.java.security.cert.CertificateException
Constructs a certificate exception with the given detail message.
CertificateExpiredException - exception com.ibm.security12.java.security.cert.CertificateExpiredException.
Certificate Expired Exception.
CertificateExpiredException() - Constructor for class com.ibm.security12.java.security.cert.CertificateExpiredException
Constructs a CertificateExpiredException with no detail message.
CertificateExpiredException(String) - Constructor for class com.ibm.security12.java.security.cert.CertificateExpiredException
Constructs a CertificateExpiredException with the specified detail message.
CertificateExtensions - class com.ibm.security12.sun.security.x509.CertificateExtensions.
This class defines the Extensions attribute for the Certificate.
CertificateExtensions() - Constructor for class com.ibm.security12.sun.security.x509.CertificateExtensions
Default constructor.
CertificateExtensions(DerInputStream) - Constructor for class com.ibm.security12.sun.security.x509.CertificateExtensions
Create the object, decoding the values from the passed DER stream.
CertificateFactory - class com.ibm.security12.java.security.CertificateFactory.
This class defines the functionality of a certificate factory, which is used to generate certificate and certificate revocation list (CRL) objects from their encodings.
CertificateFactory(CertificateFactorySpi, Provider, String) - Constructor for class com.ibm.security12.java.security.CertificateFactory
Creates a CertificateFactory object of the given type, and encapsulates the given provider implementation (SPI object) in it.
CertificateFactorySpi - class com.ibm.security12.java.security.cert.CertificateFactorySpi.
This class defines the Service Provider Interface (SPI) for the CertificateFactory class.
CertificateFactorySpi() - Constructor for class com.ibm.security12.java.security.cert.CertificateFactorySpi
 
CertificateIssuerName - class com.ibm.security12.sun.security.x509.CertificateIssuerName.
This class defines the X500Name attribute for the Certificate.
CertificateIssuerName(DerInputStream) - Constructor for class com.ibm.security12.sun.security.x509.CertificateIssuerName
Create the object, decoding the values from the passed DER stream.
CertificateIssuerName(InputStream) - Constructor for class com.ibm.security12.sun.security.x509.CertificateIssuerName
Create the object, decoding the values from the passed stream.
CertificateIssuerName(X500Name) - Constructor for class com.ibm.security12.sun.security.x509.CertificateIssuerName
Default constructor for the certificate attribute.
CertificateIssuerUniqueIdentity - class com.ibm.security12.sun.security.x509.CertificateIssuerUniqueIdentity.
This class defines the subject/issuer unique identity attribute for the Certificate.
CertificateIssuerUniqueIdentity(DerInputStream) - Constructor for class com.ibm.security12.sun.security.x509.CertificateIssuerUniqueIdentity
Create the object, decoding the values from the passed DER stream.
CertificateIssuerUniqueIdentity(DerValue) - Constructor for class com.ibm.security12.sun.security.x509.CertificateIssuerUniqueIdentity
Create the object, decoding the values from the passed DER value.
CertificateIssuerUniqueIdentity(InputStream) - Constructor for class com.ibm.security12.sun.security.x509.CertificateIssuerUniqueIdentity
Create the object, decoding the values from the passed stream.
CertificateIssuerUniqueIdentity(UniqueIdentity) - Constructor for class com.ibm.security12.sun.security.x509.CertificateIssuerUniqueIdentity
Default constructor for the certificate attribute.
CertificateNotYetValidException - exception com.ibm.security12.java.security.cert.CertificateNotYetValidException.
Certificate is not yet valid exception.
CertificateNotYetValidException() - Constructor for class com.ibm.security12.java.security.cert.CertificateNotYetValidException
Constructs a CertificateNotYetValidException with no detail message.
CertificateNotYetValidException(String) - Constructor for class com.ibm.security12.java.security.cert.CertificateNotYetValidException
Constructs a CertificateNotYetValidException with the specified detail message.
CertificateParsingException - exception com.ibm.security12.java.security.cert.CertificateParsingException.
Certificate Parsing Exception.
CertificateParsingException() - Constructor for class com.ibm.security12.java.security.cert.CertificateParsingException
Constructs a CertificateParsingException with no detail message.
CertificateParsingException(String) - Constructor for class com.ibm.security12.java.security.cert.CertificateParsingException
Constructs a CertificateParsingException with the specified detail message.
CertificatePolicyId - class com.ibm.security12.sun.security.x509.CertificatePolicyId.
Represent the CertificatePolicyId ASN.1 object.
CertificatePolicyId(DerValue) - Constructor for class com.ibm.security12.sun.security.x509.CertificatePolicyId
Create the object from its Der encoded value.
CertificatePolicyId(ObjectIdentifier) - Constructor for class com.ibm.security12.sun.security.x509.CertificatePolicyId
Create a CertificatePolicyId with the ObjectIdentifier.
CertificatePolicyMap - class com.ibm.security12.sun.security.x509.CertificatePolicyMap.
Represent the CertificatePolicyMap ASN.1 object.
CertificatePolicyMap(CertificatePolicyId, CertificatePolicyId) - Constructor for class com.ibm.security12.sun.security.x509.CertificatePolicyMap
Create a CertificatePolicyMap with the passed CertificatePolicyId's.
CertificatePolicyMap(DerValue) - Constructor for class com.ibm.security12.sun.security.x509.CertificatePolicyMap
Create the CertificatePolicyMap from the DER encoded value.
certificates() - Method in class com.ibm.security12.java.security.Identity
Deprecated. Returns a copy of all the certificates for this identity.
CertificateSerialNumber - class com.ibm.security12.sun.security.x509.CertificateSerialNumber.
This class defines the SerialNumber attribute for the Certificate.
CertificateSerialNumber(BigInteger) - Constructor for class com.ibm.security12.sun.security.x509.CertificateSerialNumber
Default constructor for the certificate attribute.
CertificateSerialNumber(DerInputStream) - Constructor for class com.ibm.security12.sun.security.x509.CertificateSerialNumber
Create the object, decoding the values from the passed DER stream.
CertificateSerialNumber(DerValue) - Constructor for class com.ibm.security12.sun.security.x509.CertificateSerialNumber
Create the object, decoding the values from the passed DerValue.
CertificateSerialNumber(InputStream) - Constructor for class com.ibm.security12.sun.security.x509.CertificateSerialNumber
Create the object, decoding the values from the passed stream.
CertificateSerialNumber(int) - Constructor for class com.ibm.security12.sun.security.x509.CertificateSerialNumber
Default constructor for the certificate attribute.
CertificateSubjectName - class com.ibm.security12.sun.security.x509.CertificateSubjectName.
This class defines the X500Name attribute for the Certificate.
CertificateSubjectName(DerInputStream) - Constructor for class com.ibm.security12.sun.security.x509.CertificateSubjectName
Create the object, decoding the values from the passed DER stream.
CertificateSubjectName(InputStream) - Constructor for class com.ibm.security12.sun.security.x509.CertificateSubjectName
Create the object, decoding the values from the passed stream.
CertificateSubjectName(X500Name) - Constructor for class com.ibm.security12.sun.security.x509.CertificateSubjectName
Default constructor for the certificate attribute.
CertificateSubjectUniqueIdentity - class com.ibm.security12.sun.security.x509.CertificateSubjectUniqueIdentity.
This class defines the subject/issuer unique identity attribute for the Certificate.
CertificateSubjectUniqueIdentity(DerInputStream) - Constructor for class com.ibm.security12.sun.security.x509.CertificateSubjectUniqueIdentity
Create the object, decoding the values from the passed DER stream.
CertificateSubjectUniqueIdentity(DerValue) - Constructor for class com.ibm.security12.sun.security.x509.CertificateSubjectUniqueIdentity
Create the object, decoding the values from the passed DER value.
CertificateSubjectUniqueIdentity(InputStream) - Constructor for class com.ibm.security12.sun.security.x509.CertificateSubjectUniqueIdentity
Create the object, decoding the values from the passed stream.
CertificateSubjectUniqueIdentity(UniqueIdentity) - Constructor for class com.ibm.security12.sun.security.x509.CertificateSubjectUniqueIdentity
Default constructor for the certificate attribute.
CertificateValidity - class com.ibm.security12.sun.security.x509.CertificateValidity.
This class defines the interval for which the certificate is valid.
CertificateValidity() - Constructor for class com.ibm.security12.sun.security.x509.CertificateValidity
Default constructor for the class.
CertificateValidity(Date, Date) - Constructor for class com.ibm.security12.sun.security.x509.CertificateValidity
The default constructor for this class for the specified interval.
CertificateValidity(DerInputStream) - Constructor for class com.ibm.security12.sun.security.x509.CertificateValidity
Create the object, decoding the values from the passed DER stream.
CertificateVersion - class com.ibm.security12.sun.security.x509.CertificateVersion.
This class defines the version of the X509 Certificate.
CertificateVersion() - Constructor for class com.ibm.security12.sun.security.x509.CertificateVersion
The default constructor for this class, sets the version to 0 (i.e.
CertificateVersion(DerInputStream) - Constructor for class com.ibm.security12.sun.security.x509.CertificateVersion
Create the object, decoding the values from the passed DER stream.
CertificateVersion(DerValue) - Constructor for class com.ibm.security12.sun.security.x509.CertificateVersion
Create the object, decoding the values from the passed DerValue.
CertificateVersion(InputStream) - Constructor for class com.ibm.security12.sun.security.x509.CertificateVersion
Create the object, decoding the values from the passed stream.
CertificateVersion(int) - Constructor for class com.ibm.security12.sun.security.x509.CertificateVersion
The constructor for this class for the required version.
CertificateX509Key - class com.ibm.security12.sun.security.x509.CertificateX509Key.
This class defines the X509Key attribute for the Certificate.
CertificateX509Key(DerInputStream) - Constructor for class com.ibm.security12.sun.security.x509.CertificateX509Key
Create the object, decoding the values from the passed DER stream.
CertificateX509Key(InputStream) - Constructor for class com.ibm.security12.sun.security.x509.CertificateX509Key
Create the object, decoding the values from the passed stream.
CertificateX509Key(PublicKey) - Constructor for class com.ibm.security12.sun.security.x509.CertificateX509Key
Default constructor for the certificate attribute.
CESSATION_OF_OPERATION - Static variable in class com.ibm.security12.sun.security.x509.CRLReasonCodeExtension
 
CHALLENGE_PASSWORD_OID - Static variable in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
 
CHALLENGE_PASSWORD_STR - Static variable in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
 
CharacterDecoder - class com.ibm.security12.sun.misc.CharacterDecoder.
This class defines the decoding half of character encoders.
CharacterDecoder() - Constructor for class com.ibm.security12.sun.misc.CharacterDecoder
 
checkAccept(String, int) - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the calling thread is not permitted to accept a socket connection from the specified host and port number.
checkAccess(Thread) - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the calling thread is not allowed to modify the thread argument.
checkAccess(Thread) - Method in class com.ibm.security12.sun.applet.AppletSecurity
Applets are not allowed to manipulate threads outside applet thread groups.
checkAccess(ThreadGroup) - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the calling thread is not allowed to modify the thread group argument.
checkAccess(ThreadGroup) - Method in class com.ibm.security12.sun.applet.AppletSecurity
Applets are not allowed to manipulate thread groups outside applet thread groups.
checkAwtEventQueueAccess() - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the calling thread is not allowed to access the AWT event queue.
checkAwtEventQueueAccess() - Method in class com.ibm.security12.sun.applet.AppletSecurity
Tests if a client can get access to the AWT event queue.
checkConnect(String, int) - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the calling thread is not allowed to open a socket connection to the specified host and port number.
checkConnect(String, int, Object) - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the specified security context is not allowed to open a socket connection to the specified host and port number.
checkCreateClassLoader() - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the calling thread is not allowed to create a new class loader.
checkDelete(String) - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the calling thread is not allowed to delete the specified file.
checkExec(String) - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the calling thread is not allowed to create a subprocess.
checkExit(int) - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the calling thread is not allowed to cause the Java Virtual Machine to halt with the specified status code.
checkGuard(Object) - Method in class com.ibm.security12.java.security.Permission
Implements the guard interface for a permission.
checkGuard(Object) - Method in interface com.ibm.security12.java.security.Guard
Determines whether or not to allow access to the guarded object object.
checkLink(String) - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the calling thread is not allowed to dynamic link the library code specified by the string argument file.
checkListen(int) - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the calling thread is not allowed to wait for a connection request on the specified local port number.
checkMemberAccess(Class, int) - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the calling thread is not allowed to access members.
checkMulticast(InetAddress) - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the calling thread is not allowed to use (join/leave/send/receive) IP multicast.
checkMulticast(InetAddress, byte) - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the calling thread is not allowed to use (join/leave/send/receive) IP multicast.
checkPackageAccess(String) - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the calling thread is not allowed to access the package specified by the argument.
checkPackageAccess(String) - Method in class com.ibm.security12.sun.applet.AppletSecurity
Throws a SecurityException if the calling thread is not allowed to access the package specified by the argument.
checkPackageDefinition(String) - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the calling thread is not allowed to define classes in the package specified by the argument.
checkPermission(Permission) - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the requested access, specified by the given permission, is not permitted based on the security policy currently in effect.
checkPermission(Permission) - Static method in class com.ibm.security12.java.security.AccessController
Determines whether the access request indicated by the specified permission should be allowed or denied, based on the security policy currently in effect.
checkPermission(Permission) - Method in class com.ibm.security12.java.security.AccessControlContext
Determines whether the access request indicated by the specified permission should be allowed or denied, based on the security policy currently in effect, and the context in this object.
checkPermission(Permission, Object) - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the specified security context is denied access to the resource specified by the given permission.
checkPrintJobAccess() - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the calling thread is not allowed to initiate a print job request.
checkPropertiesAccess() - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the calling thread is not allowed to access or modify the system properties.
checkPropertyAccess(String) - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the calling thread is not allowed to access the system property with the specified key name.
checkRead(FileDescriptor) - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the calling thread is not allowed to read from the specified file descriptor.
checkRead(String) - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the calling thread is not allowed to read the file specified by the string argument.
checkRead(String, Object) - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the specified security context is not allowed to read the file specified by the string argument.
checkSecurityAccess(String) - Method in class com.ibm.security12.java.lang.SecurityManager12
Determines whether the permission with the specified permission target name should be granted or denied.
checkSetFactory() - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the calling thread is not allowed to set the socket factory used by ServerSocket or Socket, or the stream handler factory used by URL.
checkSystemClipboardAccess() - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the calling thread is not allowed to access the system clipboard.
checkTopLevelWindow(Object) - Method in class com.ibm.security12.java.lang.SecurityManager12
Returns false if the calling thread is not trusted to bring up the top-level window indicated by the window argument.
checkValidity() - Method in class com.ibm.security12.java.security.cert.X509Certificate
Checks that the certificate is currently valid.
checkValidity() - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Checks that the certificate is currently valid, i.e.
checkValidity(Date) - Method in class com.ibm.security12.java.security.cert.X509Certificate
Checks that the given date is within the certificate's validity period.
checkValidity(Date) - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Checks that the specified date is within the certificate's validity period, or basically if the certificate would be valid at the specified date/time.
checkWrite(FileDescriptor) - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the calling thread is not allowed to write to the specified file descriptor.
checkWrite(String) - Method in class com.ibm.security12.java.lang.SecurityManager12
Throws a SecurityException if the calling thread is not allowed to write to the file specified by the string argument.
CLASS_PATH - Static variable in class com.ibm.security12.java.util.jar.Attributes.Name
Some predefined attribute names.
ClassLoader12 - class com.ibm.security12.java.lang.ClassLoader12.
The class ClassLoader12 is a subclass of java.lang.ClassLoader.
ClassLoader12() - Constructor for class com.ibm.security12.java.lang.ClassLoader12
Creates a new class loader using the ClassLoader12 returned by the method getSystemClassLoader() as the parent class loader.
ClassLoader12(ClassLoader12) - Constructor for class com.ibm.security12.java.lang.ClassLoader12
Creates a new class loader using the specified parent class loader for delegation.
clear() - Method in class com.ibm.security12.java.security.Provider
Clears this provider so that it no longer contains the properties used to look up facilities implemented by the provider.
clear() - Method in class com.ibm.security12.java.util.jar.Attributes
Removes all attributes from this Map.
clear() - Method in class com.ibm.security12.java.util.jar.Manifest
Clears the main Attributes as well as the entries in this Manifest.
clear() - Method in class com.ibm.security12.java.util.AbstractCollection
Removes all of the elements from this collection (optional operation).
clear() - Method in class com.ibm.security12.java.util.AbstractList
Removes all of the elements from this collection (optional operation).
clear() - Method in class com.ibm.security12.java.util.Vector
Removes all of the elements from this Vector.
clear() - Method in class com.ibm.security12.java.util.HashSet
Removes all of the elements from this set.
clear() - Method in class com.ibm.security12.java.util.AbstractMap
Removes all mappings from this map (optional operation).
clear() - Method in class com.ibm.security12.java.util.HashMap
Removes all mappings from this map.
clear() - Method in interface com.ibm.security12.java.util.Collection
Removes all of the elements from this collection (optional operation).
clear() - Method in class com.ibm.security12.java.util.TreeSet
Removes all of the elements from this set.
clear() - Method in interface com.ibm.security12.java.util.Set
Removes all of the elements from this set (optional operation).
clear() - Method in class com.ibm.security12.java.util.Hashtable
Clears this hashtable so that it contains no keys.
clear() - Method in class com.ibm.security12.java.util.TreeMap
Removes all mappings from this TreeMap.
clear() - Method in interface com.ibm.security12.java.util.Map
Removes all mappings from this map (optional operation).
clear() - Method in class com.ibm.security12.java.util.ArrayList
Removes all of the elements from this list.
clear() - Method in interface com.ibm.security12.java.util.List
Removes all of the elements from this list (optional operation).
clear() - Method in class com.ibm.security12.java.util.LinkedList
Removes all of the elements from this list.
clearLoadAbortRequest() - Method in class com.ibm.security12.sun.applet.AppletPanel
 
clone() - Method in class com.ibm.security12.java.security.MessageDigestSpi
Returns a clone if the implementation is cloneable.
clone() - Method in class com.ibm.security12.java.security.MessageDigest
Returns a clone if the implementation is cloneable.
clone() - Method in class com.ibm.security12.java.security.SignatureSpi
Returns a clone if the implementation is cloneable.
clone() - Method in class com.ibm.security12.java.security.Signature
Returns a clone if the implementation is cloneable.
clone() - Method in class com.ibm.security12.java.util.jar.Attributes
Returns a copy of the Attributes, implemented as follows: public Object clone() { return new Attributes(this); } Since the attribute names and values are themselves immutable, the Attributes returned can be safely modified without affecting the original.
clone() - Method in class com.ibm.security12.java.util.jar.Manifest
Returns a shallow copy of this Manifest, implemented as follows: public Object clone() { return new Manifest(this); }
clone() - Method in class com.ibm.security12.java.util.zip.ZipEntry
Returns a copy of this entry.
clone() - Method in class com.ibm.security12.java.util.Vector
Returns a clone of this vector.
clone() - Method in class com.ibm.security12.java.util.HashSet
Returns a shallow copy of this HashSet instance: the elements themselves are not cloned.
clone() - Method in class com.ibm.security12.java.util.HashMap
Returns a shallow copy of this HashMap instance: the keys and values themselves are not cloned.
clone() - Method in class com.ibm.security12.java.util.TreeSet
Returns a shallow copy of this TreeSet instance.
clone() - Method in class com.ibm.security12.java.util.Hashtable
Creates a shallow copy of this hashtable.
clone() - Method in class com.ibm.security12.java.util.TreeMap
Returns a shallow copy of this TreeMap instance.
clone() - Method in class com.ibm.security12.java.util.ArrayList
Returns a shallow copy of this ArrayList instance.
clone() - Method in class com.ibm.security12.java.util.LinkedList
Returns a shallow copy of this LinkedList.
clone() - Method in class com.ibm.security12.sun.security.provider.SHA
 
clone() - Method in class com.ibm.security12.sun.security.provider.MD5
 
clone() - Method in class com.ibm.security12.sun.security.util.BitArray
 
close() - Method in class com.ibm.security12.java.util.zip.DeflaterOutputStream
Writes remaining compressed data to the output stream and closes the underlying stream.
close() - Method in class com.ibm.security12.java.util.zip.ZipOutputStream
Closes the ZIP output stream as well as the stream being filtered.
close() - Method in class com.ibm.security12.java.util.zip.InflaterInputStream
Closes the input stream.
close() - Method in class com.ibm.security12.java.util.zip.ZipInputStream
Closes the ZIP input stream.
close() - Method in class com.ibm.security12.java.util.zip.ZipFile
Closes the ZIP file.
closeEntry() - Method in class com.ibm.security12.java.util.zip.ZipOutputStream
Closes the current ZIP entry and positions the stream for writing the next entry.
closeEntry() - Method in class com.ibm.security12.java.util.zip.ZipInputStream
Closes the current ZIP entry and positions the stream for reading the next entry.
codeBase - Variable in class com.ibm.security12.sun.security.provider.PolicyParser.GrantEntry
 
CodeSource - class com.ibm.security12.java.security.CodeSource.
This class extends the concept of a codebase to encapsulate not only the location (URL) but also the certificate(s) that were used to verify signed code originating from that location.
CodeSource(URL, Certificate[]) - Constructor for class com.ibm.security12.java.security.CodeSource
Constructs a CodeSource and associates it with the specified location and set of certificates.
Collection - interface com.ibm.security12.java.util.Collection.
The root interface in the collection hierarchy.
Collections - class com.ibm.security12.java.util.Collections.
This class consists exclusively of static methods that operate on or return collections.
com.ibm.security12.java.awt - package com.ibm.security12.java.awt
 
com.ibm.security12.java.io - package com.ibm.security12.java.io
 
com.ibm.security12.java.lang - package com.ibm.security12.java.lang
 
com.ibm.security12.java.net - package com.ibm.security12.java.net
 
com.ibm.security12.java.security - package com.ibm.security12.java.security
 
com.ibm.security12.java.security.cert - package com.ibm.security12.java.security.cert
 
com.ibm.security12.java.security.interfaces - package com.ibm.security12.java.security.interfaces
 
com.ibm.security12.java.security.spec - package com.ibm.security12.java.security.spec
 
com.ibm.security12.java.util - package com.ibm.security12.java.util
 
com.ibm.security12.java.util.jar - package com.ibm.security12.java.util.jar
 
com.ibm.security12.java.util.zip - package com.ibm.security12.java.util.zip
 
com.ibm.security12.sun.applet - package com.ibm.security12.sun.applet
 
com.ibm.security12.sun.applet.resources - package com.ibm.security12.sun.applet.resources
 
com.ibm.security12.sun.misc - package com.ibm.security12.sun.misc
 
com.ibm.security12.sun.net.www - package com.ibm.security12.sun.net.www
 
com.ibm.security12.sun.net.www.protocol.jar - package com.ibm.security12.sun.net.www.protocol.jar
 
com.ibm.security12.sun.security.action - package com.ibm.security12.sun.security.action
 
com.ibm.security12.sun.security.pkcs - package com.ibm.security12.sun.security.pkcs
 
com.ibm.security12.sun.security.provider - package com.ibm.security12.sun.security.provider
 
com.ibm.security12.sun.security.tools - package com.ibm.security12.sun.security.tools
 
com.ibm.security12.sun.security.util - package com.ibm.security12.sun.security.util
 
com.ibm.security12.sun.security.x509 - package com.ibm.security12.sun.security.x509
 
commonName_oid - Static variable in class com.ibm.security12.sun.security.x509.X500Name
OID for the "CN=" attribute, denoting a person's common name.
Comparable - interface com.ibm.security12.java.lang.Comparable.
This interface imposes a total ordering on the objects of each class that implements it.
Comparator - interface com.ibm.security12.java.util.Comparator.
A comparison function, which imposes a total ordering on some collection of objects.
comparator() - Method in interface com.ibm.security12.java.util.SortedMap
Returns the comparator associated with this sorted map, or null if it uses its keys' natural ordering.
comparator() - Method in class com.ibm.security12.java.util.TreeSet
Returns the comparator used to order this sorted set, or null if this tree map uses its keys natural ordering.
comparator() - Method in interface com.ibm.security12.java.util.SortedSet
Returns the comparator associated with this sorted set, or null if it uses its elements' natural ordering.
comparator() - Method in class com.ibm.security12.java.util.TreeMap
Returns the comparator used to order this map, or null if this map uses its keys' natural order.
compare(int) - Method in class com.ibm.security12.sun.security.x509.CertificateVersion
Compare versions.
compare(Object, Object) - Method in interface com.ibm.security12.java.util.Comparator
Compares its two arguments for order.
compare(Object, Object) - Method in class com.ibm.security12.sun.security.util.ByteArrayTagOrder
Compare two byte arrays, by the order of their tags, as defined in ITU-T X.680, sec.
compare(Object, Object) - Method in class com.ibm.security12.sun.security.util.ByteArrayLexOrder
Perform lexicographical comparison of two byte arrays, regarding each byte as unsigned.
compareTo(Object) - Method in interface com.ibm.security12.java.lang.Comparable
Compares this object with the specified object for order.
CompoundEnumeration - class com.ibm.security12.sun.misc.CompoundEnumeration.
 
CompoundEnumeration(Enumeration[]) - Constructor for class com.ibm.security12.sun.misc.CompoundEnumeration
 
ConcurrentModificationException - exception com.ibm.security12.java.util.ConcurrentModificationException.
This exception may be thrown by methods that have detected concurrent modification of a backing object when such modification is not permissible.
ConcurrentModificationException() - Constructor for class com.ibm.security12.java.util.ConcurrentModificationException
Constructs a ConcurrentModificationException with no detail message.
ConcurrentModificationException(String) - Constructor for class com.ibm.security12.java.util.ConcurrentModificationException
Constructs a ConcurrentModificationException with the specified detail message.
connect() - Method in class com.ibm.security12.sun.net.www.protocol.jar.JarURLConnection
 
contains(Object) - Method in class com.ibm.security12.java.util.AbstractCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in class com.ibm.security12.java.util.Vector
Tests if the specified object is a component in this vector.
contains(Object) - Method in class com.ibm.security12.java.util.HashSet
Returns true if this set contains the specified element.
contains(Object) - Method in interface com.ibm.security12.java.util.Collection
Returns true if this collection contains the specified element.
contains(Object) - Method in class com.ibm.security12.java.util.TreeSet
Returns true if this set contains the specified element.
contains(Object) - Method in interface com.ibm.security12.java.util.Set
Returns true if this set contains the specified element.
contains(Object) - Method in class com.ibm.security12.java.util.Hashtable
Tests if some key maps into the specified value in this hashtable.
contains(Object) - Method in class com.ibm.security12.java.util.ArrayList
Returns true if this list contains the specified element.
contains(Object) - Method in interface com.ibm.security12.java.util.List
Returns true if this list contains the specified element.
contains(Object) - Method in class com.ibm.security12.java.util.LinkedList
Returns true if this list contains the specified element.
contains(PolicyParser.PermissionEntry) - Method in class com.ibm.security12.sun.security.provider.PolicyParser.GrantEntry
 
containsAlias(String) - Method in class com.ibm.security12.java.security.KeyStore
Checks if the given alias exists in this keystore.
containsAll(Collection) - Method in class com.ibm.security12.java.util.AbstractCollection
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection) - Method in class com.ibm.security12.java.util.Vector
Returns true if this Vector contains all of the elements in the specified Collection.
containsAll(Collection) - Method in interface com.ibm.security12.java.util.Collection
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection) - Method in interface com.ibm.security12.java.util.Set
Returns true if this set contains all of the elements of the specified collection.
containsAll(Collection) - Method in interface com.ibm.security12.java.util.List
Returns true if this list contains all of the elements of the specified collection.
containsKey(Object) - Method in class com.ibm.security12.java.util.jar.Attributes
Returns true if this Map contains the specified attribute name (key).
containsKey(Object) - Method in class com.ibm.security12.java.util.AbstractMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.ibm.security12.java.util.HashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.ibm.security12.java.util.Hashtable
Tests if the specified object is a key in this hashtable.
containsKey(Object) - Method in class com.ibm.security12.java.util.TreeMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.ibm.security12.java.util.Map
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class com.ibm.security12.java.util.jar.Attributes
Returns true if this Map maps one or more attribute names (keys) to the specified value.
containsValue(Object) - Method in class com.ibm.security12.java.util.AbstractMap
Returns true if this map maps one or more keys to this value.
containsValue(Object) - Method in class com.ibm.security12.java.util.HashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class com.ibm.security12.java.util.Hashtable
Returns true if this Hashtable maps one or more keys to this value. Note that this method is identical in functionality to contains (which predates the Map interface).
containsValue(Object) - Method in class com.ibm.security12.java.util.TreeMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.ibm.security12.java.util.Map
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class com.ibm.security12.sun.security.provider.Sun
 
CONTENT_TYPE - Static variable in class com.ibm.security12.java.util.jar.Attributes.Name
Some predefined attribute names.
CONTENT_TYPE_OID - Static variable in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
 
CONTENT_TYPE_STR - Static variable in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
 
ContentInfo - class com.ibm.security12.sun.security.pkcs.ContentInfo.
A ContentInfo type, as defined in PKCS#7.
ContentInfo(byte[]) - Constructor for class com.ibm.security12.sun.security.pkcs.ContentInfo
Make a contentInfo of type data.
ContentInfo(DerInputStream) - Constructor for class com.ibm.security12.sun.security.pkcs.ContentInfo
Parses a PKCS#7 content info.
ContentInfo(DerInputStream, boolean) - Constructor for class com.ibm.security12.sun.security.pkcs.ContentInfo
Parses a PKCS#7 content info.
ContentInfo(ObjectIdentifier, DerValue) - Constructor for class com.ibm.security12.sun.security.pkcs.ContentInfo
 
copy(List, List) - Static method in class com.ibm.security12.java.util.Collections
Copies all of the elements from one list into another.
copyInto(Object[]) - Method in class com.ibm.security12.java.util.Vector
Copies the components of this vector into the specified array.
countApplets() - Static method in class com.ibm.security12.sun.applet.AppletViewer
How many applets are running?
COUNTERSIGNATURE_OID - Static variable in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
 
COUNTERSIGNATURE_STR - Static variable in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
 
countryName_oid - Static variable in class com.ibm.security12.sun.security.x509.X500Name
OID for the "C=" attribute, denoting a country.
createApplet(AppletClassLoader) - Method in class com.ibm.security12.sun.applet.AppletPanel
 
createAppletViewer(int, int, URL, Hashtable) - Method in interface com.ibm.security12.sun.applet.AppletViewerFactory
 
createClassLoader(URL) - Method in class com.ibm.security12.sun.applet.AppletPanel
This method actually creates an AppletClassLoader.
createTag(byte, boolean, byte) - Static method in class com.ibm.security12.sun.security.util.DerValue
Create the tag of the attribute.
createZipEntry(String) - Method in class com.ibm.security12.java.util.jar.JarInputStream
Creates a new JarEntry (ZipEntry) for the specified JAR file entry name.
createZipEntry(String) - Method in class com.ibm.security12.java.util.zip.ZipInputStream
Creates a new ZipEntry object for the specified entry name.
createZipEntry(String) - Method in class com.ibm.security12.java.util.zip.ZipFile
Creates a new ZipEntry object for the specified entry name.
critical - Variable in class com.ibm.security12.sun.security.x509.Extension
 
CRL - class com.ibm.security12.java.security.cert.CRL.
This class is an abstraction of certificate revocation lists (CRLs) that have different formats but important common uses.
CRL_SIGN - Static variable in class com.ibm.security12.sun.security.x509.KeyUsageExtension
 
CRL(String) - Constructor for class com.ibm.security12.java.security.cert.CRL
Creates a CRL of the specified type.
CRLException - exception com.ibm.security12.java.security.cert.CRLException.
CRL (Certificate Revocation List) Exception
CRLException() - Constructor for class com.ibm.security12.java.security.cert.CRLException
Constructs a CRLException with no detail message.
CRLException(String) - Constructor for class com.ibm.security12.java.security.cert.CRLException
Constructs a CRLException with the specified detail message.
CRLExtensions - class com.ibm.security12.sun.security.x509.CRLExtensions.
This class defines the CRL Extensions.
CRLExtensions() - Constructor for class com.ibm.security12.sun.security.x509.CRLExtensions
Default constructor.
CRLExtensions(DerInputStream) - Constructor for class com.ibm.security12.sun.security.x509.CRLExtensions
Create the object, decoding the values from the passed DER stream.
CRLNumberExtension - class com.ibm.security12.sun.security.x509.CRLNumberExtension.
Represent the CRL Number Extension.
CRLNumberExtension(BigInteger) - Constructor for class com.ibm.security12.sun.security.x509.CRLNumberExtension
Create a CRLNumberExtension with the BigInteger value .
CRLNumberExtension(Boolean, Object) - Constructor for class com.ibm.security12.sun.security.x509.CRLNumberExtension
Create the extension from the passed DER encoded value of the same.
CRLNumberExtension(int) - Constructor for class com.ibm.security12.sun.security.x509.CRLNumberExtension
Create a CRLNumberExtension with the integer value .
CRLReasonCodeExtension - class com.ibm.security12.sun.security.x509.CRLReasonCodeExtension.
The reasonCode is a non-critical CRL entry extension that identifies the reason for the certificate revocation.
CRLReasonCodeExtension(boolean, int) - Constructor for class com.ibm.security12.sun.security.x509.CRLReasonCodeExtension
Create a CRLReasonCodeExtension with the passed in reason.
CRLReasonCodeExtension(Boolean, Object) - Constructor for class com.ibm.security12.sun.security.x509.CRLReasonCodeExtension
Create the extension from the passed DER encoded value of the same.
CRLReasonCodeExtension(int) - Constructor for class com.ibm.security12.sun.security.x509.CRLReasonCodeExtension
Create a CRLReasonCodeExtension with the passed in reason.

D

data - Variable in class com.ibm.security12.sun.security.util.DerValue
The DER-encoded data of the value.
DATA_ENCIPHERMENT - Static variable in class com.ibm.security12.sun.security.x509.KeyUsageExtension
 
DATA_OID - Static variable in class com.ibm.security12.sun.security.pkcs.ContentInfo
 
Debug - class com.ibm.security12.sun.security.util.Debug.
A utility class for debuging.
Debug() - Constructor for class com.ibm.security12.sun.security.util.Debug
 
DECIPHER_ONLY - Static variable in class com.ibm.security12.sun.security.x509.KeyUsageExtension
 
decode(byte[]) - Method in class com.ibm.security12.sun.security.pkcs.PKCS8Key
 
decode(byte[]) - Method in class com.ibm.security12.sun.security.x509.X509Key
 
decode(InputStream) - Method in class com.ibm.security12.sun.security.pkcs.PKCS8Key
Initialize an PKCS8Key object from an input stream.
decode(InputStream) - Method in class com.ibm.security12.sun.security.x509.X509Key
Initialize an X509Key object from an input stream.
decode(InputStream) - Method in class com.ibm.security12.sun.security.x509.CertificateIssuerUniqueIdentity
Decode the identity in DER form from the stream.
decode(InputStream) - Method in class com.ibm.security12.sun.security.x509.BasicConstraintsExtension
Decode the extension from the InputStream.
decode(InputStream) - Method in class com.ibm.security12.sun.security.x509.CertificateVersion
Decode the CertificateVersion period in DER form from the stream.
decode(InputStream) - Method in class com.ibm.security12.sun.security.x509.KeyUsageExtension
Decode the extension from the InputStream.
decode(InputStream) - Method in class com.ibm.security12.sun.security.x509.CRLReasonCodeExtension
Decode the extension from the InputStream - not just the value but the OID, criticality and the extension value.
decode(InputStream) - Method in class com.ibm.security12.sun.security.x509.CertificateSubjectName
Decode the name in DER form from the stream.
decode(InputStream) - Method in class com.ibm.security12.sun.security.x509.CertificateSerialNumber
Decode the serial number in DER form from the stream.
decode(InputStream) - Method in class com.ibm.security12.sun.security.x509.CertificateExtensions
Decode the extensions from the InputStream.
decode(InputStream) - Method in class com.ibm.security12.sun.security.x509.PolicyConstraintsExtension
Decode the extension from the InputStream.
decode(InputStream) - Method in class com.ibm.security12.sun.security.x509.CertificateIssuerName
Decode the name in DER form from the stream.
decode(InputStream) - Method in class com.ibm.security12.sun.security.x509.NameConstraintsExtension
Decode the extension from the InputStream.
decode(InputStream) - Method in class com.ibm.security12.sun.security.x509.CertificateX509Key
Decode the key in DER form from the stream.
decode(InputStream) - Method in class com.ibm.security12.sun.security.x509.X509CertInfo
Decode an X.509 certificate from an input stream.
decode(InputStream) - Method in class com.ibm.security12.sun.security.x509.NetscapeCertTypeExtension
Decode the extension from the InputStream.
decode(InputStream) - Method in class com.ibm.security12.sun.security.x509.CertificateValidity
Decode the CertificateValidity period from the InputStream.
decode(InputStream) - Method in class com.ibm.security12.sun.security.x509.IssuerAlternativeNameExtension
Decode the extension from the InputStream.
decode(InputStream) - Method in class com.ibm.security12.sun.security.x509.CertificateAlgorithmId
Decode the algorithm identifier from the passed stream.
decode(InputStream) - Method in class com.ibm.security12.sun.security.x509.CRLNumberExtension
Decode the extension from the InputStream.
decode(InputStream) - Method in class com.ibm.security12.sun.security.x509.CRLExtensions
Decode the extensions from the InputStream.
decode(InputStream) - Method in class com.ibm.security12.sun.security.x509.AuthorityKeyIdentifierExtension
Decode the extension from the InputStream.
decode(InputStream) - Method in class com.ibm.security12.sun.security.x509.SubjectAlternativeNameExtension
Decode the extension from the InputStream.
decode(InputStream) - Method in class com.ibm.security12.sun.security.x509.PolicyMappingsExtension
Decode the extension from the InputStream.
decode(InputStream) - Method in class com.ibm.security12.sun.security.x509.CertificateSubjectUniqueIdentity
Decode the identity in DER form from the stream.
decode(InputStream) - Method in class com.ibm.security12.sun.security.x509.PrivateKeyUsageExtension
Decode the extension from the InputStream.
decode(InputStream) - Method in interface com.ibm.security12.sun.security.x509.CertAttrSet
Decodes the attribute in the input stream.
decode(InputStream) - Method in class com.ibm.security12.sun.security.x509.SubjectKeyIdentifierExtension
Decode the extension from the InputStream.
decodeAtom(InputStream, OutputStream, int) - Method in class com.ibm.security12.sun.misc.CharacterDecoder
This method does an actual decode.
decodeAtom(InputStream, OutputStream, int) - Method in class com.ibm.security12.sun.misc.BASE64Decoder
Decode one BASE64 atom into 1, 2, or 3 bytes of data.
decodeBuffer(InputStream) - Method in class com.ibm.security12.sun.misc.CharacterDecoder
Decode the contents of the inputstream into a buffer.
decodeBuffer(InputStream, OutputStream) - Method in class com.ibm.security12.sun.misc.CharacterDecoder
Decode the text from the InputStream and write the decoded octets to the OutputStream.
decodeBuffer(String) - Method in class com.ibm.security12.sun.misc.CharacterDecoder
Alternate decode interface that takes a String containing the encoded buffer and returns a byte array containing the data.
decodeBufferPrefix(InputStream, OutputStream) - Method in class com.ibm.security12.sun.misc.CharacterDecoder
decode the beginning of the buffer, by default this is a NOP.
decodeBufferSuffix(InputStream, OutputStream) - Method in class com.ibm.security12.sun.misc.CharacterDecoder
decode the buffer suffix, again by default it is a NOP.
decodeLinePrefix(InputStream, OutputStream) - Method in class com.ibm.security12.sun.misc.CharacterDecoder
This method should return, if it knows, the number of bytes that will be decoded.
decodeLineSuffix(InputStream, OutputStream) - Method in class com.ibm.security12.sun.misc.CharacterDecoder
This method post processes the line, if there are error detection or correction codes in a line, they are generally processed by this method.
decodeParams() - Method in class com.ibm.security12.sun.security.x509.AlgorithmId
 
decodeParams() - Method in class com.ibm.security12.sun.security.x509.AlgIdDSA
Parses algorithm parameters P, Q, and G.
def - Variable in class com.ibm.security12.java.util.zip.DeflaterOutputStream
Compressor for this stream.
defineClass(String, byte[], int, int, CodeSource) - Method in class com.ibm.security12.java.security.SecureClassLoader
Converts an array of bytes into an instance of class Class, with an optional CodeSource.
defineClass(String, byte[], int, int, ProtectionDomain) - Method in class com.ibm.security12.java.lang.ClassLoader12
Converts an array of bytes into an instance of class Class, with an optional ProtectionDomain.
definePackage(String, Manifest, URL) - Method in class com.ibm.security12.java.net.URLClassLoader
Defines a new package by name in this ClassLoader.
definePackage(String, String, String, String, String, String, String, URL) - Method in class com.ibm.security12.java.lang.ClassLoader12
Defines a package by name in this ClassLoader12.
deflate() - Method in class com.ibm.security12.java.util.zip.DeflaterOutputStream
Writes next block of compressed data to the output stream.
DEFLATED - Static variable in class com.ibm.security12.java.util.zip.ZipOutputStream
Compression method for compressed (DEFLATED) entries.
DEFLATED - Static variable in class com.ibm.security12.java.util.zip.ZipEntry
Compression method for compressed (deflated) entries.
Deflater - class com.ibm.security12.java.util.zip.Deflater.
This class provides support for general purpose compression using the popular ZLIB compression library.
Deflater() - Constructor for class com.ibm.security12.java.util.zip.Deflater
Creates a new compressor with the default compression level.
Deflater(int) - Constructor for class com.ibm.security12.java.util.zip.Deflater
Creates a new compressor using the specified compression level.
Deflater(int, boolean) - Constructor for class com.ibm.security12.java.util.zip.Deflater
Creates a new compressor using the specified compression level.
DeflaterOutputStream - class com.ibm.security12.java.util.zip.DeflaterOutputStream.
This class implements an output stream filter for compressing data in the "deflate" compression format.
DeflaterOutputStream(OutputStream) - Constructor for class com.ibm.security12.java.util.zip.DeflaterOutputStream
Creates a new output stream with a defaul compressor and buffer size.
DeflaterOutputStream(OutputStream, Deflater) - Constructor for class com.ibm.security12.java.util.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor and a default buffer size.
DeflaterOutputStream(OutputStream, Deflater, int) - Constructor for class com.ibm.security12.java.util.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor and buffer size.
delete(String) - Method in class com.ibm.security12.sun.security.x509.CertificateIssuerUniqueIdentity
Delete the attribute value.
delete(String) - Method in class com.ibm.security12.sun.security.x509.BasicConstraintsExtension
Delete the attribute value.
delete(String) - Method in class com.ibm.security12.sun.security.x509.CertificateVersion
Delete the attribute value.
delete(String) - Method in class com.ibm.security12.sun.security.x509.KeyUsageExtension
Delete the attribute value.
delete(String) - Method in class com.ibm.security12.sun.security.x509.CRLReasonCodeExtension
Delete the attribute value.
delete(String) - Method in class com.ibm.security12.sun.security.x509.CertificateSubjectName
Delete the attribute value.
delete(String) - Method in class com.ibm.security12.sun.security.x509.CertificateSerialNumber
Delete the attribute value.
delete(String) - Method in class com.ibm.security12.sun.security.x509.CertificateExtensions
Delete the attribute value.
delete(String) - Method in class com.ibm.security12.sun.security.x509.PolicyConstraintsExtension
Delete the attribute value.
delete(String) - Method in class com.ibm.security12.sun.security.x509.CertificateIssuerName
Delete the attribute value.
delete(String) - Method in class com.ibm.security12.sun.security.x509.NameConstraintsExtension
Delete the attribute value.
delete(String) - Method in class com.ibm.security12.sun.security.x509.CertificateX509Key
Delete the attribute value.
delete(String) - Method in class com.ibm.security12.sun.security.x509.X509CertInfo
Delete the certificate attribute.
delete(String) - Method in class com.ibm.security12.sun.security.x509.NetscapeCertTypeExtension
Delete the attribute value.
delete(String) - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Delete the requested attribute from the certificate.
delete(String) - Method in class com.ibm.security12.sun.security.x509.CertificateValidity
Delete the attribute value.
delete(String) - Method in class com.ibm.security12.sun.security.x509.IssuerAlternativeNameExtension
Delete the attribute value.
delete(String) - Method in class com.ibm.security12.sun.security.x509.CertificateAlgorithmId
Delete the attribute value.
delete(String) - Method in class com.ibm.security12.sun.security.x509.CRLNumberExtension
Delete the attribute value.
delete(String) - Method in class com.ibm.security12.sun.security.x509.CRLExtensions
Delete the extension value with this alias.
delete(String) - Method in class com.ibm.security12.sun.security.x509.AuthorityKeyIdentifierExtension
Delete the attribute value.
delete(String) - Method in class com.ibm.security12.sun.security.x509.SubjectAlternativeNameExtension
Delete the attribute value.
delete(String) - Method in class com.ibm.security12.sun.security.x509.PolicyMappingsExtension
Delete the attribute value.
delete(String) - Method in class com.ibm.security12.sun.security.x509.CertificateSubjectUniqueIdentity
Delete the attribute value.
delete(String) - Method in class com.ibm.security12.sun.security.x509.PrivateKeyUsageExtension
Delete the attribute value.
delete(String) - Method in interface com.ibm.security12.sun.security.x509.CertAttrSet
Deletes an attribute value from this CertAttrSet.
delete(String) - Method in class com.ibm.security12.sun.security.x509.SubjectKeyIdentifierExtension
Delete the attribute value.
deleteAttribute(String) - Method in class com.ibm.security12.sun.security.pkcs.PKCS10Attributes
Delete the attribute value.
deleteEntry(String) - Method in class com.ibm.security12.java.security.KeyStore
Deletes the entry identified by the given alias from this keystore.
derEncode(OutputStream) - Method in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
Write the DER encoding of this attribute to an output stream.
derEncode(OutputStream) - Method in class com.ibm.security12.sun.security.pkcs.PKCS10Attributes
Encode the attributes in DER form to the stream.
derEncode(OutputStream) - Method in class com.ibm.security12.sun.security.pkcs.PKCS10Attribute
DER encode this object onto an output stream.
derEncode(OutputStream) - Method in class com.ibm.security12.sun.security.pkcs.SignerInfo
DER encode this object onto an output stream.
derEncode(OutputStream) - Method in class com.ibm.security12.sun.security.util.DerOutputStream
Write the current contents of this DerOutputStream to an OutputStream.
derEncode(OutputStream) - Method in interface com.ibm.security12.sun.security.util.DerEncoder
DER encode this object and write the results to a stream.
derEncode(OutputStream) - Method in class com.ibm.security12.sun.security.x509.AlgorithmId
DER encode this object onto an output stream.
derEncode(OutputStream) - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
DER encode this object onto an output stream.
DerEncoder - interface com.ibm.security12.sun.security.util.DerEncoder.
Interface to an object that knows how to write its own DER encoding to an output stream.
DerInputStream - class com.ibm.security12.sun.security.util.DerInputStream.
A DER input stream, used for parsing ASN.1 DER-encoded data such as that found in X.509 certificates.
DerInputStream(byte[]) - Constructor for class com.ibm.security12.sun.security.util.DerInputStream
Create a DER input stream from a data buffer.
DerInputStream(byte[], int, int) - Constructor for class com.ibm.security12.sun.security.util.DerInputStream
Create a DER input stream from part of a data buffer.
DerOutputStream - class com.ibm.security12.sun.security.util.DerOutputStream.
Output stream marshaling DER-encoded data.
DerOutputStream() - Constructor for class com.ibm.security12.sun.security.util.DerOutputStream
Construct an DER output stream.
DerOutputStream(int) - Constructor for class com.ibm.security12.sun.security.util.DerOutputStream
Construct an DER output stream.
DerValue - class com.ibm.security12.sun.security.util.DerValue.
Represents a single DER-encoded value.
DerValue(byte[]) - Constructor for class com.ibm.security12.sun.security.util.DerValue
Get an ASN.1/DER encoded datum from a buffer.
DerValue(byte[], int, int) - Constructor for class com.ibm.security12.sun.security.util.DerValue
Get an ASN.1/DER encoded datum from part of a buffer.
DerValue(byte, byte[]) - Constructor for class com.ibm.security12.sun.security.util.DerValue
Creates a DerValue from a tag and some DER-encoded data.
DerValue(InputStream) - Constructor for class com.ibm.security12.sun.security.util.DerValue
Get an ASN1/DER encoded datum from an input stream.
DerValue(String) - Constructor for class com.ibm.security12.sun.security.util.DerValue
Creates a PrintableString DER value from a string
DH_oid - Static variable in class com.ibm.security12.sun.security.x509.AlgorithmId
Algorithm ID for Diffie Hellman Key agreement, from PKCS #3.
DH_PKIX_oid - Static variable in class com.ibm.security12.sun.security.x509.AlgorithmId
Algorithm ID for the Diffie Hellman Key Agreement (DH), from the IETF PKIX IPKI Part I.
digest - Variable in class com.ibm.security12.java.security.DigestOutputStream
The message digest associated with this stream.
digest - Variable in class com.ibm.security12.java.security.DigestInputStream
The message digest associated with this stream.
digest() - Method in class com.ibm.security12.java.security.MessageDigest
Completes the hash computation by performing final operations such as padding.
digest(byte[]) - Method in class com.ibm.security12.java.security.MessageDigest
Performs a final update on the digest using the specified array of bytes, then completes the digest computation.
digest(byte[], int, int) - Method in class com.ibm.security12.java.security.MessageDigest
Completes the hash computation by performing final operations such as padding.
digest(MessageDigest) - Method in class com.ibm.security12.sun.security.util.ManifestDigester.Entry
 
DIGESTED_DATA_OID - Static variable in class com.ibm.security12.sun.security.pkcs.ContentInfo
 
DigestInputStream - class com.ibm.security12.java.security.DigestInputStream.
A transparent stream that updates the associated message digest using the bits going through the stream.
DigestInputStream(InputStream, MessageDigest) - Constructor for class com.ibm.security12.java.security.DigestInputStream
Creates a digest input stream, using the specified input stream and message digest.
DigestOutputStream - class com.ibm.security12.java.security.DigestOutputStream.
A transparent stream that updates the associated message digest using the bits going through the stream.
DigestOutputStream(OutputStream, MessageDigest) - Constructor for class com.ibm.security12.java.security.DigestOutputStream
Creates a digest output stream, using the specified output stream and message digest.
digestWorkaround(MessageDigest) - Method in class com.ibm.security12.sun.security.util.ManifestDigester.Entry
Netscape doesn't include the new line.
DIGITAL_SIGNATURE - Static variable in class com.ibm.security12.sun.security.x509.KeyUsageExtension
 
dispatchAppletEvent(int, Object) - Method in class com.ibm.security12.sun.applet.AppletPanel
Dispatch event to the listeners..
DN_NAME - Static variable in class com.ibm.security12.sun.security.x509.CertificateSubjectName
 
DN_NAME - Static variable in class com.ibm.security12.sun.security.x509.CertificateIssuerName
 
DNSName - class com.ibm.security12.sun.security.x509.DNSName.
This class implements the DNSName as required by the GeneralNames ASN.1 object.
DNSName(DerValue) - Constructor for class com.ibm.security12.sun.security.x509.DNSName
Create the DNSName object from the passed encoded Der value.
DNSName(String) - Constructor for class com.ibm.security12.sun.security.x509.DNSName
Create the DNSName object with the specified name.
doInit - Variable in class com.ibm.security12.sun.applet.AppletPanel
Applet will allow initialization.
doPrivileged(PrivilegedAction) - Static method in class com.ibm.security12.java.security.AccessController
Performs the specified PrivilegedAction with privileges enabled.
doPrivileged(PrivilegedAction, AccessControlContext) - Static method in class com.ibm.security12.java.security.AccessController
Performs the specified PrivilegedAction with privileges enabled and restricted by the specified AccessControlContext.
doPrivileged(PrivilegedExceptionAction) - Static method in class com.ibm.security12.java.security.AccessController
Performs the specified PrivilegedExceptionAction with privileges enabled.
doPrivileged(PrivilegedExceptionAction, AccessControlContext) - Static method in class com.ibm.security12.java.security.AccessController
Performs the specified PrivilegedExceptionAction with privileges enabled and restricted by the specified AccessControlContext.
DSA - class com.ibm.security12.sun.security.provider.DSA.
The Digital Signature Standard (using the Digital Signature Algorithm), as described in fips186 of the National Instute of Standards and Technology (NIST), using fips180-1 (SHA-1).
DSA_oid - Static variable in class com.ibm.security12.sun.security.x509.AlgorithmId
Algorithm ID for the Digital Signing Algorithm (DSA), from the IETF PKIX IPKI Part I.
DSA_OIW_oid - Static variable in class com.ibm.security12.sun.security.x509.AlgorithmId
Algorithm ID for the Digital Signing Algorithm (DSA), from the NIST OIW Stable Agreements part 12.
DSA() - Constructor for class com.ibm.security12.sun.security.provider.DSA
Construct a blank DSA object.
DSAKeyFactory - class com.ibm.security12.sun.security.provider.DSAKeyFactory.
This class implements the DSA key factory of the Sun provider.
DSAKeyFactory() - Constructor for class com.ibm.security12.sun.security.provider.DSAKeyFactory
 
DSAKeyPairGenerator - interface com.ibm.security12.java.security.interfaces.DSAKeyPairGenerator.
An interface to an object capable of generating DSA key pairs.
DSAKeyPairGenerator - class com.ibm.security12.sun.security.provider.DSAKeyPairGenerator.
This class generates DSA key parameters and public/private key pairs according to the DSS standard NIST FIPS 186.
DSAKeyPairGenerator() - Constructor for class com.ibm.security12.sun.security.provider.DSAKeyPairGenerator
 
DSAParameterGenerator - class com.ibm.security12.sun.security.provider.DSAParameterGenerator.
 
DSAParameterGenerator() - Constructor for class com.ibm.security12.sun.security.provider.DSAParameterGenerator
 
DSAParameters - class com.ibm.security12.sun.security.provider.DSAParameters.
This class implements the parameter set used by the Digital Signature Algorithm as specified in the FIPS 186 standard.
DSAParameters() - Constructor for class com.ibm.security12.sun.security.provider.DSAParameters
 
DSAParameterSpec - class com.ibm.security12.java.security.spec.DSAParameterSpec.
This class specifies the set of parameters used with the DSA algorithm.
DSAParameterSpec(BigInteger, BigInteger, BigInteger) - Constructor for class com.ibm.security12.java.security.spec.DSAParameterSpec
Creates a new DSAParameterSpec with the specified parameter values.
DSAPrivateKey - class com.ibm.security12.sun.security.provider.DSAPrivateKey.
A PKCS#8 private key for the Digital Signature Algorithm.
DSAPrivateKey() - Constructor for class com.ibm.security12.sun.security.provider.DSAPrivateKey
 
DSAPrivateKey(BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class com.ibm.security12.sun.security.provider.DSAPrivateKey
Make a DSA private key out of a private key and three parameters.
DSAPrivateKey(byte[]) - Constructor for class com.ibm.security12.sun.security.provider.DSAPrivateKey
Make a DSA private key from its DER encoding (PKCS #8).
DSAPrivateKeySpec - class com.ibm.security12.java.security.spec.DSAPrivateKeySpec.
This class specifies a DSA private key with its associated parameters.
DSAPrivateKeySpec(BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class com.ibm.security12.java.security.spec.DSAPrivateKeySpec
Creates a new DSAPrivateKeySpec with the specified parameter values.
DSAPublicKey - class com.ibm.security12.sun.security.provider.DSAPublicKey.
An X.509 public key for the Digital Signature Algorithm.
DSAPublicKey() - Constructor for class com.ibm.security12.sun.security.provider.DSAPublicKey
 
DSAPublicKey(BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class com.ibm.security12.sun.security.provider.DSAPublicKey
Make a DSA public key out of a public key and three parameters.
DSAPublicKey(byte[]) - Constructor for class com.ibm.security12.sun.security.provider.DSAPublicKey
Make a DSA public key from its DER encoding (X.509).
DSAPublicKeySpec - class com.ibm.security12.java.security.spec.DSAPublicKeySpec.
This class specifies a DSA public key with its associated parameters.
DSAPublicKeySpec(BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class com.ibm.security12.java.security.spec.DSAPublicKeySpec
Creates a new DSAPublicKeySpec with the specified parameter values.

E

EDIPartyName - class com.ibm.security12.sun.security.x509.EDIPartyName.
This class defines the EDIPartyName of the GeneralName choice.
EDIPartyName(DerValue) - Constructor for class com.ibm.security12.sun.security.x509.EDIPartyName
Create the EDIPartyName object from the passed encoded Der value.
EDIPartyName(String) - Constructor for class com.ibm.security12.sun.security.x509.EDIPartyName
Create the EDIPartyName object from the specified name.
EDIPartyName(String, String) - Constructor for class com.ibm.security12.sun.security.x509.EDIPartyName
Create the EDIPartyName object from the specified names.
elementAt(int) - Method in class com.ibm.security12.java.util.Vector
Returns the component at the specified index. This method is identical in functionality to the get method (which is part of the List interface).
elementCount - Variable in class com.ibm.security12.java.util.Vector
The number of valid components in this Vector object.
elementData - Variable in class com.ibm.security12.java.util.Vector
The array buffer into which the components of the vector are stored.
elements() - Method in class com.ibm.security12.java.security.PermissionCollection
Returns an enumeration of all the Permission objects in the collection.
elements() - Method in class com.ibm.security12.java.security.Permissions
Returns an enumeration of all the Permission objects in all the PermissionCollections in this Permissions object.
elements() - Method in class com.ibm.security12.java.util.Vector
Returns an enumeration of the components of this vector.
elements() - Method in class com.ibm.security12.java.util.Hashtable
Returns an enumeration of the values in this hashtable.
EMAIL_ADDRESS_OID - Static variable in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
 
EMAIL_ADDRESS_STR - Static variable in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
 
emit(DerOutputStream) - Method in class com.ibm.security12.sun.security.x509.X500Name
Deprecated. Use encode() instead
EMPTY_LIST - Static variable in class com.ibm.security12.java.util.Collections
The empty list (immutable).
EMPTY_SET - Static variable in class com.ibm.security12.java.util.Collections
The empty set (immutable).
ENCIPHER_ONLY - Static variable in class com.ibm.security12.sun.security.x509.KeyUsageExtension
 
encode() - Method in class com.ibm.security12.sun.security.pkcs.PKCS8Key
Returns the DER-encoded form of the key as a byte array.
encode() - Method in class com.ibm.security12.sun.security.x509.X509Key
Returns the DER-encoded form of the key as a byte array.
encode() - Method in class com.ibm.security12.sun.security.x509.AlgorithmId
Returns the DER-encoded X.509 AlgorithmId as a byte array.
encode(byte, OutputStream) - Method in class com.ibm.security12.sun.security.pkcs.PKCS9Attributes
Put the DER encoding of this PKCS9 attribute set on an DerOutputStream, tagged with the given implicit tag.
encode(DerOutputStream) - Method in class com.ibm.security12.sun.security.pkcs.ContentInfo
 
encode(DerOutputStream) - Method in class com.ibm.security12.sun.security.pkcs.SignerInfo
 
encode(DerOutputStream) - Method in class com.ibm.security12.sun.security.pkcs.PKCS8Key
PKCS#8 sequence on the DER output stream.
encode(DerOutputStream) - Method in class com.ibm.security12.sun.security.util.DerValue
Encode an ASN1/DER encoded datum onto a DER output stream.
encode(DerOutputStream) - Method in class com.ibm.security12.sun.security.x509.X509Key
Encode SubjectPublicKeyInfo sequence on the DER output stream.
encode(DerOutputStream) - Method in class com.ibm.security12.sun.security.x509.GeneralSubtrees
Encode the GeneralSubtrees.
encode(DerOutputStream) - Method in class com.ibm.security12.sun.security.x509.Extension
Write the extension to the DerOutputStream.
encode(DerOutputStream) - Method in class com.ibm.security12.sun.security.x509.CertificatePolicyId
Write the CertificatePolicyId to the DerOutputStream.
encode(DerOutputStream) - Method in class com.ibm.security12.sun.security.x509.DNSName
Encode the DNS name into the DerOutputStream.
encode(DerOutputStream) - Method in class com.ibm.security12.sun.security.x509.AlgorithmId
Marshal a DER-encoded "AlgorithmID" sequence on the DER stream.
encode(DerOutputStream) - Method in class com.ibm.security12.sun.security.x509.CertificatePolicyMap
Write the CertificatePolicyMap to the DerOutputStream.
encode(DerOutputStream) - Method in class com.ibm.security12.sun.security.x509.X500Name
Encodes the name in DER-encoded form.
encode(DerOutputStream) - Method in class com.ibm.security12.sun.security.x509.GeneralSubtree
Encode the GeneralSubtree.
encode(DerOutputStream) - Method in class com.ibm.security12.sun.security.x509.URIName
Encode the URI name into the DerOutputStream.
encode(DerOutputStream) - Method in class com.ibm.security12.sun.security.x509.SerialNumber
Encode the SerialNumber in DER form to the stream.
encode(DerOutputStream) - Method in class com.ibm.security12.sun.security.x509.IPAddressName
Encode the IPAddress name into the DerOutputStream.
encode(DerOutputStream) - Method in class com.ibm.security12.sun.security.x509.OIDName
Encode the OID name into the DerOutputStream.
encode(DerOutputStream) - Method in class com.ibm.security12.sun.security.x509.X509CRLEntryImpl
Encodes the revoked certificate to an output stream.
encode(DerOutputStream) - Method in class com.ibm.security12.sun.security.x509.RFC822Name
Encode the RFC822 name into the DerOutputStream.
encode(DerOutputStream) - Method in class com.ibm.security12.sun.security.x509.GeneralName
Encode the name to the specified DerOutputStream.
encode(DerOutputStream) - Method in class com.ibm.security12.sun.security.x509.GeneralNames
Write the extension to the DerOutputStream.
encode(DerOutputStream) - Method in interface com.ibm.security12.sun.security.x509.GeneralNameInterface
Encode the name to the specified DerOutputStream.
encode(DerOutputStream) - Method in class com.ibm.security12.sun.security.x509.OtherName
Encode the Other name into the DerOutputStream.
encode(DerOutputStream) - Method in class com.ibm.security12.sun.security.x509.EDIPartyName
Encode the EDI party name into the DerOutputStream.
encode(DerOutputStream, byte) - Method in class com.ibm.security12.sun.security.x509.UniqueIdentity
Encode the UniqueIdentity in DER form to the stream.
encode(OutputStream) - Method in class com.ibm.security12.sun.security.pkcs.PKCS10Attributes
Encode the attributes in DER form to the stream.
encode(OutputStream) - Method in class com.ibm.security12.sun.security.x509.CertificateIssuerUniqueIdentity
Encode the identity in DER form to the stream.
encode(OutputStream) - Method in class com.ibm.security12.sun.security.x509.BasicConstraintsExtension
Encode this extension value to the output stream.
encode(OutputStream) - Method in class com.ibm.security12.sun.security.x509.CertificateVersion
Encode the CertificateVersion period in DER form to the stream.
encode(OutputStream) - Method in class com.ibm.security12.sun.security.x509.KeyUsageExtension
Write the extension to the DerOutputStream.
encode(OutputStream) - Method in class com.ibm.security12.sun.security.x509.CRLReasonCodeExtension
Write the extension to the DerOutputStream.
encode(OutputStream) - Method in class com.ibm.security12.sun.security.x509.CertificateSubjectName
Encode the name in DER form to the stream.
encode(OutputStream) - Method in class com.ibm.security12.sun.security.x509.CertificateSerialNumber
Encode the serial number in DER form to the stream.
encode(OutputStream) - Method in class com.ibm.security12.sun.security.x509.CertificateExtensions
Encode the extensions in DER form to the stream, setting the context specific tag as needed in the X.509 v3 certificate.
encode(OutputStream) - Method in class com.ibm.security12.sun.security.x509.PolicyConstraintsExtension
Write the extension to the DerOutputStream.
encode(OutputStream) - Method in class com.ibm.security12.sun.security.x509.CertificateIssuerName
Encode the name in DER form to the stream.
encode(OutputStream) - Method in class com.ibm.security12.sun.security.x509.NameConstraintsExtension
Write the extension to the OutputStream.
encode(OutputStream) - Method in class com.ibm.security12.sun.security.x509.CertificateX509Key
Encode the key in DER form to the stream.
encode(OutputStream) - Method in class com.ibm.security12.sun.security.x509.X509CertInfo
Appends the certificate to an output stream.
encode(OutputStream) - Method in class com.ibm.security12.sun.security.x509.NetscapeCertTypeExtension
Write the extension to the DerOutputStream.
encode(OutputStream) - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Appends the certificate to an output stream.
encode(OutputStream) - Method in class com.ibm.security12.sun.security.x509.CertificateValidity
Encode the CertificateValidity period in DER form to the stream.
encode(OutputStream) - Method in class com.ibm.security12.sun.security.x509.IssuerAlternativeNameExtension
Write the extension to the OutputStream.
encode(OutputStream) - Method in class com.ibm.security12.sun.security.x509.CertificateAlgorithmId
Encode the algorithm identifier in DER form to the stream.
encode(OutputStream) - Method in class com.ibm.security12.sun.security.x509.CRLNumberExtension
Write the extension to the DerOutputStream.
encode(OutputStream) - Method in class com.ibm.security12.sun.security.x509.AuthorityKeyIdentifierExtension
Write the extension to the OutputStream.
encode(OutputStream) - Method in class com.ibm.security12.sun.security.x509.SubjectAlternativeNameExtension
Write the extension to the OutputStream.
encode(OutputStream) - Method in class com.ibm.security12.sun.security.x509.PolicyMappingsExtension
Write the extension to the OutputStream.
encode(OutputStream) - Method in class com.ibm.security12.sun.security.x509.CertificateSubjectUniqueIdentity
Encode the identity in DER form to the stream.
encode(OutputStream) - Method in class com.ibm.security12.sun.security.x509.PrivateKeyUsageExtension
Write the extension to the OutputStream.
encode(OutputStream) - Method in interface com.ibm.security12.sun.security.x509.CertAttrSet
Encodes the attribute to the output stream in a format that can be parsed by the decode method.
encode(OutputStream) - Method in class com.ibm.security12.sun.security.x509.SubjectKeyIdentifierExtension
Write the extension to the OutputStream.
encode(OutputStream, boolean) - Method in class com.ibm.security12.sun.security.x509.CertificateExtensions
Encode the extensions in DER form to the stream.
encode(OutputStream, boolean) - Method in class com.ibm.security12.sun.security.x509.CRLExtensions
Encode the extensions in DER form to the stream.
encodeAndSign(X500Signer) - Method in class com.ibm.security12.sun.security.pkcs.PKCS10
Create the signed certificate request.
encodedKey - Variable in class com.ibm.security12.sun.security.pkcs.PKCS8Key
 
encodedKey - Variable in class com.ibm.security12.sun.security.x509.X509Key
 
EncodedKeySpec - class com.ibm.security12.java.security.spec.EncodedKeySpec.
This class represents a public or private key in encoded format.
EncodedKeySpec(byte[]) - Constructor for class com.ibm.security12.java.security.spec.EncodedKeySpec
Creates a new EncodedKeySpec with the given encoded key.
encodeInfo(OutputStream) - Method in class com.ibm.security12.sun.security.x509.X509CRLImpl
Encodes the "to-be-signed" CRL to the OutputStream.
encodeSignedData(DerOutputStream) - Method in class com.ibm.security12.sun.security.pkcs.PKCS7
Encodes the signed data to a DerOutputStream.
encodeSignedData(OutputStream) - Method in class com.ibm.security12.sun.security.pkcs.PKCS7
Encodes the signed data to an output stream.
ENCRYPTED_DATA_OID - Static variable in class com.ibm.security12.sun.security.pkcs.ContentInfo
 
EncryptedPrivateKeyInfo - class com.ibm.security12.sun.security.pkcs.EncryptedPrivateKeyInfo.
This class implements the EncryptedPrivateKeyInfo type, which is defined in PKCS #8 as follows: EncryptedPrivateKeyInfo ::= SEQUENCE { encryptionAlgorithm AlgorithmIdentifier, encryptedData OCTET STRING }
EncryptedPrivateKeyInfo(AlgorithmId, byte[]) - Constructor for class com.ibm.security12.sun.security.pkcs.EncryptedPrivateKeyInfo
Constructs an EncryptedPrivateKeyInfo from the encryption algorithm and the encrypted data.
EncryptedPrivateKeyInfo(byte[]) - Constructor for class com.ibm.security12.sun.security.pkcs.EncryptedPrivateKeyInfo
Constructs (i.e., parses) an EncryptedPrivateKeyInfo from its encoding.
END_CERT - Static variable in class com.ibm.security12.sun.security.provider.X509Factory
 
engineAliases() - Method in class com.ibm.security12.java.security.KeyStoreSpi
Lists all the alias names of this keystore.
engineAliases() - Method in class com.ibm.security12.sun.security.provider.JavaKeyStore
Lists all the alias names of this keystore.
engineContainsAlias(String) - Method in class com.ibm.security12.java.security.KeyStoreSpi
Checks if the given alias exists in this keystore.
engineContainsAlias(String) - Method in class com.ibm.security12.sun.security.provider.JavaKeyStore
Checks if the given alias exists in this keystore.
engineDeleteEntry(String) - Method in class com.ibm.security12.java.security.KeyStoreSpi
Deletes the entry identified by the given alias from this keystore.
engineDeleteEntry(String) - Method in class com.ibm.security12.sun.security.provider.JavaKeyStore
Deletes the entry identified by the given alias from this keystore.
engineDigest() - Method in class com.ibm.security12.java.security.MessageDigestSpi
Completes the hash computation by performing final operations such as padding.
engineDigest() - Method in class com.ibm.security12.sun.security.provider.SHA
Computes the final hash and returns the final value as a byte[20] array.
engineDigest() - Method in class com.ibm.security12.sun.security.provider.MD5
 
engineDigest(byte[], int, int) - Method in class com.ibm.security12.java.security.MessageDigestSpi
Completes the hash computation by performing final operations such as padding.
engineDigest(byte[], int, int) - Method in class com.ibm.security12.sun.security.provider.SHA
Computes the final hash and returns the final value as a byte[20] array.
engineDigest(byte[], int, int) - Method in class com.ibm.security12.sun.security.provider.MD5
 
engineGenerateCertificate(InputStream) - Method in class com.ibm.security12.java.security.cert.CertificateFactorySpi
Generates a certificate object and initializes it with the data read from the input stream inStream.
engineGenerateCertificate(InputStream) - Method in class com.ibm.security12.sun.security.provider.X509Factory
Generates an X.509 certificate object and initializes it with the data read from the input stream is.
engineGenerateCertificates(InputStream) - Method in class com.ibm.security12.java.security.cert.CertificateFactorySpi
Returns a (possibly empty) collection view of the certificates read from the given input stream inStream.
engineGenerateCertificates(InputStream) - Method in class com.ibm.security12.sun.security.provider.X509Factory
Returns a (possibly empty) collection view of X.509 certificates read from the given input stream is.
engineGenerateCRL(InputStream) - Method in class com.ibm.security12.java.security.cert.CertificateFactorySpi
Generates a certificate revocation list (CRL) object and initializes it with the data read from the input stream inStream.
engineGenerateCRL(InputStream) - Method in class com.ibm.security12.sun.security.provider.X509Factory
Generates an X.509 certificate revocation list (CRL) object and initializes it with the data read from the given input stream is.
engineGenerateCRLs(InputStream) - Method in class com.ibm.security12.java.security.cert.CertificateFactorySpi
Returns a (possibly empty) collection view of the CRLs read from the given input stream inStream.
engineGenerateCRLs(InputStream) - Method in class com.ibm.security12.sun.security.provider.X509Factory
Returns a (possibly empty) collection view of X.509 CRLs read from the given input stream is.
engineGenerateParameters() - Method in class com.ibm.security12.java.security.AlgorithmParameterGeneratorSpi
Generates the parameters.
engineGenerateParameters() - Method in class com.ibm.security12.sun.security.provider.DSAParameterGenerator
Generates the parameters.
engineGeneratePrivate(KeySpec) - Method in class com.ibm.security12.java.security.KeyFactorySpi
Generates a private key object from the provided key specification (key material).
engineGeneratePrivate(KeySpec) - Method in class com.ibm.security12.sun.security.provider.DSAKeyFactory
Generates a private key object from the provided key specification (key material).
engineGeneratePublic(KeySpec) - Method in class com.ibm.security12.java.security.KeyFactorySpi
Generates a public key object from the provided key specification (key material).
engineGeneratePublic(KeySpec) - Method in class com.ibm.security12.sun.security.provider.DSAKeyFactory
Generates a public key object from the provided key specification (key material).
engineGenerateSeed(int) - Method in class com.ibm.security12.java.security.SecureRandomSpi
Returns the given number of seed bytes.
engineGenerateSeed(int) - Method in class com.ibm.security12.sun.security.provider.SecureRandom
Returns the given number of seed bytes, computed using the seed generation algorithm that this class uses to seed itself.
engineGetCertificate(String) - Method in class com.ibm.security12.java.security.KeyStoreSpi
Returns the certificate associated with the given alias.
engineGetCertificate(String) - Method in class com.ibm.security12.sun.security.provider.JavaKeyStore
Returns the certificate associated with the given alias.
engineGetCertificateAlias(Certificate) - Method in class com.ibm.security12.java.security.KeyStoreSpi
Returns the (alias) name of the first keystore entry whose certificate matches the given certificate.
engineGetCertificateAlias(Certificate) - Method in class com.ibm.security12.sun.security.provider.JavaKeyStore
Returns the (alias) name of the first keystore entry whose certificate matches the given certificate.
engineGetCertificateChain(String) - Method in class com.ibm.security12.java.security.KeyStoreSpi
Returns the certificate chain associated with the given alias.
engineGetCertificateChain(String) - Method in class com.ibm.security12.sun.security.provider.JavaKeyStore
Returns the certificate chain associated with the given alias.
engineGetCreationDate(String) - Method in class com.ibm.security12.java.security.KeyStoreSpi
Returns the creation date of the entry identified by the given alias.
engineGetCreationDate(String) - Method in class com.ibm.security12.sun.security.provider.JavaKeyStore
Returns the creation date of the entry identified by the given alias.
engineGetDigestLength() - Method in class com.ibm.security12.java.security.MessageDigestSpi
Returns the digest length in bytes.
engineGetDigestLength() - Method in class com.ibm.security12.sun.security.provider.SHA
Return the length of the digest in bytes
engineGetDigestLength() - Method in class com.ibm.security12.sun.security.provider.MD5
Return the digest length in bytes
engineGetEncoded() - Method in class com.ibm.security12.java.security.AlgorithmParametersSpi
Returns the parameters in their primary encoding format.
engineGetEncoded() - Method in class com.ibm.security12.sun.security.provider.DSAParameters
 
engineGetEncoded(String) - Method in class com.ibm.security12.java.security.AlgorithmParametersSpi
Returns the parameters encoded in the specified format.
engineGetEncoded(String) - Method in class com.ibm.security12.sun.security.provider.DSAParameters
 
engineGetKey(String, char[]) - Method in class com.ibm.security12.java.security.KeyStoreSpi
Returns the key associated with the given alias, using the given password to recover it.
engineGetKey(String, char[]) - Method in class com.ibm.security12.sun.security.provider.JavaKeyStore
Returns the key associated with the given alias, using the given password to recover it.
engineGetKeySpec(Key, Class) - Method in class com.ibm.security12.java.security.KeyFactorySpi
Returns a specification (key material) of the given key object.
engineGetKeySpec(Key, Class) - Method in class com.ibm.security12.sun.security.provider.DSAKeyFactory
Returns a specification (key material) of the given key object in the requested format.
engineGetParameter(String) - Method in class com.ibm.security12.java.security.SignatureSpi
Deprecated.  
engineGetParameter(String) - Method in class com.ibm.security12.sun.security.provider.DSA
Deprecated.  
engineGetParameterSpec(Class) - Method in class com.ibm.security12.java.security.AlgorithmParametersSpi
Returns a (transparent) specification of this parameters object.
engineGetParameterSpec(Class) - Method in class com.ibm.security12.sun.security.provider.DSAParameters
 
engineInit(AlgorithmParameterSpec) - Method in class com.ibm.security12.java.security.AlgorithmParametersSpi
Initializes this parameters object using the parameters specified in paramSpec.
engineInit(AlgorithmParameterSpec) - Method in class com.ibm.security12.sun.security.provider.DSAParameters
 
engineInit(AlgorithmParameterSpec, SecureRandom) - Method in class com.ibm.security12.java.security.AlgorithmParameterGeneratorSpi
Initializes this parameter generator with a set of algorithm-specific parameter generation values.
engineInit(AlgorithmParameterSpec, SecureRandom) - Method in class com.ibm.security12.sun.security.provider.DSAParameterGenerator
Initializes this parameter generator with a set of algorithm-specific parameter generation values.
engineInit(byte[]) - Method in class com.ibm.security12.java.security.AlgorithmParametersSpi
Imports the specified parameters and decodes them according to the primary decoding format for parameters.
engineInit(byte[]) - Method in class com.ibm.security12.sun.security.provider.DSAParameters
 
engineInit(byte[], String) - Method in class com.ibm.security12.java.security.AlgorithmParametersSpi
Imports the parameters from params and decodes them according to the specified decoding format.
engineInit(byte[], String) - Method in class com.ibm.security12.sun.security.provider.DSAParameters
 
engineInit(int, SecureRandom) - Method in class com.ibm.security12.java.security.AlgorithmParameterGeneratorSpi
Initializes this parameter generator for a certain size and source of randomness.
engineInit(int, SecureRandom) - Method in class com.ibm.security12.sun.security.provider.DSAParameterGenerator
Initializes this parameter generator for a certain strength and source of randomness.
engineInitSign(PrivateKey) - Method in class com.ibm.security12.java.security.SignatureSpi
Initializes this signature object with the specified private key for signing operations.
engineInitSign(PrivateKey) - Method in class com.ibm.security12.sun.security.provider.DSA
Initialize the DSA object with a DSA private key.
engineInitSign(PrivateKey, SecureRandom) - Method in class com.ibm.security12.java.security.SignatureSpi
Initializes this signature object with the specified private key and source of randomness for signing operations.
engineInitVerify(PublicKey) - Method in class com.ibm.security12.java.security.SignatureSpi
Initializes this signature object with the specified public key for verification operations.
engineInitVerify(PublicKey) - Method in class com.ibm.security12.sun.security.provider.DSA
Initialize the DSA object with a DSA public key.
engineIsCertificateEntry(String) - Method in class com.ibm.security12.java.security.KeyStoreSpi
Returns true if the entry identified by the given alias is a trusted certificate entry, and false otherwise.
engineIsCertificateEntry(String) - Method in class com.ibm.security12.sun.security.provider.JavaKeyStore
Returns true if the entry identified by the given alias is a trusted certificate entry, and false otherwise.
engineIsKeyEntry(String) - Method in class com.ibm.security12.java.security.KeyStoreSpi
Returns true if the entry identified by the given alias is a key entry, and false otherwise.
engineIsKeyEntry(String) - Method in class com.ibm.security12.sun.security.provider.JavaKeyStore
Returns true if the entry identified by the given alias is a key entry, and false otherwise.
engineLoad(InputStream, char[]) - Method in class com.ibm.security12.java.security.KeyStoreSpi
Loads the keystore from the given input stream.
engineLoad(InputStream, char[]) - Method in class com.ibm.security12.sun.security.provider.JavaKeyStore
Loads the keystore from the given input stream.
engineNextBytes(byte[]) - Method in class com.ibm.security12.java.security.SecureRandomSpi
Generates a user-specified number of random bytes.
engineNextBytes(byte[]) - Method in class com.ibm.security12.sun.security.provider.SecureRandom
Generates a user-specified number of random bytes.
engineReset() - Method in class com.ibm.security12.java.security.MessageDigestSpi
Resets the digest for further use.
engineReset() - Method in class com.ibm.security12.sun.security.provider.SHA
Resets the buffers and hash value to start a new hash.
engineReset() - Method in class com.ibm.security12.sun.security.provider.MD5
 
engineSetCertificateEntry(String, Certificate) - Method in class com.ibm.security12.java.security.KeyStoreSpi
Assigns the given certificate to the given alias.
engineSetCertificateEntry(String, Certificate) - Method in class com.ibm.security12.sun.security.provider.JavaKeyStore
Assigns the given certificate to the given alias.
engineSetKeyEntry(String, byte[], Certificate[]) - Method in class com.ibm.security12.java.security.KeyStoreSpi
Assigns the given key (that has already been protected) to the given alias.
engineSetKeyEntry(String, byte[], Certificate[]) - Method in class com.ibm.security12.sun.security.provider.JavaKeyStore
Assigns the given key (that has already been protected) to the given alias.
engineSetKeyEntry(String, Key, char[], Certificate[]) - Method in class com.ibm.security12.java.security.KeyStoreSpi
Assigns the given key to the given alias, protecting it with the given password.
engineSetKeyEntry(String, Key, char[], Certificate[]) - Method in class com.ibm.security12.sun.security.provider.JavaKeyStore
Assigns the given key to the given alias, protecting it with the given password.
engineSetParameter(AlgorithmParameterSpec) - Method in class com.ibm.security12.java.security.SignatureSpi
Initializes this signature engine with the specified parameter set.
engineSetParameter(String, Object) - Method in class com.ibm.security12.java.security.SignatureSpi
Deprecated. Replaced by engineSetParameter.
engineSetParameter(String, Object) - Method in class com.ibm.security12.sun.security.provider.DSA
Deprecated.  
engineSetSeed(byte[]) - Method in class com.ibm.security12.java.security.SecureRandomSpi
Reseeds this random object.
engineSetSeed(byte[]) - Method in class com.ibm.security12.sun.security.provider.SecureRandom
Reseeds this random object.
engineSign() - Method in class com.ibm.security12.java.security.SignatureSpi
Returns the signature bytes of all the data updated so far.
engineSign() - Method in class com.ibm.security12.sun.security.provider.DSA
Sign all the data thus far updated.
engineSign(byte[], int, int) - Method in class com.ibm.security12.java.security.SignatureSpi
Finishes this signature operation and stores the resulting signature bytes in the provided buffer outbuf, starting at offset.
engineSize() - Method in class com.ibm.security12.java.security.KeyStoreSpi
Retrieves the number of entries in this keystore.
engineSize() - Method in class com.ibm.security12.sun.security.provider.JavaKeyStore
Retrieves the number of entries in this keystore.
engineStore(OutputStream, char[]) - Method in class com.ibm.security12.java.security.KeyStoreSpi
Stores this keystore to the given output stream, and protects its integrity with the given password.
engineStore(OutputStream, char[]) - Method in class com.ibm.security12.sun.security.provider.JavaKeyStore
Stores this keystore to the given output stream, and protects its integrity with the given password.
engineToString() - Method in class com.ibm.security12.java.security.AlgorithmParametersSpi
Returns a formatted string describing the parameters.
engineToString() - Method in class com.ibm.security12.sun.security.provider.DSAParameters
 
engineTranslateKey(Key) - Method in class com.ibm.security12.java.security.KeyFactorySpi
Translates a key object, whose provider may be unknown or potentially untrusted, into a corresponding key object of this key factory.
engineTranslateKey(Key) - Method in class com.ibm.security12.sun.security.provider.DSAKeyFactory
Translates a key object, whose provider may be unknown or potentially untrusted, into a corresponding key object of this key factory.
engineUpdate(byte) - Method in class com.ibm.security12.java.security.MessageDigestSpi
Updates the digest using the specified byte.
engineUpdate(byte) - Method in class com.ibm.security12.java.security.SignatureSpi
Updates the data to be signed or verified using the specified byte.
engineUpdate(byte) - Method in class com.ibm.security12.sun.security.provider.SHA
 
engineUpdate(byte) - Method in class com.ibm.security12.sun.security.provider.DSA
Update a byte to be signed or verified.
engineUpdate(byte) - Method in class com.ibm.security12.sun.security.provider.MD5
Update adds the passed byte to the digested data.
engineUpdate(byte[], int, int) - Method in class com.ibm.security12.java.security.MessageDigestSpi
Updates the digest using the specified array of bytes, starting at the specified offset.
engineUpdate(byte[], int, int) - Method in class com.ibm.security12.java.security.SignatureSpi
Updates the data to be signed or verified, using the specified array of bytes, starting at the specified offset.
engineUpdate(byte[], int, int) - Method in class com.ibm.security12.sun.security.provider.SHA
Update a buffer.
engineUpdate(byte[], int, int) - Method in class com.ibm.security12.sun.security.provider.DSA
Update an array of bytes to be signed or verified.
engineUpdate(byte[], int, int) - Method in class com.ibm.security12.sun.security.provider.MD5
Update adds the selected part of an array of bytes to the digest.
engineVerify(byte[]) - Method in class com.ibm.security12.java.security.SignatureSpi
Verifies the passed-in signature.
engineVerify(byte[]) - Method in class com.ibm.security12.sun.security.provider.DSA
Verify all the data thus far updated.
ensureCapacity(int) - Method in class com.ibm.security12.java.util.Vector
Increases the capacity of this vector, if necessary, to ensure that it can hold at least the number of components specified by the minimum capacity argument.
ensureCapacity(int) - Method in class com.ibm.security12.java.util.ArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
entries() - Method in class com.ibm.security12.java.util.jar.JarFile
 
entries() - Method in class com.ibm.security12.java.util.zip.ZipFile
Returns an enumeration of the ZIP file entries.
entrySet() - Method in class com.ibm.security12.java.security.Provider
Returns an unmodifiable Set view of the property entries contained in this Provider.
entrySet() - Method in class com.ibm.security12.java.util.jar.Attributes
Returns a Collection view of the attribute name-value mappings contained in this Map.
entrySet() - Method in class com.ibm.security12.java.util.AbstractMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class com.ibm.security12.java.util.HashMap
Returns a collection view of the mappings contained in this map.
entrySet() - Method in class com.ibm.security12.java.util.Hashtable
Returns a Set view of the entries contained in this Hashtable.
entrySet() - Method in class com.ibm.security12.java.util.TreeMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in interface com.ibm.security12.java.util.Map
Returns a set view of the mappings contained in this map.
enumeration(Collection) - Static method in class com.ibm.security12.java.util.Collections
Returns an enumeration over the specified collection.
ENVELOPED_DATA_OID - Static variable in class com.ibm.security12.sun.security.pkcs.ContentInfo
 
equals(AlgorithmId) - Method in class com.ibm.security12.sun.security.x509.AlgorithmId
Returns true iff the argument indicates the same algorithm with the same parameters.
equals(BigInt) - Method in class com.ibm.security12.sun.security.util.BigInt
Returns true iff the parameter is numerically equivalent.
equals(boolean[], boolean[]) - Static method in class com.ibm.security12.java.util.Arrays
Returns true if the two specified arrays of equals are equal to one another.
equals(byte[], byte[]) - Static method in class com.ibm.security12.java.util.Arrays
Returns true if the two specified arrays of bytes are equal to one another.
equals(char[], char[]) - Static method in class com.ibm.security12.java.util.Arrays
Returns true if the two specified arrays of chars are equal to one another.
equals(DerValue) - Method in class com.ibm.security12.sun.security.util.DerValue
Bitwise equality comparison.
equals(double[], double[]) - Static method in class com.ibm.security12.java.util.Arrays
Returns true if the two specified arrays of doubles are equal to one another.
equals(float[], float[]) - Static method in class com.ibm.security12.java.util.Arrays
Returns true if the two specified arrays of floats are equal to one another.
equals(int[], int[]) - Static method in class com.ibm.security12.java.util.Arrays
Returns true if the two specified arrays of ints are equal to one another.
equals(long[], long[]) - Static method in class com.ibm.security12.java.util.Arrays
Returns true if the two specified arrays of longs are equal to one another.
equals(Object) - Method in class com.ibm.security12.java.io.FilePermission
Checks two FilePermission objects for equality.
equals(Object) - Method in class com.ibm.security12.java.net.SocketPermission
Checks two SocketPermission objects for equality.
equals(Object) - Method in class com.ibm.security12.java.security.cert.Certificate
Compares this certificate for equality with the specified object.
equals(Object) - Method in class com.ibm.security12.java.security.cert.X509CRLEntry
Compares this CRL entry for equality with the given object.
equals(Object) - Method in class com.ibm.security12.java.security.cert.X509CRL
Compares this CRL for equality with the given object.
equals(Object) - Method in class com.ibm.security12.java.security.Permission
Checks two Permission objects for equality.
equals(Object) - Method in class com.ibm.security12.java.security.BasicPermission
Checks two BasicPermission objects for equality.
equals(Object) - Method in class com.ibm.security12.java.security.Identity
Deprecated. Tests for equality between the specified object and this identity.
equals(Object) - Method in class com.ibm.security12.java.security.AllPermission
Checks two AllPermission objects for equality.
equals(Object) - Method in class com.ibm.security12.java.security.UnresolvedPermission
Checks two UnresolvedPermission objects for equality.
equals(Object) - Method in class com.ibm.security12.java.security.CodeSource
Tests for equality between the specified object and this object.
equals(Object) - Method in class com.ibm.security12.java.security.AccessControlContext
Checks two AccessControlContext objects for equality.
equals(Object) - Method in class com.ibm.security12.java.util.jar.Attributes
Compares the specified Attributes object with this Map for equality.
equals(Object) - Method in class com.ibm.security12.java.util.jar.Attributes.Name
Compares this attribute name to another for equality.
equals(Object) - Method in class com.ibm.security12.java.util.jar.Manifest
Returns true if the specified Object is also a Manifest and has the same main Attributes and entries.
equals(Object) - Method in class com.ibm.security12.java.util.AbstractList
Compares the specified object with this list for equality.
equals(Object) - Method in class com.ibm.security12.java.util.Vector
Compares the specified Object with this Vector for equality.
equals(Object) - Method in class com.ibm.security12.java.util.AbstractSet
Compares the specified object with this set for equality.
equals(Object) - Method in class com.ibm.security12.java.util.PropertyPermission
Checks two PropertyPermission objects for equality.
equals(Object) - Method in class com.ibm.security12.java.util.AbstractMap
Compares the specified object with this map for equality.
equals(Object) - Method in interface com.ibm.security12.java.util.Collection
Compares the specified object with this collection for equality.
equals(Object) - Method in interface com.ibm.security12.java.util.Set
Compares the specified object with this set for equality.
equals(Object) - Method in class com.ibm.security12.java.util.Hashtable
Compares the specified Object with this Map for equality, as per the definition in the Map interface.
equals(Object) - Method in interface com.ibm.security12.java.util.Map
Compares the specified object with this map for equality.
equals(Object) - Method in interface com.ibm.security12.java.util.Map.Entry
Compares the specified object with this entry for equality.
equals(Object) - Method in interface com.ibm.security12.java.util.List
Compares the specified object with this list for equality.
equals(Object) - Method in interface com.ibm.security12.java.util.Comparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in class com.ibm.security12.sun.security.pkcs.EncryptedPrivateKeyInfo
 
equals(Object) - Method in class com.ibm.security12.sun.security.pkcs.PKCS10Attributes
Compares this PKCS10Attributes for equality with the specified object.
equals(Object) - Method in class com.ibm.security12.sun.security.pkcs.PKCS10
Compares this object for equality with the specified object.
equals(Object) - Method in class com.ibm.security12.sun.security.pkcs.PKCS8Key
Compares two private keys.
equals(Object) - Method in class com.ibm.security12.sun.security.provider.PolicyParser.PermissionEntry
 
equals(Object) - Method in class com.ibm.security12.sun.security.util.BitArray
 
equals(Object) - Method in class com.ibm.security12.sun.security.util.ObjectIdentifier
 
equals(Object) - Method in class com.ibm.security12.sun.security.util.BigInt
Returns true iff the parameter is a numerically equivalent BigInt.
equals(Object) - Method in class com.ibm.security12.sun.security.util.DerValue
Returns true iff the other object is a DER value which is bitwise equal to this one.
equals(Object) - Method in class com.ibm.security12.sun.security.x509.X509Key
 
equals(Object) - Method in class com.ibm.security12.sun.security.x509.Extension
Compares this Extension for equality with the specified object.
equals(Object) - Method in class com.ibm.security12.sun.security.x509.AlgorithmId
Compares this AlgorithmID to another.
equals(Object) - Method in class com.ibm.security12.sun.security.x509.CertificateExtensions
Compares this CertificateExtensions for equality with the specified object.
equals(Object) - Method in class com.ibm.security12.sun.security.x509.X500Name
Compares this name with another, for equality.
equals(Object) - Method in class com.ibm.security12.sun.security.x509.X509CertInfo
Compares two X509CertInfo objects.
equals(Object) - Method in class com.ibm.security12.sun.security.x509.CRLExtensions
Compares this CRLExtensions for equality with the specified object.
equals(Object[], Object[]) - Static method in class com.ibm.security12.java.util.Arrays
Returns true if the two specified arrays of Objects are equal to one another.
equals(ObjectIdentifier) - Method in class com.ibm.security12.sun.security.util.ObjectIdentifier
Compares this identifier with another, for equality.
equals(ObjectIdentifier) - Method in class com.ibm.security12.sun.security.x509.AlgorithmId
Compares two algorithm IDs for equality.
equals(short[], short[]) - Static method in class com.ibm.security12.java.util.Arrays
Returns true if the two specified arrays of shorts are equal to one another.
equals(X500Name) - Method in class com.ibm.security12.sun.security.x509.X500Name
Compares this name with another, for equality.
equals(X509CertInfo) - Method in class com.ibm.security12.sun.security.x509.X509CertInfo
Compares two certificates, returning false if any data differs between the two.
err_CONSTRUCTION - Static variable in class com.ibm.security12.sun.security.x509.CertException
Deprecated. Indicates an error constructing a certificate or certificate chain.
err_ENCODING - Static variable in class com.ibm.security12.sun.security.x509.CertException
Deprecated. Indicates a problem with the certificate encoding
err_INVALID_FORMAT - Static variable in class com.ibm.security12.sun.security.x509.CertException
Deprecated. Indicates a problem with the certificate format
err_INVALID_PUBLIC_KEY - Static variable in class com.ibm.security12.sun.security.x509.CertException
Deprecated. Indicates a problem with the public key
err_INVALID_VERSION - Static variable in class com.ibm.security12.sun.security.x509.CertException
Deprecated. Indicates a problem with the certificate version
EXCLUDED_SUBTREES - Static variable in class com.ibm.security12.sun.security.x509.NameConstraintsExtension
 
expand(String) - Static method in class com.ibm.security12.sun.security.util.PropertyExpander
 
EXTENDED_CERTIFICATE_ATTRIBUTES_OID - Static variable in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
 
EXTENDED_CERTIFICATE_ATTRIBUTES_STR - Static variable in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
 
Extension - class com.ibm.security12.sun.security.x509.Extension.
Represent a X509 Extension Attribute.
EXTENSION_REQUEST_OID - Static variable in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
 
EXTENSION_REQUEST_STR - Static variable in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
 
Extension() - Constructor for class com.ibm.security12.sun.security.x509.Extension
Default constructor.
Extension(DerValue) - Constructor for class com.ibm.security12.sun.security.x509.Extension
Constructs an extension from a DER encoded array of bytes.
Extension(Extension) - Constructor for class com.ibm.security12.sun.security.x509.Extension
Constructs an Extension from another extension.
Extension(ObjectIdentifier, boolean, byte[]) - Constructor for class com.ibm.security12.sun.security.x509.Extension
Constructs an Extension from individual components of ObjectIdentifier, criticality and the DER encoded OctetString.
extensionId - Variable in class com.ibm.security12.sun.security.x509.Extension
 
extensions - Variable in class com.ibm.security12.sun.security.x509.X509CertInfo
 
EXTENSIONS - Static variable in class com.ibm.security12.sun.security.x509.X509CertInfo
 
extensionValue - Variable in class com.ibm.security12.sun.security.x509.Extension
 

F

File12 - class com.ibm.security12.java.io.File12.
File12 is an improved version of java.io.File.
File12(String) - Constructor for class com.ibm.security12.java.io.File12
Creates a File12 instance that represents the file whose pathname is the given path argument.
FilePermission - class com.ibm.security12.java.io.FilePermission.
This class represents access to a file or directory.
FilePermission(String, String) - Constructor for class com.ibm.security12.java.io.FilePermission
Creates a new FilePermission object with the specified actions.
fill() - Method in class com.ibm.security12.java.util.zip.InflaterInputStream
Fills input buffer with more data to decompress.
fill(boolean[], boolean) - Static method in class com.ibm.security12.java.util.Arrays
Assigns the specified boolean value to each element of the specified array of booleans.
fill(boolean[], int, int, boolean) - Static method in class com.ibm.security12.java.util.Arrays
Assigns the specified boolean value to each element of the specified range of the specified array of booleans.
fill(byte[], byte) - Static method in class com.ibm.security12.java.util.Arrays
Assigns the specified byte value to each element of the specified array of bytes.
fill(byte[], int, int, byte) - Static method in class com.ibm.security12.java.util.Arrays
Assigns the specified byte value to each element of the specified range of the specified array of bytes.
fill(char[], char) - Static method in class com.ibm.security12.java.util.Arrays
Assigns the specified char value to each element of the specified array of chars.
fill(char[], int, int, char) - Static method in class com.ibm.security12.java.util.Arrays
Assigns the specified char value to each element of the specified range of the specified array of chars.
fill(double[], double) - Static method in class com.ibm.security12.java.util.Arrays
Assigns the specified double value to each element of the specified array of doubles.
fill(double[], int, int, double) - Static method in class com.ibm.security12.java.util.Arrays
Assigns the specified double value to each element of the specified range of the specified array of doubles.
fill(float[], float) - Static method in class com.ibm.security12.java.util.Arrays
Assigns the specified float value to each element of the specified array of floats.
fill(float[], int, int, float) - Static method in class com.ibm.security12.java.util.Arrays
Assigns the specified float value to each element of the specified range of the specified array of floats.
fill(int[], int) - Static method in class com.ibm.security12.java.util.Arrays
Assigns the specified int value to each element of the specified array of ints.
fill(int[], int, int, int) - Static method in class com.ibm.security12.java.util.Arrays
Assigns the specified int value to each element of the specified range of the specified array of ints.
fill(List, Object) - Static method in class com.ibm.security12.java.util.Collections
Replaces all of the elements of the specified list with the specified element.
fill(long[], int, int, long) - Static method in class com.ibm.security12.java.util.Arrays
Assigns the specified long value to each element of the specified range of the specified array of longs.
fill(long[], long) - Static method in class com.ibm.security12.java.util.Arrays
Assigns the specified long value to each element of the specified array of longs.
fill(Object[], int, int, Object) - Static method in class com.ibm.security12.java.util.Arrays
Assigns the specified Object reference to each element of the specified range of the specified array of Objects.
fill(Object[], Object) - Static method in class com.ibm.security12.java.util.Arrays
Assigns the specified Object reference to each element of the specified array of Objects.
fill(short[], int, int, short) - Static method in class com.ibm.security12.java.util.Arrays
Assigns the specified short value to each element of the specified range of the specified array of shorts.
fill(short[], short) - Static method in class com.ibm.security12.java.util.Arrays
Assigns the specified short value to each element of the specified array of shorts.
findClass(String) - Method in class com.ibm.security12.java.lang.ClassLoader12
Finds the specified class.
findClass(String) - Method in class com.ibm.security12.java.net.URLClassLoader
Finds and loads the class with the specified name from the URL search path.
findClass(String) - Method in class com.ibm.security12.sun.applet.AppletClassLoader
 
findResource(String) - Method in class com.ibm.security12.java.lang.ClassLoader12
Finds the resource with the given name.
findResource(String) - Method in class com.ibm.security12.java.net.URLClassLoader
Finds the resource with the specified name on the URL search path.
findResource(String) - Method in class com.ibm.security12.sun.applet.AppletClassLoader
 
findResources(String) - Method in class com.ibm.security12.java.lang.ClassLoader12
Returns an Enumeration of URLs representing all the resources with the given name.
findResources(String) - Method in class com.ibm.security12.java.net.URLClassLoader
Returns an Enumeration of URLs representing all of the resources on the URL search path having the specified name.
findResources(String) - Method in class com.ibm.security12.sun.applet.AppletClassLoader
 
finish() - Method in class com.ibm.security12.java.util.zip.DeflaterOutputStream
Finishes writing compressed data to the output stream without closing the underlying stream.
finish() - Method in class com.ibm.security12.java.util.zip.ZipOutputStream
Finishes writing the contents of the ZIP output stream without closing the underlying stream.
first() - Method in class com.ibm.security12.java.util.TreeSet
Returns the first (lowest) element currently in this sorted set.
first() - Method in interface com.ibm.security12.java.util.SortedSet
Returns the first (lowest) element currently in this sorted set.
firstElement() - Method in class com.ibm.security12.java.util.Vector
Returns the first component (the item at index 0) of this vector.
firstKey() - Method in interface com.ibm.security12.java.util.SortedMap
Returns the first (lowest) key currently in this sorted map.
firstKey() - Method in class com.ibm.security12.java.util.TreeMap
Returns the first (lowest) key currently in this sorted map.
flushClassLoader(URL) - Static method in class com.ibm.security12.sun.applet.AppletPanel
Flush a class loader.
flushClassLoaders() - Static method in class com.ibm.security12.sun.applet.AppletPanel
Flush all class loaders.
fromFile(File) - Static method in class com.ibm.security12.sun.security.provider.IdentityDatabase
Initialize an IdentityDatabase from file.
fromStream(InputStream) - Static method in class com.ibm.security12.sun.security.provider.IdentityDatabase
Initialize an identity database from a stream.

G

g - Variable in class com.ibm.security12.sun.security.provider.DSAParameters
 
GeneralName - class com.ibm.security12.sun.security.x509.GeneralName.
This class implements the ASN.1 GeneralName object class.
GeneralName(DerValue) - Constructor for class com.ibm.security12.sun.security.x509.GeneralName
Create the object from its DER encoded value.
GeneralName(GeneralNameInterface) - Constructor for class com.ibm.security12.sun.security.x509.GeneralName
Default constructor for the class.
GeneralNameInterface - interface com.ibm.security12.sun.security.x509.GeneralNameInterface.
This interface specifies the abstract methods which have to be implemented by all the members of the GeneralNames ASN.1 object.
GeneralNames - class com.ibm.security12.sun.security.x509.GeneralNames.
This object class represents the GeneralNames type required in X509 certificates.
GeneralNames() - Constructor for class com.ibm.security12.sun.security.x509.GeneralNames
The default constructor for this class.
GeneralNames(DerValue) - Constructor for class com.ibm.security12.sun.security.x509.GeneralNames
Create the GeneralNames, decoding from the passed DerValue.
GeneralNamesException - exception com.ibm.security12.sun.security.x509.GeneralNamesException.
Generic General Names Exception.
GeneralNamesException() - Constructor for class com.ibm.security12.sun.security.x509.GeneralNamesException
Constructs a GeneralNamesException with no detail message.
GeneralNamesException(String) - Constructor for class com.ibm.security12.sun.security.x509.GeneralNamesException
Constructs the exception with the specified error message.
GeneralSecurityException - exception com.ibm.security12.java.security.GeneralSecurityException.
This is the general security exception class, which serves to group all the exception classes of the java.security package that extend from it.
GeneralSecurityException() - Constructor for class com.ibm.security12.java.security.GeneralSecurityException
Constructs a GeneralSecurityException with no detail message.
GeneralSecurityException(String) - Constructor for class com.ibm.security12.java.security.GeneralSecurityException
Constructs a GeneralSecurityException with the specified detail message.
GeneralSubtree - class com.ibm.security12.sun.security.x509.GeneralSubtree.
Represent the GeneralSubtree ASN.1 object, whose syntax is: GeneralSubtree ::= SEQUENCE { base GeneralName, minimum [0] BaseDistance DEFAULT 0, maximum [1] BaseDistance OPTIONAL } BaseDistance ::= INTEGER (0..MAX)
GeneralSubtree(DerValue) - Constructor for class com.ibm.security12.sun.security.x509.GeneralSubtree
Create the object from its DER encoded form.
GeneralSubtree(GeneralName, int, int) - Constructor for class com.ibm.security12.sun.security.x509.GeneralSubtree
The default constructor for the class.
GeneralSubtrees - class com.ibm.security12.sun.security.x509.GeneralSubtrees.
Represent the GeneralSubtrees ASN.1 object.
GeneralSubtrees(DerValue) - Constructor for class com.ibm.security12.sun.security.x509.GeneralSubtrees
Create the object from the passed DER encoded form.
GeneralSubtrees(Vector) - Constructor for class com.ibm.security12.sun.security.x509.GeneralSubtrees
The default constructor for the class.
generate(int) - Method in class com.ibm.security12.sun.security.x509.CertAndKeyGen
Generates a random public/private key pair, with a given key size.
generateBlock(PrivateKey, X509Certificate[], boolean) - Method in class com.ibm.security12.sun.security.util.SignatureFile
 
generateCertificate(InputStream) - Method in class com.ibm.security12.java.security.CertificateFactory
Generates a certificate object and initializes it with the data read from the input stream inStream.
generateCertificates(InputStream) - Method in class com.ibm.security12.java.security.CertificateFactory
Returns a (possibly empty) collection view of the certificates read from the given input stream inStream.
generateCRL(InputStream) - Method in class com.ibm.security12.java.security.CertificateFactory
Generates a certificate revocation list (CRL) object and initializes it with the data read from the input stream inStream.
generateCRLs(InputStream) - Method in class com.ibm.security12.java.security.CertificateFactory
Returns a (possibly empty) collection view of the CRLs read from the given input stream inStream.
generateKeyPair() - Method in class com.ibm.security12.java.security.KeyPairGeneratorSpi
Generates a key pair.
generateKeyPair() - Method in class com.ibm.security12.sun.security.provider.DSAKeyPairGenerator
Generates a pair of keys usable by any JavaSecurity compliant DSA implementation.
generateKeyPair(BigInteger, BigInteger, BigInteger, SecureRandom) - Method in class com.ibm.security12.sun.security.provider.DSAKeyPairGenerator
 
generateParameters() - Method in class com.ibm.security12.java.security.AlgorithmParameterGenerator
Generates the parameters.
generatePrivate(KeySpec) - Method in class com.ibm.security12.java.security.KeyFactory
Generates a private key object from the provided key specification (key material).
generatePublic(KeySpec) - Method in class com.ibm.security12.java.security.KeyFactory
Generates a public key object from the provided key specification (key material).
generateSeed(int) - Method in class com.ibm.security12.java.security.SecureRandom
Returns the given number of seed bytes, computed using the seed generation algorithm that this class uses to seed itself.
genKeyPair() - Method in class com.ibm.security12.java.security.KeyPairGenerator
Generates a key pair.
get(int) - Method in class com.ibm.security12.java.util.AbstractList
Returns the element at the specified position in this list.
get(int) - Method in class com.ibm.security12.java.util.Vector
Returns the element at the specified position in this Vector.
get(int) - Method in class com.ibm.security12.java.util.AbstractSequentialList
Returns the element at the specified position in this list.
get(int) - Method in class com.ibm.security12.java.util.Vector12
Returns the element at the specified position in this Vector.
get(int) - Method in class com.ibm.security12.java.util.ArrayList
Returns the element at the specified position in this list.
get(int) - Method in interface com.ibm.security12.java.util.List
Returns the element at the specified position in this list.
get(int) - Method in class com.ibm.security12.java.util.LinkedList
Returns the element at the specified position in this list.
get(int) - Method in class com.ibm.security12.sun.security.util.BitArray
Returns the indexed bit in this BitArray.
get(Object) - Method in class com.ibm.security12.java.util.jar.Attributes
Returns the value of the specified attribute name, or null if the attribute name was not found.
get(Object) - Method in class com.ibm.security12.java.util.AbstractMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.ibm.security12.java.util.HashMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.ibm.security12.java.util.Hashtable
Returns the value to which the specified key is mapped in this hashtable.
get(Object) - Method in class com.ibm.security12.java.util.TreeMap
Returns the value to which this map maps the specified key.
get(Object) - Method in interface com.ibm.security12.java.util.Map
Returns the value to which this map maps the specified key.
get(String) - Method in class com.ibm.security12.sun.security.x509.CertificateIssuerUniqueIdentity
Get the attribute value.
get(String) - Method in class com.ibm.security12.sun.security.x509.BasicConstraintsExtension
Get the attribute value.
get(String) - Method in class com.ibm.security12.sun.security.x509.CertificateVersion
Get the attribute value.
get(String) - Method in class com.ibm.security12.sun.security.x509.KeyUsageExtension
Get the attribute value.
get(String) - Method in class com.ibm.security12.sun.security.x509.CRLReasonCodeExtension
Get the attribute value.
get(String) - Method in class com.ibm.security12.sun.security.x509.CertificateSubjectName
Get the attribute value.
get(String) - Static method in class com.ibm.security12.sun.security.x509.AlgorithmId
Returns one of the algorithm IDs most commonly associated with this algorithm name.
get(String) - Method in class com.ibm.security12.sun.security.x509.CertificateSerialNumber
Get the attribute value.
get(String) - Method in class com.ibm.security12.sun.security.x509.CertificateExtensions
Get the attribute value.
get(String) - Method in class com.ibm.security12.sun.security.x509.PolicyConstraintsExtension
Get the attribute value.
get(String) - Method in class com.ibm.security12.sun.security.x509.CertificateIssuerName
Get the attribute value.
get(String) - Method in class com.ibm.security12.sun.security.x509.NameConstraintsExtension
Get the attribute value.
get(String) - Method in class com.ibm.security12.sun.security.x509.CertificateX509Key
Get the attribute value.
get(String) - Method in class com.ibm.security12.sun.security.x509.X509CertInfo
Get the certificate attribute.
get(String) - Method in class com.ibm.security12.sun.security.x509.NetscapeCertTypeExtension
Get the attribute value.
get(String) - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Return the requested attribute from the certificate.
get(String) - Method in class com.ibm.security12.sun.security.x509.CertificateValidity
Get the attribute value.
get(String) - Method in class com.ibm.security12.sun.security.x509.IssuerAlternativeNameExtension
Get the attribute value.
get(String) - Method in class com.ibm.security12.sun.security.x509.CertificateAlgorithmId
Get the attribute value.
get(String) - Method in class com.ibm.security12.sun.security.x509.CRLNumberExtension
Get the attribute value.
get(String) - Method in class com.ibm.security12.sun.security.x509.CRLExtensions
Get the extension with this alias.
get(String) - Method in class com.ibm.security12.sun.security.x509.AuthorityKeyIdentifierExtension
Get the attribute value.
get(String) - Method in class com.ibm.security12.sun.security.x509.SubjectAlternativeNameExtension
Get the attribute value.
get(String) - Method in class com.ibm.security12.sun.security.x509.PolicyMappingsExtension
Get the attribute value.
get(String) - Method in class com.ibm.security12.sun.security.x509.CertificateSubjectUniqueIdentity
Get the attribute value.
get(String) - Method in class com.ibm.security12.sun.security.x509.PrivateKeyUsageExtension
Get the attribute value.
get(String) - Method in interface com.ibm.security12.sun.security.x509.CertAttrSet
Gets an attribute value for this CertAttrSet.
get(String) - Method in class com.ibm.security12.sun.security.x509.SubjectKeyIdentifierExtension
Get the attribute value.
get(String, boolean) - Method in class com.ibm.security12.sun.security.util.ManifestDigester
 
getActions() - Method in class com.ibm.security12.java.io.FilePermission
Returns the "canonical string representation" of the actions.
getActions() - Method in class com.ibm.security12.java.net.SocketPermission
Returns the canonical string representation of the actions.
getActions() - Method in class com.ibm.security12.java.security.Permission
Returns the actions as a String.
getActions() - Method in class com.ibm.security12.java.security.BasicPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for a BasicPermission.
getActions() - Method in class com.ibm.security12.java.security.AllPermission
Returns the canonical string representation of the actions.
getActions() - Method in class com.ibm.security12.java.security.UnresolvedPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for an UnresolvedPermission.
getActions() - Method in class com.ibm.security12.java.util.PropertyPermission
Returns the "canonical string representation" of the actions.
getAlgorithm() - Method in class com.ibm.security12.java.security.MessageDigest
Returns a string that identifies the algorithm, independent of implementation details.
getAlgorithm() - Method in class com.ibm.security12.java.security.AlgorithmParameters
Returns the name of the algorithm associated with this parameter object.
getAlgorithm() - Method in class com.ibm.security12.java.security.KeyFactory
Returns the name of the algorithm associated with this key factory.
getAlgorithm() - Method in class com.ibm.security12.java.security.Signature
Returns the name of the algorithm for this signature object.
getAlgorithm() - Method in class com.ibm.security12.java.security.KeyPairGenerator
Returns the standard name of the algorithm for this key pair generator.
getAlgorithm() - Method in class com.ibm.security12.java.security.SignedObject
Retrieves the name of the signature algorithm.
getAlgorithm() - Method in class com.ibm.security12.java.security.AlgorithmParameterGenerator
Returns the standard name of the algorithm this parameter generator is associated with.
getAlgorithm() - Method in class com.ibm.security12.sun.security.pkcs.EncryptedPrivateKeyInfo
Returns the encryption algorithm.
getAlgorithm() - Method in class com.ibm.security12.sun.security.pkcs.PKCS8Key
Returns the algorithm to be used with this key.
getAlgorithm() - Method in class com.ibm.security12.sun.security.x509.X509Key
Returns the algorithm to be used with this key.
getAlgorithmId() - Method in class com.ibm.security12.sun.security.pkcs.PKCS8Key
Returns the algorithm ID to be used with this key.
getAlgorithmId() - Method in class com.ibm.security12.sun.security.x509.X509Key
Returns the algorithm ID to be used with this key.
getAlgorithmId() - Method in class com.ibm.security12.sun.security.x509.X500Signer
Returns the algorithm used to sign.
getAlgorithmId(String) - Static method in class com.ibm.security12.sun.security.x509.AlgorithmId
Deprecated. use the short get form of this method.
getAlgorithmProperty(String, String) - Static method in class com.ibm.security12.java.security.Security
Deprecated. This method used to return the value of a proprietary property in the master file of the "SUN" Cryptographic Service Provider in order to determine how to parse algorithm-specific parameters. Use the new provider-based and algorithm-independent AlgorithmParameters and KeyFactory engine classes (introduced in JDK 1.2) instead.
getAllExtensions() - Method in class com.ibm.security12.sun.security.x509.CertificateExtensions
Return a collection view of the extensions.
getAllExtensions() - Method in class com.ibm.security12.sun.security.x509.CRLExtensions
Return a collection view of the extensions.
getAllowUserInteraction() - Method in class com.ibm.security12.sun.net.www.protocol.jar.JarURLConnection
Returns the value of the allowUserInteraction field for this object.
getApplet() - Method in class com.ibm.security12.sun.applet.AppletPanel
 
getApplet(String) - Method in class com.ibm.security12.sun.applet.AppletViewer
Get an applet by name.
getAppletHandlerThread() - Method in class com.ibm.security12.sun.applet.AppletPanel
 
getAppletHeight() - Method in class com.ibm.security12.sun.applet.AppletPanel
 
getApplets() - Method in class com.ibm.security12.sun.applet.AppletViewer
Return an enumeration of all the accessible applets on this page.
getAppletWidth() - Method in class com.ibm.security12.sun.applet.AppletPanel
 
getAsString() - Method in class com.ibm.security12.sun.security.util.DerValue
Returns the name component as a Java string, regardless of its encoding restrictions (ASCII, T61, Printable, etc).
getAttribute(ObjectIdentifier) - Method in class com.ibm.security12.sun.security.pkcs.PKCS9Attributes
Get an attribute from this set.
getAttribute(String) - Method in class com.ibm.security12.sun.security.pkcs.PKCS10Attributes
Get the attribute value.
getAttribute(String) - Method in class com.ibm.security12.sun.security.pkcs.PKCS9Attributes
Get an attribute from this set.
getAttributeId() - Method in class com.ibm.security12.sun.security.pkcs.PKCS10Attribute
Returns the ObjectIdentifier of the attribute.
getAttributes() - Method in class com.ibm.security12.java.net.JarURLConnection
Return the Attributes object for this connection if the URL for it points to a JAR file entry, null otherwise.
getAttributes() - Method in class com.ibm.security12.java.util.jar.JarEntry
Returns the Manifest Attributes for this entry, or null if none.
getAttributes() - Method in class com.ibm.security12.sun.security.pkcs.PKCS10Attributes
Return a Collection of attributes existing within this PKCS10Attributes object.
getAttributes() - Method in class com.ibm.security12.sun.security.pkcs.PKCS10
Returns the additional attributes requested.
getAttributes() - Method in class com.ibm.security12.sun.security.pkcs.PKCS9Attributes
Get an array of all attributes in this set, in order of OID.
getAttributes(String) - Method in class com.ibm.security12.java.util.jar.Manifest
Returns the Attributes for the specified entry name.
getAttributeValue() - Method in class com.ibm.security12.sun.security.pkcs.PKCS10Attribute
Returns the attribute value.
getAttributeValue(ObjectIdentifier) - Method in class com.ibm.security12.sun.security.pkcs.PKCS9Attributes
Get an attribute value by OID.
getAttributeValue(String) - Method in class com.ibm.security12.sun.security.pkcs.PKCS9Attributes
Get an attribute value by type name.
getAudioClip(URL) - Method in class com.ibm.security12.sun.applet.AppletViewer
Get an audio clip.
getAuthenticatedAttributes() - Method in class com.ibm.security12.sun.security.pkcs.SignerInfo
 
getBaseMenuBar() - Method in interface com.ibm.security12.sun.applet.AppletViewerFactory
 
getBaseName() - Method in class com.ibm.security12.sun.security.util.SignatureFile
get base file name
getBasicConstraints() - Method in class com.ibm.security12.java.security.cert.X509Certificate
Gets the certificate constraints path length from the critical BasicConstraints extension, (OID = 2.5.29.19).
getBasicConstraints() - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Get the certificate constraints path length from the the critical BasicConstraints extension, (oid = 2.5.29.19).
getBits() - Method in class com.ibm.security12.sun.security.x509.KeyUsageExtension
 
getBitString() - Method in class com.ibm.security12.sun.security.util.DerValue
Returns an ASN.1 BIT STRING value.
getBitString() - Method in class com.ibm.security12.sun.security.util.DerInputStream
Get a bit string from the input stream.
getBitString(boolean) - Method in class com.ibm.security12.sun.security.util.DerValue
Returns an ASN.1 BIT STRING value, with the tag assumed implicit based on the parameter.
getBoolean() - Method in class com.ibm.security12.sun.security.util.DerValue
Returns an ASN.1 BOOLEAN
GetBooleanAction - class com.ibm.security12.sun.security.action.GetBooleanAction.
A convenience class for retrieving the boolean value of a system property as a privileged action.
GetBooleanAction(String) - Constructor for class com.ibm.security12.sun.security.action.GetBooleanAction
Constructor that takes the name of the system property whose boolean value needs to be determined.
getBootstrapClassPath() - Static method in class com.ibm.security12.sun.misc.Launcher
 
getBytes() - Method in class com.ibm.security12.sun.misc.Resource
Returns the Resource data as an array of bytes.
getBytes(byte[]) - Method in class com.ibm.security12.sun.security.util.DerInputStream
Returns the asked number of bytes from the input stream.
getCertificate(BigInt, X500Name) - Method in class com.ibm.security12.sun.security.pkcs.PKCS7
Returns the X.509 certificate listed in this PKCS7 block which has a matching serial number and Issuer name, or null if one is not found.
getCertificate(PKCS7) - Method in class com.ibm.security12.sun.security.pkcs.SignerInfo
 
getCertificate(String) - Method in class com.ibm.security12.java.security.KeyStore
Returns the certificate associated with the given alias.
getCertificateAlias(Certificate) - Method in class com.ibm.security12.java.security.KeyStore
Returns the (alias) name of the first keystore entry whose certificate matches the given certificate.
getCertificateChain(PKCS7) - Method in class com.ibm.security12.sun.security.pkcs.SignerInfo
 
getCertificateChain(String) - Method in class com.ibm.security12.java.security.KeyStore
Returns the certificate chain associated with the given alias.
getCertificates() - Method in class com.ibm.security12.java.net.JarURLConnection
/** Return the Certificate object for this connection if the URL for it points to a JAR file entry, null otherwise.
getCertificates() - Method in class com.ibm.security12.java.security.CodeSource
Returns the certificates associated with this CodeSource.
getCertificates() - Method in class com.ibm.security12.java.util.jar.JarEntry
Returns the Certificate objects for this entry, or null if none.
getCertificates() - Method in class com.ibm.security12.sun.misc.Resource
Returns theCertificates for the Resource, or null if none.
getCertificates() - Method in class com.ibm.security12.sun.security.pkcs.PKCS7
Returns the X.509 certificates listed in this PKCS7 block.
getCertificateSerialNumber() - Method in class com.ibm.security12.sun.security.pkcs.SignerInfo
 
getCertRequest(X500Name) - Method in class com.ibm.security12.sun.security.x509.CertAndKeyGen
Returns a PKCS #10 certificate request.
getClass(ObjectIdentifier) - Static method in class com.ibm.security12.sun.security.x509.OIDMap
Return the java class object associated with the object identifier..
getClass(String) - Static method in class com.ibm.security12.sun.security.x509.OIDMap
Return the java class object associated with the user friendly name.
getClassLoader() - Method in class com.ibm.security12.sun.misc.Launcher
 
getCode() - Method in class com.ibm.security12.sun.applet.AppletPanel
 
getCodeSource() - Method in class com.ibm.security12.java.security.ProtectionDomain
Returns the CodeSource of this domain.
getCodeSourceURL() - Method in class com.ibm.security12.sun.misc.Resource
Returns the CodeSource URL for the Resource.
getComment() - Method in class com.ibm.security12.java.util.zip.ZipEntry
Returns the comment string for the entry, or null if none.
getCommonName() - Method in class com.ibm.security12.sun.security.x509.X500Name
Returns a "Common Name" component.
getCompressedSize() - Method in class com.ibm.security12.java.util.zip.ZipEntry
Returns the size of the compressed entry data, or -1 if not known.
getContent() - Method in class com.ibm.security12.sun.net.www.protocol.jar.JarURLConnection
 
getContent() - Method in class com.ibm.security12.sun.security.pkcs.ContentInfo
 
getContentBytes() - Method in class com.ibm.security12.sun.security.pkcs.ContentInfo
Returns a byte array representation of the data held in the content field.
getContentInfo() - Method in class com.ibm.security12.sun.security.pkcs.PKCS7
Returns the content information specified in this PKCS7 block.
getContentLength() - Method in class com.ibm.security12.sun.misc.Resource
Returns the length of the Resource data, or -1 if unknown.
getContentLength() - Method in class com.ibm.security12.sun.net.www.protocol.jar.JarURLConnection
 
getContents() - Method in class com.ibm.security12.sun.applet.resources.MsgAppletViewer
 
getContentType() - Method in class com.ibm.security12.sun.net.www.protocol.jar.JarURLConnection
 
getContext() - Static method in class com.ibm.security12.java.security.AccessController
This method takes a "snapshot" of the current calling context, which includes the current Thread's inherited AccessControlContext, and places it in an AccessControlContext object.
getContextClassLoader(Thread) - Static method in class com.ibm.security12.sun.applet.AppletNative
 
getCountry() - Method in class com.ibm.security12.sun.security.x509.X500Name
Returns a "Country" name component.
getCrc() - Method in class com.ibm.security12.java.util.zip.ZipEntry
Returns the CRC-32 checksum of the uncompressed entry data, or -1 if not known.
getCreationDate(String) - Method in class com.ibm.security12.java.security.KeyStore
Returns the creation date of the entry identified by the given alias.
getCriticalExtensionOIDs() - Method in interface com.ibm.security12.java.security.cert.X509Extension
Gets a Set of the OID strings for the extension(s) marked CRITICAL in the certificate/CRL managed by the object implementing this interface.
getCriticalExtensionOIDs() - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Gets a Set of the extension(s) marked CRITICAL in the certificate.
getCriticalExtensionOIDs() - Method in class com.ibm.security12.sun.security.x509.X509CRLEntryImpl
Gets a Set of the extension(s) marked CRITICAL in this X509CRLEntry.
getCriticalExtensionOIDs() - Method in class com.ibm.security12.sun.security.x509.X509CRLImpl
Gets a Set of the extension(s) marked CRITICAL in the CRL.
getCRLs() - Method in class com.ibm.security12.sun.security.pkcs.PKCS7
Returns the X.509 crls listed in this PKCS7 block.
getCrtCoefficient() - Method in interface com.ibm.security12.java.security.interfaces.RSAPrivateCrtKey
Returns the crtCoefficient.
getCrtCoefficient() - Method in class com.ibm.security12.java.security.spec.RSAPrivateCrtKeySpec
Returns the crtCoefficient.
getData() - Method in class com.ibm.security12.sun.security.pkcs.ContentInfo
 
getDefaultType() - Static method in class com.ibm.security12.java.security.KeyStore
Returns the default keystore type as specified in the Java security properties file, or the string "jks" (acronym for "Java keystore") if no such property exists.
getDefaultUseCaches() - Method in class com.ibm.security12.sun.net.www.protocol.jar.JarURLConnection
Returns the default value of a URLConnection's useCaches flag.
getDerEncoding() - Method in class com.ibm.security12.sun.security.pkcs.PKCS9Attributes
Return the DER encoding of this attribute set, tagged with DerValue.tag_SetOf.
getDerValue() - Method in class com.ibm.security12.sun.security.util.DerInputStream
Get a single DER-encoded value from the input stream.
getDigestAlgorithmId() - Method in class com.ibm.security12.sun.security.pkcs.SignerInfo
 
getDigestAlgorithmIds() - Method in class com.ibm.security12.sun.security.pkcs.PKCS7
Returns the message digest algorithms specified in this PKCS7 block.
getDigestEncryptionAlgorithmId() - Method in class com.ibm.security12.sun.security.pkcs.SignerInfo
 
getDigestLength() - Method in class com.ibm.security12.java.security.MessageDigest
Returns the length of the digest in bytes, or 0 if this operation is not supported by the provider and the implementation is not cloneable.
getElements() - Method in class com.ibm.security12.sun.security.pkcs.PKCS10Attributes
Return an enumeration of names of attributes existing within this attribute.
getElements() - Method in class com.ibm.security12.sun.security.x509.CertificateIssuerUniqueIdentity
Return an enumeration of names of attributes existing within this attribute.
getElements() - Method in class com.ibm.security12.sun.security.x509.BasicConstraintsExtension
Return an enumeration of names of attributes existing within this attribute.
getElements() - Method in class com.ibm.security12.sun.security.x509.CertificateVersion
Return an enumeration of names of attributes existing within this attribute.
getElements() - Method in class com.ibm.security12.sun.security.x509.KeyUsageExtension
Return an enumeration of names of attributes existing within this attribute.
getElements() - Method in class com.ibm.security12.sun.security.x509.CRLReasonCodeExtension
Return an enumeration of names of attributes existing within this attribute.
getElements() - Method in class com.ibm.security12.sun.security.x509.CertificateSubjectName
Return an enumeration of names of attributes existing within this attribute.
getElements() - Method in class com.ibm.security12.sun.security.x509.CertificateSerialNumber
Return an enumeration of names of attributes existing within this attribute.
getElements() - Method in class com.ibm.security12.sun.security.x509.CertificateExtensions
Return an enumeration of names of attributes existing within this attribute.
getElements() - Method in class com.ibm.security12.sun.security.x509.PolicyConstraintsExtension
Return an enumeration of names of attributes existing within this attribute.
getElements() - Method in class com.ibm.security12.sun.security.x509.CertificateIssuerName
Return an enumeration of names of attributes existing within this attribute.
getElements() - Method in class com.ibm.security12.sun.security.x509.NameConstraintsExtension
Return an enumeration of names of attributes existing within this attribute.
getElements() - Method in class com.ibm.security12.sun.security.x509.CertificateX509Key
Return an enumeration of names of attributes existing within this attribute.
getElements() - Method in class com.ibm.security12.sun.security.x509.X509CertInfo
Return an enumeration of names of attributes existing within this attribute.
getElements() - Method in class com.ibm.security12.sun.security.x509.NetscapeCertTypeExtension
Return an enumeration of names of attributes existing within this attribute.
getElements() - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Return an enumeration of names of attributes existing within this attribute.
getElements() - Method in class com.ibm.security12.sun.security.x509.CertificateValidity
Return an enumeration of names of attributes existing within this attribute.
getElements() - Method in class com.ibm.security12.sun.security.x509.IssuerAlternativeNameExtension
Return an enumeration of names of attributes existing within this attribute.
getElements() - Method in class com.ibm.security12.sun.security.x509.CertificateAlgorithmId
Return an enumeration of names of attributes existing within this attribute.
getElements() - Method in class com.ibm.security12.sun.security.x509.CRLNumberExtension
Return an enumeration of names of attributes existing within this attribute.
getElements() - Method in class com.ibm.security12.sun.security.x509.CRLExtensions
Return an enumeration of the extensions.
getElements() - Method in class com.ibm.security12.sun.security.x509.AuthorityKeyIdentifierExtension
Return an enumeration of names of attributes existing within this attribute.
getElements() - Method in class com.ibm.security12.sun.security.x509.SubjectAlternativeNameExtension
Return an enumeration of names of attributes existing within this attribute.
getElements() - Method in class com.ibm.security12.sun.security.x509.PolicyMappingsExtension
Return an enumeration of names of attributes existing within this attribute.
getElements() - Method in class com.ibm.security12.sun.security.x509.CertificateSubjectUniqueIdentity
Return an enumeration of names of attributes existing within this attribute.
getElements() - Method in class com.ibm.security12.sun.security.x509.PrivateKeyUsageExtension
Return an enumeration of names of attributes existing within this attribute.
getElements() - Method in interface com.ibm.security12.sun.security.x509.CertAttrSet
Returns an enumeration of the names of the attributes existing within this attribute.
getElements() - Method in class com.ibm.security12.sun.security.x509.SubjectKeyIdentifierExtension
Return an enumeration of names of attributes existing within this attribute.
getEncoded() - Method in class com.ibm.security12.java.security.cert.Certificate
Returns the encoded form of this certificate.
getEncoded() - Method in class com.ibm.security12.java.security.cert.X509CRLEntry
Returns the ASN.1 DER-encoded form of this CRL Entry, that is the inner SEQUENCE.
getEncoded() - Method in class com.ibm.security12.java.security.cert.X509CRL
Returns the ASN.1 DER-encoded form of this CRL.
getEncoded() - Method in class com.ibm.security12.java.security.spec.EncodedKeySpec
Returns the encoded key.
getEncoded() - Method in class com.ibm.security12.java.security.spec.PKCS8EncodedKeySpec
Returns the key bytes, encoded according to the PKCS #8 standard.
getEncoded() - Method in class com.ibm.security12.java.security.spec.X509EncodedKeySpec
Returns the key bytes, encoded according to the X.509 standard.
getEncoded() - Method in class com.ibm.security12.java.security.AlgorithmParameters
Returns the parameters in their primary encoding format.
getEncoded() - Method in class com.ibm.security12.sun.security.pkcs.EncryptedPrivateKeyInfo
Returns the ASN.1 encoding of this class.
getEncoded() - Method in class com.ibm.security12.sun.security.pkcs.PKCS10
Returns the encoded and signed certificate request as a DER-encoded byte array.
getEncoded() - Method in class com.ibm.security12.sun.security.pkcs.PKCS8Key
Returns the DER-encoded form of the key as a byte array.
getEncoded() - Method in class com.ibm.security12.sun.security.x509.X509Key
Returns the DER-encoded form of the key as a byte array.
getEncoded() - Method in class com.ibm.security12.sun.security.x509.X500Name
Gets the name in DER-encoded form.
getEncoded() - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Returns the encoded form of this certificate.
getEncoded() - Method in class com.ibm.security12.sun.security.x509.X509CRLEntryImpl
Returns the ASN.1 DER-encoded form of this CRL Entry, which corresponds to the inner SEQUENCE.
getEncoded() - Method in class com.ibm.security12.sun.security.x509.X509CRLImpl
Returns the ASN.1 DER encoded form of this CRL.
getEncoded(String) - Method in class com.ibm.security12.java.security.AlgorithmParameters
Returns the parameters encoded in the specified scheme.
getEncodedInfo() - Method in class com.ibm.security12.sun.security.x509.X509CertInfo
Returns the encoded certificate info.
getEncodedParams() - Method in class com.ibm.security12.sun.security.x509.AlgorithmId
Returns the DER encoded parameter, which can then be used to initialize com.ibm.security12.java.security.AlgorithmParamters.
getEncryptedData() - Method in class com.ibm.security12.sun.security.pkcs.EncryptedPrivateKeyInfo
Returns the encrypted data.
getEncryptedDigest() - Method in class com.ibm.security12.sun.security.pkcs.SignerInfo
 
getEntries() - Method in class com.ibm.security12.java.util.jar.Manifest
Returns a Map of the entries contained in this Manifest.
getEntry() - Method in class com.ibm.security12.sun.security.util.ManifestEntryVerifier
get the JarEntry for this object
getEntry(String) - Method in class com.ibm.security12.java.util.jar.JarFile
 
getEntry(String) - Method in class com.ibm.security12.java.util.zip.ZipFile
Returns the zip file entry for the specified name, or null if not found.
getEntryName() - Method in class com.ibm.security12.java.net.JarURLConnection
Return the entry name for this connection.
getEnumerated() - Method in class com.ibm.security12.sun.security.util.DerValue
Returns an ASN.1 ENUMERATED value.
getEnumerated() - Method in class com.ibm.security12.sun.security.util.DerInputStream
Get an enumerated from the input stream.
getException() - Method in class com.ibm.security12.java.security.PrivilegedActionException
Returns the exception thrown by the privileged computation that resulted in this PrivilegedActionException.
getExtensionId() - Method in class com.ibm.security12.sun.security.x509.Extension
Returns the ObjectIdentifier of the extension.
getExtensionValue() - Method in class com.ibm.security12.sun.security.x509.Extension
Returns the extension value as an byte array for further processing.
getExtensionValue(String) - Method in interface com.ibm.security12.java.security.cert.X509Extension
Gets the DER-encoded OCTET string for the extension value (extnValue) identified by the passed-in oid String.
getExtensionValue(String) - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Gets the DER encoded extension identified by the given oid String.
getExtensionValue(String) - Method in class com.ibm.security12.sun.security.x509.X509CRLEntryImpl
Gets the DER encoded OCTET string for the extension value (extnValue) identified by the passed in oid String.
getExtensionValue(String) - Method in class com.ibm.security12.sun.security.x509.X509CRLImpl
Gets the DER encoded OCTET string for the extension value (extnValue) identified by the passed in oid String.
getExtra() - Method in class com.ibm.security12.java.util.zip.ZipEntry
Returns the extra field data for the entry, or null if none.
getFirst() - Method in class com.ibm.security12.java.util.LinkedList
Returns the first element in this list.
getFormat() - Method in class com.ibm.security12.java.security.spec.EncodedKeySpec
Returns the name of the encoding format associated with this key specification.
getFormat() - Method in class com.ibm.security12.java.security.spec.PKCS8EncodedKeySpec
Returns the name of the encoding format associated with this key specification.
getFormat() - Method in class com.ibm.security12.java.security.spec.X509EncodedKeySpec
Returns the name of the encoding format associated with this key specification.
getFormat() - Method in class com.ibm.security12.sun.security.pkcs.PKCS8Key
Returns the format for this key: "PKCS#8"
getFormat() - Method in class com.ibm.security12.sun.security.x509.X509Key
Returns the format for this key: "X.509"
getG() - Method in class com.ibm.security12.java.security.spec.DSAPublicKeySpec
Returns the base g.
getG() - Method in class com.ibm.security12.java.security.spec.DSAPrivateKeySpec
Returns the base g.
getG() - Method in class com.ibm.security12.java.security.spec.DSAParameterSpec
Returns the base g.
getG() - Method in class com.ibm.security12.sun.security.x509.AlgIdDSA
Returns the DSS/DSA parameter "G"
getGeneralizedTime() - Method in class com.ibm.security12.sun.security.util.DerInputStream
Get a Generalized encoded time value from the input stream.
getHeaderField(String) - Method in class com.ibm.security12.sun.net.www.protocol.jar.JarURLConnection
 
getHeight() - Method in class com.ibm.security12.sun.applet.AppletPanel
 
getIA5String() - Method in class com.ibm.security12.sun.security.util.DerValue
Returns an ASN.1 IA5 (ASCII) STRING value
getId() - Method in class com.ibm.security12.sun.security.x509.UniqueIdentity
Return the unique id.
getIdentifier() - Method in class com.ibm.security12.sun.security.x509.CertificatePolicyId
Return the value of the CertificatePolicyId as an ObjectIdentifier.
getIdentifier() - Method in class com.ibm.security12.sun.security.x509.KeyIdentifier
Return the value of the KeyIdentifier as byte array.
getIdentity(Principal) - Method in class com.ibm.security12.java.security.IdentityScope
Deprecated. Retrieves the identity whose name is the same as that of the specified principal.
getIdentity(PublicKey) - Method in class com.ibm.security12.java.security.IdentityScope
Deprecated. Retrieves the identity with the specified public key.
getIdentity(PublicKey) - Method in class com.ibm.security12.sun.security.provider.IdentityDatabase
Get an identity by key.
getIdentity(String) - Method in class com.ibm.security12.java.security.IdentityScope
Deprecated. Returns the identity in this scope with the specified name (if any).
getIdentity(String) - Method in class com.ibm.security12.sun.security.provider.IdentityDatabase
 
getImage(URL) - Method in class com.ibm.security12.sun.applet.AppletViewer
Get an image.
getImplementationTitle() - Method in class com.ibm.security12.java.lang.Package
Return the title of this package.
getImplementationVendor() - Method in class com.ibm.security12.java.lang.Package
Returns the name of the organization, vendor or company that provided this implementation.
getImplementationVersion() - Method in class com.ibm.security12.java.lang.Package
Return the version of this implementation.
getInfo() - Method in class com.ibm.security12.java.security.Identity
Deprecated. Returns general information previously specified for this identity.
getInfo() - Method in class com.ibm.security12.java.security.Provider
Returns a human-readable description of the provider and its services.
getInputStream() - Method in class com.ibm.security12.sun.misc.Resource
Returns an InputStream for reading the Resource data.
getInputStream() - Method in class com.ibm.security12.sun.net.www.protocol.jar.JarURLConnection
 
getInputStream(ZipEntry) - Method in class com.ibm.security12.java.util.jar.JarFile
Returns an input stream for reading the contents of the specified ZIP file entry.
getInputStream(ZipEntry) - Method in class com.ibm.security12.java.util.zip.ZipFile
Returns an input stream for reading the contents of the specified zip file entry.
getInstance(String) - Static method in class com.ibm.security12.java.security.CertificateFactory
Generates a certificate factory object that implements the specified certificate type.
getInstance(String) - Static method in class com.ibm.security12.java.security.MessageDigest
Generates a MessageDigest object that implements the specified digest algorithm.
getInstance(String) - Static method in class com.ibm.security12.java.security.AlgorithmParameters
Generates a parameter object for the specified algorithm.
getInstance(String) - Static method in class com.ibm.security12.java.security.KeyFactory
Generates a KeyFactory object that implements the specified digest algorithm.
getInstance(String) - Static method in class com.ibm.security12.java.security.Signature
Generates a Signature object that implements the specified digest algorithm.
getInstance(String) - Static method in class com.ibm.security12.java.security.SecureRandom
Generates a SecureRandom object that implements the specified Pseudo Random Number Generator (PRNG) algorithm.
getInstance(String) - Static method in class com.ibm.security12.java.security.KeyPairGenerator
Generates a KeyPairGenerator object that implements the specified digest algorithm.
getInstance(String) - Static method in class com.ibm.security12.java.security.AlgorithmParameterGenerator
Generates an AlgorithmParameterGenerator object that implements the specified digest algorithm.
getInstance(String) - Static method in class com.ibm.security12.java.security.KeyStore
Generates a keystore object of the given type.
getInstance(String) - Static method in class com.ibm.security12.sun.security.util.Debug
Get a Debug object corresponding to whether or not the given option is set.
getInstance(String, String) - Static method in class com.ibm.security12.java.security.CertificateFactory
Generates a certificate factory object for the specified certificate type from the specified provider.
getInstance(String, String) - Static method in class com.ibm.security12.java.security.MessageDigest
Generates a MessageDigest object implementing the specified algorithm, as supplied from the specified provider, if such an algorithm is available from the provider.
getInstance(String, String) - Static method in class com.ibm.security12.java.security.AlgorithmParameters
Generates a parameter object for the specified algorithm, as supplied by the specified provider, if such an algorithm is available from the provider.
getInstance(String, String) - Static method in class com.ibm.security12.java.security.KeyFactory
Generates a KeyFactory object for the specified algorithm from the specified provider.
getInstance(String, String) - Static method in class com.ibm.security12.java.security.Signature
Generates a Signature object implementing the specified algorithm, as supplied from the specified provider, if such an algorithm is available from the provider.
getInstance(String, String) - Static method in class com.ibm.security12.java.security.SecureRandom
Generates a SecureRandom object for the specified PRNG algorithm, as supplied from the specified provider, if such a PRNG implementation is available from the provider.
getInstance(String, String) - Static method in class com.ibm.security12.java.security.KeyPairGenerator
Generates a KeyPairGenerator object implementing the specified algorithm, as supplied from the specified provider, if such an algorithm is available from the provider.
getInstance(String, String) - Static method in class com.ibm.security12.java.security.AlgorithmParameterGenerator
Generates an AlgorithmParameterGenerator object for the requested algorithm, as supplied from the specified provider, if such a parameter generator is available from the provider.
getInstance(String, String) - Static method in class com.ibm.security12.java.security.KeyStore
Generates a keystore object for the specified keystore type from the specified provider.
getInstance(String, String) - Static method in class com.ibm.security12.sun.security.util.Debug
Get a Debug object corresponding to whether or not the given option is set.
getInteger() - Method in class com.ibm.security12.sun.security.util.DerValue
Returns an ASN.1 unsigned INTEGER value.
getInteger() - Method in class com.ibm.security12.sun.security.util.DerInputStream
Get an (unsigned) integer from the input stream.
getInteger(boolean) - Method in class com.ibm.security12.sun.security.util.DerValue
Returns an ASN.1 unsigned INTEGER value, the parameter determining if the tag is implicit.
GetIntegerAction - class com.ibm.security12.sun.security.action.GetIntegerAction.
A convenience class for retrieving the integer value of a system property as a privileged action.
GetIntegerAction(String) - Constructor for class com.ibm.security12.sun.security.action.GetIntegerAction
Constructor that takes the name of the system property whose integer value needs to be determined.
GetIntegerAction(String, int) - Constructor for class com.ibm.security12.sun.security.action.GetIntegerAction
Constructor that takes the name of the system property and the default value of that property.
getIssuerDN() - Method in class com.ibm.security12.java.security.cert.X509Certificate
Gets the issuer (issuer distinguished name) value from the certificate.
getIssuerDN() - Method in class com.ibm.security12.java.security.cert.X509CRL
Gets the issuer (issuer distinguished name) value from the CRL.
getIssuerDN() - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Gets the issuer distinguished name from the certificate.
getIssuerDN() - Method in class com.ibm.security12.sun.security.x509.X509CRLImpl
Gets the issuer distinguished name from this CRL.
getIssuerIdentifier() - Method in class com.ibm.security12.sun.security.x509.CertificatePolicyMap
Return the issuer CA part of the policy map.
getIssuerName() - Method in class com.ibm.security12.sun.security.pkcs.SignerInfo
 
getIssuerUniqueID() - Method in class com.ibm.security12.java.security.cert.X509Certificate
Gets the issuerUniqueID value from the certificate.
getIssuerUniqueID() - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Gets the Issuer Unique Identity from the certificate.
getJarEntry() - Method in class com.ibm.security12.java.net.JarURLConnection
Return the JAR entry object for this connection, if any.
getJarEntry() - Method in class com.ibm.security12.sun.net.www.protocol.jar.JarURLConnection
 
getJarEntry(String) - Method in class com.ibm.security12.java.util.jar.JarFile
Returns the JarEntry for the given entry name or null if not found.
getJarFile() - Method in class com.ibm.security12.java.net.JarURLConnection
Return the JAR file for this connection.
getJarFile() - Method in class com.ibm.security12.sun.net.www.protocol.jar.JarURLConnection
 
getJarFiles() - Method in class com.ibm.security12.sun.applet.AppletPanel
 
getJarFileURL() - Method in class com.ibm.security12.java.net.JarURLConnection
Returns the URL for the Jar file for this connection.
getKey() - Method in interface com.ibm.security12.java.util.Map.Entry
Returns the key corresponding to this entry.
getKey(String, char[]) - Method in class com.ibm.security12.java.security.KeyStore
Returns the key associated with the given alias, using the given password to recover it.
getKeySpec(Key, Class) - Method in class com.ibm.security12.java.security.KeyFactory
Returns a specification (key material) of the given key object.
getKeyStoreType() - Method in class com.ibm.security12.sun.security.provider.PolicyParser
 
getKeyStoreUrl() - Method in class com.ibm.security12.sun.security.provider.PolicyParser
Returns the (possibly expanded) keystore location, or null if the expansion fails.
getKeyUsage() - Method in class com.ibm.security12.java.security.cert.X509Certificate
Gets a boolean array representing bits of the KeyUsage extension, (OID = 2.5.29.15).
getKeyUsage() - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Get a boolean array representing the bits of the KeyUsage extension, (oid = 2.5.29.15).
getKeyUsageMappedBits() - Method in class com.ibm.security12.sun.security.x509.NetscapeCertTypeExtension
Get a boolean array representing the bits of this extension, as it maps to the KeyUsage extension.
getLast() - Method in class com.ibm.security12.java.util.LinkedList
Returns the last element in this list.
getLauncher() - Static method in class com.ibm.security12.sun.misc.Launcher
 
getLocality() - Method in class com.ibm.security12.sun.security.x509.X500Name
Returns a "Locality" name component.
getLocation() - Method in class com.ibm.security12.java.security.CodeSource
Returns the location associated with this CodeSource.
GetLongAction - class com.ibm.security12.sun.security.action.GetLongAction.
A convenience class for retrieving the Long value of a system property as a privileged action.
GetLongAction(String) - Constructor for class com.ibm.security12.sun.security.action.GetLongAction
Constructor that takes the name of the system property whose Long value needs to be determined.
GetLongAction(String, long) - Constructor for class com.ibm.security12.sun.security.action.GetLongAction
Constructor that takes the name of the system property and the default value of that property.
getMainAttributes() - Method in class com.ibm.security12.java.net.JarURLConnection
Returns the main Attributes for the JAR file for this connection.
getMainAttributes() - Method in class com.ibm.security12.java.util.jar.Manifest
Returns the main Attributes for the Manifest.
getManifest() - Method in class com.ibm.security12.java.net.JarURLConnection
Returns the Manifest for this connection, or null if none.
getManifest() - Method in class com.ibm.security12.java.util.jar.JarInputStream
Returns the Manifest for this JAR file, or null if none.
getManifest() - Method in class com.ibm.security12.java.util.jar.JarFile
Returns the JAR file manifest, or null if none.
getManifest() - Method in class com.ibm.security12.sun.misc.Resource
Returns the Manifest for the Resource, or null if none.
getManifestEntry() - Method in class com.ibm.security12.java.util.jar.JarFile
Returns the JarEntry for the manifest, or null if none.
getMessage() - Method in class com.ibm.security12.sun.security.x509.CertException
Deprecated. Returns a string describing the certificate exception.
getMessageDigest() - Method in class com.ibm.security12.java.security.DigestOutputStream
Returns the message digest associated with this stream.
getMessageDigest() - Method in class com.ibm.security12.java.security.DigestInputStream
Returns the message digest associated with this stream.
getMetaName() - Method in class com.ibm.security12.sun.security.util.SignatureFile
get .SF file name
getMetaName() - Method in class com.ibm.security12.sun.security.util.SignatureFile.Block
 
getMethod() - Method in class com.ibm.security12.java.util.zip.ZipEntry
Returns the compression method of the entry, or -1 if not specified.
getMinimumSize() - Method in class com.ibm.security12.sun.applet.AppletPanel
 
getModulus() - Method in interface com.ibm.security12.java.security.interfaces.RSAPrivateKey
Returns the modulus.
getModulus() - Method in interface com.ibm.security12.java.security.interfaces.RSAPublicKey
Returns the modulus.
getModulus() - Method in class com.ibm.security12.java.security.spec.RSAPrivateKeySpec
Returns the modulus.
getModulus() - Method in class com.ibm.security12.java.security.spec.RSAPublicKeySpec
Returns the modulus.
getMoreData() - Method in class com.ibm.security12.sun.security.x509.CertException
Deprecated. Returns a string describing the context in which the exception was reported.
getName() - Method in class com.ibm.security12.java.lang.Package
Return the name of this package.
getName() - Method in class com.ibm.security12.java.security.Permission
Returns the name of this Permission.
getName() - Method in class com.ibm.security12.java.security.Identity
Deprecated. Returns this identity's name.
getName() - Method in class com.ibm.security12.java.security.Provider
Returns the name of this provider.
getName() - Method in class com.ibm.security12.java.util.zip.ZipFile
Returns the path name of the ZIP file.
getName() - Method in class com.ibm.security12.java.util.zip.ZipEntry
Returns the name of the entry.
getName() - Method in class com.ibm.security12.sun.misc.Resource
Returns the name of the Resource.
getName() - Method in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
Return the name of this attribute.
getName() - Method in class com.ibm.security12.sun.security.x509.CertificateIssuerUniqueIdentity
Return the name of this attribute.
getName() - Method in class com.ibm.security12.sun.security.x509.BasicConstraintsExtension
Return the name of this attribute.
getName() - Method in class com.ibm.security12.sun.security.x509.CertificateVersion
Return the name of this attribute.
getName() - Method in class com.ibm.security12.sun.security.x509.KeyUsageExtension
Return the name of this attribute.
getName() - Method in class com.ibm.security12.sun.security.x509.CRLReasonCodeExtension
Return the name of this attribute.
getName() - Method in class com.ibm.security12.sun.security.x509.CertificateSubjectName
Return the name of this attribute.
getName() - Method in class com.ibm.security12.sun.security.x509.AlgorithmId
Returns a name for the algorithm which may be more intelligible to humans than the algorithm's OID, but which won't necessarily be comprehensible on other systems.
getName() - Method in class com.ibm.security12.sun.security.x509.CertificateSerialNumber
Return the name of this attribute.
getName() - Method in class com.ibm.security12.sun.security.x509.CertificateExtensions
Return the name of this attribute.
getName() - Method in class com.ibm.security12.sun.security.x509.PolicyConstraintsExtension
Return the name of this attribute.
getName() - Method in class com.ibm.security12.sun.security.x509.X500Name
Returns the value of toString().
getName() - Method in class com.ibm.security12.sun.security.x509.CertificateIssuerName
Return the name of this attribute.
getName() - Method in class com.ibm.security12.sun.security.x509.NameConstraintsExtension
Return the name of this attribute.
getName() - Method in class com.ibm.security12.sun.security.x509.AlgIdDSA
Returns "DSA", indicating the Digital Signature Algorithm (DSA) as defined by the Digital Signature Standard (DSS), FIPS 186.
getName() - Method in class com.ibm.security12.sun.security.x509.CertificateX509Key
Return the name of this attribute.
getName() - Method in class com.ibm.security12.sun.security.x509.X509CertInfo
Return the name of this attribute.
getName() - Method in class com.ibm.security12.sun.security.x509.NetscapeCertTypeExtension
Return the name of this attribute.
getName() - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Return the name of this attribute.
getName() - Method in class com.ibm.security12.sun.security.x509.CertificateValidity
Return the name of this attribute.
getName() - Method in class com.ibm.security12.sun.security.x509.IssuerAlternativeNameExtension
Return the name of this attribute.
getName() - Method in class com.ibm.security12.sun.security.x509.CertificateAlgorithmId
Return the name of this attribute.
getName() - Method in class com.ibm.security12.sun.security.x509.CRLNumberExtension
Return the name of this attribute.
getName() - Method in class com.ibm.security12.sun.security.x509.AuthorityKeyIdentifierExtension
Return the name of this attribute.
getName() - Method in class com.ibm.security12.sun.security.x509.SubjectAlternativeNameExtension
Return the name of this attribute.
getName() - Method in class com.ibm.security12.sun.security.x509.PolicyMappingsExtension
Return the name of this attribute.
getName() - Method in class com.ibm.security12.sun.security.x509.CertificateSubjectUniqueIdentity
Return the name of this attribute.
getName() - Method in class com.ibm.security12.sun.security.x509.PrivateKeyUsageExtension
Return the name of this attribute.
getName() - Method in interface com.ibm.security12.sun.security.x509.CertAttrSet
Returns the name (identifier) of this CertAttrSet.
getName() - Method in class com.ibm.security12.sun.security.x509.SubjectKeyIdentifierExtension
Return the name of this attribute.
getName(ObjectIdentifier) - Static method in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
Return the attribute name for a given OID or null if we don't recognize the oid.
getName(ObjectIdentifier) - Static method in class com.ibm.security12.sun.security.x509.OIDMap
Return user friendly name associated with the OID.
getNextEntry() - Method in class com.ibm.security12.java.util.jar.JarInputStream
Reads the next ZIP file entry and positions stream at the beginning of the entry data.
getNextEntry() - Method in class com.ibm.security12.java.util.zip.ZipInputStream
Reads the next ZIP file entry and positions stream at the beginning of the entry data.
getNextJarEntry() - Method in class com.ibm.security12.java.util.jar.JarInputStream
Reads the next JAR file entry and positions the stream at the beginning of the entry data.
getNextUpdate() - Method in class com.ibm.security12.java.security.cert.X509CRL
Gets the nextUpdate date from the CRL.
getNextUpdate() - Method in class com.ibm.security12.sun.security.x509.X509CRLImpl
Gets the nextUpdate date from the CRL.
getNonCriticalExtensionOIDs() - Method in interface com.ibm.security12.java.security.cert.X509Extension
Gets a Set of the OID strings for the extension(s) marked NON-CRITICAL in the certificate/CRL managed by the object implementing this interface.
getNonCriticalExtensionOIDs() - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Gets a Set of the extension(s) marked NON-CRITICAL in the certificate.
getNonCriticalExtensionOIDs() - Method in class com.ibm.security12.sun.security.x509.X509CRLEntryImpl
Gets a Set of the extension(s) marked NON-CRITICAL in this X509CRLEntry.
getNonCriticalExtensionOIDs() - Method in class com.ibm.security12.sun.security.x509.X509CRLImpl
Gets a Set of the extension(s) marked NON-CRITICAL in the CRL.
getNotAfter() - Method in class com.ibm.security12.java.security.cert.X509Certificate
Gets the notAfter date from the validity period of the certificate.
getNotAfter() - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Gets the notAfter date from the validity period of the certificate.
getNotBefore() - Method in class com.ibm.security12.java.security.cert.X509Certificate
Gets the notBefore date from the validity period of the certificate.
getNotBefore() - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Gets the notBefore date from the validity period of the certificate.
getNull() - Method in class com.ibm.security12.sun.security.util.DerInputStream
Reads an encoded null value from the input stream.
getNumber() - Method in class com.ibm.security12.sun.security.x509.SerialNumber
Return the serial number.
getObject() - Method in class com.ibm.security12.java.security.GuardedObject
Retrieves the guarded object, or throws an exception if access to the guarded object is denied by the guard.
getObject() - Method in class com.ibm.security12.java.security.SignedObject
Retrieves the encapsulated object.
getOctetString() - Method in class com.ibm.security12.sun.security.util.DerValue
Returns an ASN.1 OCTET STRING
getOctetString() - Method in class com.ibm.security12.sun.security.util.DerInputStream
Returns an ASN.1 OCTET STRING from the input stream.
getOID() - Method in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
Return the OID of this attribute.
getOID() - Method in class com.ibm.security12.sun.security.util.DerValue
Returns an ASN.1 OBJECT IDENTIFIER.
getOID() - Method in class com.ibm.security12.sun.security.util.DerInputStream
Reads an X.200 style Object Identifier from the stream.
getOID() - Method in class com.ibm.security12.sun.security.x509.AlgorithmId
Returns the ISO OID for this algorithm.
getOID(String) - Static method in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
Return the OID for a given attribute name or null if we don't recognize the name.
getOID(String) - Static method in class com.ibm.security12.sun.security.x509.OIDMap
Return Object identifier for user friendly name.
getOrganization() - Method in class com.ibm.security12.sun.security.x509.X500Name
Returns an "Organization" name component.
getOrganizationalUnit() - Method in class com.ibm.security12.sun.security.x509.X500Name
Returns an "Organizational Unit" name component.
getP() - Method in class com.ibm.security12.java.security.spec.DSAPublicKeySpec
Returns the prime p.
getP() - Method in class com.ibm.security12.java.security.spec.DSAPrivateKeySpec
Returns the prime p.
getP() - Method in class com.ibm.security12.java.security.spec.DSAParameterSpec
Returns the prime p.
getP() - Method in class com.ibm.security12.sun.security.x509.AlgIdDSA
Returns the DSS/DSA parameter "P"
getPackage(String) - Method in class com.ibm.security12.java.lang.ClassLoader12
Returns a Package that has been defined by this class loader or any of its ancestors.
getPackage(String) - Static method in class com.ibm.security12.java.lang.Package
Find a package by name in the callers classloader.
getPackages() - Method in class com.ibm.security12.java.lang.ClassLoader12
Returns all of the Packages defined by this class loader and its ancestors.
getPackages() - Static method in class com.ibm.security12.java.lang.Package
Get all the packages currently known for the caller's class loader.
getParameter(String) - Method in class com.ibm.security12.java.security.Signature
Deprecated.  
getParameters() - Method in class com.ibm.security12.sun.security.x509.AlgorithmId
 
getParameterSpec(Class) - Method in class com.ibm.security12.java.security.AlgorithmParameters
Returns a (transparent) specification of this parameter object.
getParams() - Method in class com.ibm.security12.sun.security.provider.DSAPrivateKey
Returns the DSA parameters associated with this key, or null if the parameters could not be parsed.
getParams() - Method in class com.ibm.security12.sun.security.provider.DSAPublicKey
Returns the DSA parameters associated with this key, or null if the parameters could not be parsed.
getParent() - Method in class com.ibm.security12.java.lang.ClassLoader12
Returns the parent class loader for delegation.
getPassword() - Method in class com.ibm.security12.java.net.PasswordAuthentication
Returns the user password.
getPasswordAuthentication() - Method in class com.ibm.security12.java.net.Authenticator
Called when password authorization is needed.
getPD(Class) - Static method in class com.ibm.security12.java.security.ProtectionDomainStore
 
getPermission() - Method in class com.ibm.security12.java.security.AccessControlException
Gets the Permission object associated with this exeception, or null if there was no corresponding Permission object.
getPermission() - Method in class com.ibm.security12.sun.net.www.protocol.jar.JarURLConnection
 
getPermission(URL, URLConnection) - Static method in class com.ibm.security12.sun.net.www.URLConnection12
Returns a permission object representing the permission necessary to make the connection represented by this object.
getPermissions() - Method in class com.ibm.security12.java.security.ProtectionDomain
Returns the permissions of this domain.
getPermissions(CodeSource) - Method in class com.ibm.security12.java.net.URLClassLoader
Returns the permissions for the given codesource object.
getPermissions(CodeSource) - Method in class com.ibm.security12.java.security.SecureClassLoader
Returns the permissions for the given codesource object.
getPermissions(CodeSource) - Method in class com.ibm.security12.java.security.Policy
Evaluates the global policy and returns a PermissionCollection object specifying the set of permissions allowed for code from the specified code source.
getPermissions(CodeSource) - Method in class com.ibm.security12.sun.applet.AppletClassLoader
Returns the permissions for the given codesource object.
getPermissions(CodeSource) - Method in class com.ibm.security12.sun.security.provider.PolicyFile
Examines the global policy for the specified CodeSource, and creates a PermissionCollection object with the set of permissions for that principal's protection domain.
getPermissions(Permissions, CodeSource) - Method in class com.ibm.security12.sun.security.provider.PolicyFile
Examines the global policy for the specified CodeSource, and creates a PermissionCollection object with the set of permissions for that principal's protection domain.
getPolicy() - Static method in class com.ibm.security12.java.security.Policy
Returns the installed Policy object.
getPreferredSize() - Method in class com.ibm.security12.sun.applet.AppletPanel
 
getPrefix() - Method in class com.ibm.security12.sun.security.x509.X509AttributeName
Return the prefix of the name.
getPrimeExponentP() - Method in interface com.ibm.security12.java.security.interfaces.RSAPrivateCrtKey
Returns the primeExponentP.
getPrimeExponentP() - Method in class com.ibm.security12.java.security.spec.RSAPrivateCrtKeySpec
Returns the primeExponentP.
getPrimeExponentQ() - Method in interface com.ibm.security12.java.security.interfaces.RSAPrivateCrtKey
Returns the primeExponentQ.
getPrimeExponentQ() - Method in class com.ibm.security12.java.security.spec.RSAPrivateCrtKeySpec
Returns the primeExponentQ.
getPrimeP() - Method in interface com.ibm.security12.java.security.interfaces.RSAPrivateCrtKey
Returns the primeP.
getPrimeP() - Method in class com.ibm.security12.java.security.spec.RSAPrivateCrtKeySpec
Returns the primeP.
getPrimeQ() - Method in interface com.ibm.security12.java.security.interfaces.RSAPrivateCrtKey
Returns the primeQ.
getPrimeQ() - Method in class com.ibm.security12.java.security.spec.RSAPrivateCrtKeySpec
Returns the primeQ.
getPrintableString() - Method in class com.ibm.security12.sun.security.util.DerValue
Returns an ASN.1 STRING value
getPrivate() - Method in class com.ibm.security12.java.security.KeyPair
Returns a reference to the private key component of this key pair.
getPrivateExponent() - Method in interface com.ibm.security12.java.security.interfaces.RSAPrivateKey
Returns the private exponent.
getPrivateExponent() - Method in class com.ibm.security12.java.security.spec.RSAPrivateKeySpec
Returns the private exponent.
getPrivateKey() - Method in class com.ibm.security12.java.security.Signer
Returns this signer's private key.
getPrivateKey() - Method in class com.ibm.security12.sun.security.x509.CertAndKeyGen
Returns the private key of the generated key pair.
getProperty(String) - Static method in class com.ibm.security12.java.security.Security
Gets a security property value.
GetPropertyAction - class com.ibm.security12.sun.security.action.GetPropertyAction.
A convenience class for retrieving the string value of a system property as a privileged action.
GetPropertyAction(String) - Constructor for class com.ibm.security12.sun.security.action.GetPropertyAction
Constructor that takes the name of the system property whose string value needs to be determined.
GetPropertyAction(String, String) - Constructor for class com.ibm.security12.sun.security.action.GetPropertyAction
Constructor that takes the name of the system property and the default value of that property.
getProvider() - Method in class com.ibm.security12.java.security.CertificateFactory
Returns the provider of this certificate factory.
getProvider() - Method in class com.ibm.security12.java.security.MessageDigest
Returns the provider of this message digest object.
getProvider() - Method in class com.ibm.security12.java.security.AlgorithmParameters
Returns the provider of this parameter object.
getProvider() - Method in class com.ibm.security12.java.security.KeyFactory
Returns the provider of this key factory object.
getProvider() - Method in class com.ibm.security12.java.security.Signature
Returns the provider of this signature object.
getProvider() - Method in class com.ibm.security12.java.security.SecureRandom
Returns the provider of this SecureRandom object.
getProvider() - Method in class com.ibm.security12.java.security.KeyPairGenerator
Returns the provider of this key pair generator object.
getProvider() - Method in class com.ibm.security12.java.security.AlgorithmParameterGenerator
Returns the provider of this algorithm parameter generator object.
getProvider() - Method in class com.ibm.security12.java.security.KeyStore
Returns the provider of this keystore.
getProvider(String) - Static method in class com.ibm.security12.java.security.Security
Returns the provider installed with the specified name, if any.
getProviders() - Static method in class com.ibm.security12.java.security.Security
Returns an array containing all the installed providers.
getPublic() - Method in class com.ibm.security12.java.security.KeyPair
Returns a reference to the public key component of this key pair.
getPublicExponent() - Method in interface com.ibm.security12.java.security.interfaces.RSAPrivateCrtKey
Returns the public exponent.
getPublicExponent() - Method in interface com.ibm.security12.java.security.interfaces.RSAPublicKey
Returns the public exponent.
getPublicExponent() - Method in class com.ibm.security12.java.security.spec.RSAPublicKeySpec
Returns the public exponent.
getPublicExponent() - Method in class com.ibm.security12.java.security.spec.RSAPrivateCrtKeySpec
Returns the public exponent.
getPublicKey() - Method in class com.ibm.security12.java.security.cert.Certificate
Gets the public key from this certificate.
getPublicKey() - Method in class com.ibm.security12.java.security.Identity
Deprecated. Returns this identity's public key.
getPublicKey() - Method in class com.ibm.security12.sun.security.x509.CertAndKeyGen
Returns the public key of the generated key pair if it is of type X509Key, or null if the public key is of a different type.
getPublicKey() - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Gets the publickey from this certificate.
getQ() - Method in class com.ibm.security12.java.security.spec.DSAPublicKeySpec
Returns the sub-prime q.
getQ() - Method in class com.ibm.security12.java.security.spec.DSAPrivateKeySpec
Returns the sub-prime q.
getQ() - Method in class com.ibm.security12.java.security.spec.DSAParameterSpec
Returns the sub-prime q.
getQ() - Method in class com.ibm.security12.sun.security.x509.AlgIdDSA
Returns the DSS/DSA parameter "Q"
getRequestingPort() - Method in class com.ibm.security12.java.net.Authenticator
 
getRequestingPrompt() - Method in class com.ibm.security12.java.net.Authenticator
 
getRequestingProtocol() - Method in class com.ibm.security12.java.net.Authenticator
Give the protocol that's requesting the connection.
getRequestingScheme() - Method in class com.ibm.security12.java.net.Authenticator
 
getRequestingSite() - Method in class com.ibm.security12.java.net.Authenticator
 
getRequestProperty(String) - Method in class com.ibm.security12.sun.net.www.protocol.jar.JarURLConnection
Returns the value of the named general request property for this connection.
getResource(String) - Method in class com.ibm.security12.java.lang.ClassLoader12
Finds the resource with the given name.
getResource(String) - Method in class com.ibm.security12.sun.misc.URLClassPath
 
getResource(String, boolean) - Method in class com.ibm.security12.sun.misc.URLClassPath
Finds the first Resource on the URL search path which has the specified name.
getResourceAsStream(String) - Method in class com.ibm.security12.java.lang.ClassLoader12
Returns an input stream for reading the specified resource.
getResources(String) - Method in class com.ibm.security12.java.lang.ClassLoader12
Finds all the resources with the given name.
getResources(String) - Method in class com.ibm.security12.sun.misc.URLClassPath
 
getResources(String, boolean) - Method in class com.ibm.security12.sun.misc.URLClassPath
Finds all resources on the URL search path with the given name.
getRevocationDate() - Method in class com.ibm.security12.java.security.cert.X509CRLEntry
Gets the revocation date from this X509CRLEntry, the revocationDate.
getRevocationDate() - Method in class com.ibm.security12.sun.security.x509.X509CRLEntryImpl
Gets the revocation date from this X509CRLEntry, the revocationDate.
getRevokedCertificate(BigInteger) - Method in class com.ibm.security12.java.security.cert.X509CRL
Gets the CRL entry with the given serialNumber from this CRL.
getRevokedCertificate(BigInteger) - Method in class com.ibm.security12.sun.security.x509.X509CRLImpl
Gets the CRL entry with the given serial number from this CRL.
getRevokedCertificates() - Method in class com.ibm.security12.java.security.cert.X509CRL
Gets all the entries from this CRL.
getRevokedCertificates() - Method in class com.ibm.security12.sun.security.x509.X509CRLImpl
Gets all the revoked certificates from the CRL.
getScope() - Method in class com.ibm.security12.java.security.Identity
Deprecated. Returns this identity's scope.
getSecurityContext() - Method in class com.ibm.security12.java.lang.SecurityManager12
Creates an object that encapsulates the current execution environment.
getSeed(int) - Static method in class com.ibm.security12.java.security.SecureRandom
Returns the given number of seed bytes, computed using the seed generation algorithm that this class uses to seed itself.
getSelfCert(X500Name, long) - Method in class com.ibm.security12.sun.security.x509.CertAndKeyGen
Deprecated. Use the new
getSelfCertificate(X500Name, long) - Method in class com.ibm.security12.sun.security.x509.CertAndKeyGen
Returns a self-signed X.509v3 certificate for the public key.
getSequence(int) - Method in class com.ibm.security12.sun.security.util.DerInputStream
Return a sequence of encoded entities.
getSerializedObject() - Method in class com.ibm.security12.sun.applet.AppletPanel
 
getSerialNumber() - Method in class com.ibm.security12.java.security.cert.X509Certificate
Gets the serialNumber value from the certificate.
getSerialNumber() - Method in class com.ibm.security12.java.security.cert.X509CRLEntry
Gets the serial number from this X509CRLEntry, the userCertificate.
getSerialNumber() - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Gets the serial number from the certificate.
getSerialNumber() - Method in class com.ibm.security12.sun.security.x509.X509CRLEntryImpl
Gets the serial number from this X509CRLEntry, i.e.
getSet(int) - Method in class com.ibm.security12.sun.security.util.DerInputStream
Return a set of encoded entities.
getSet(int, boolean) - Method in class com.ibm.security12.sun.security.util.DerInputStream
Return a set of encoded entities.
getSigAlgName() - Method in class com.ibm.security12.java.security.cert.X509Certificate
Gets the signature algorithm name for the certificate signature algorithm.
getSigAlgName() - Method in class com.ibm.security12.java.security.cert.X509CRL
Gets the signature algorithm name for the CRL signature algorithm.
getSigAlgName() - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Gets the signature algorithm name for the certificate signature algorithm.
getSigAlgName() - Method in class com.ibm.security12.sun.security.x509.X509CRLImpl
Gets the signature algorithm name for the CRL signature algorithm.
getSigAlgOID() - Method in class com.ibm.security12.java.security.cert.X509Certificate
Gets the signature algorithm OID string from the certificate.
getSigAlgOID() - Method in class com.ibm.security12.java.security.cert.X509CRL
Gets the signature algorithm OID string from the CRL.
getSigAlgOID() - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Gets the signature algorithm OID string from the certificate.
getSigAlgOID() - Method in class com.ibm.security12.sun.security.x509.X509CRLImpl
Gets the signature algorithm OID string from the CRL.
getSigAlgParams() - Method in class com.ibm.security12.java.security.cert.X509Certificate
Gets the DER-encoded signature algorithm parameters from this certificate's signature algorithm.
getSigAlgParams() - Method in class com.ibm.security12.java.security.cert.X509CRL
Gets the DER-encoded signature algorithm parameters from this CRL's signature algorithm.
getSigAlgParams() - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Gets the DER encoded signature algorithm parameters from this certificate's signature algorithm.
getSigAlgParams() - Method in class com.ibm.security12.sun.security.x509.X509CRLImpl
Gets the DER encoded signature algorithm parameters from this CRL's signature algorithm.
getSignature() - Method in class com.ibm.security12.java.security.cert.X509Certificate
Gets the signature value (the raw signature bits) from the certificate.
getSignature() - Method in class com.ibm.security12.java.security.cert.X509CRL
Gets the signature value (the raw signature bits) from the CRL.
getSignature() - Method in class com.ibm.security12.java.security.SignedObject
Retrieves the signature on the signed object, in the form of a byte array.
getSignature() - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Gets the raw Signature bits from the certificate.
getSignature() - Method in class com.ibm.security12.sun.security.x509.X509CRLImpl
Gets the raw Signature bits from the CRL.
getSigner() - Method in class com.ibm.security12.sun.security.x509.X500Signer
Returns the name of the signing agent.
getSignerCertificates(CodeSource) - Method in class com.ibm.security12.sun.security.provider.PolicyFile
 
getSignerInfos() - Method in class com.ibm.security12.sun.security.pkcs.PKCS7
Returns the signer's information specified in this PKCS7 block.
getSize() - Method in class com.ibm.security12.java.util.zip.ZipEntry
Returns the uncompressed size of the entry data, or -1 if not known.
getSpecificationTitle() - Method in class com.ibm.security12.java.lang.Package
Return the title of the specification that this package implements.
getSpecificationVendor() - Method in class com.ibm.security12.java.lang.Package
Return the name of the organization, vendor, or company that owns and maintains the specification of the classes that implement this package.
getSpecificationVersion() - Method in class com.ibm.security12.java.lang.Package
Returns the version number of the specification that this package implements.
getState() - Method in class com.ibm.security12.sun.security.x509.X500Name
Returns a "State" name component.
getSubjectDN() - Method in class com.ibm.security12.java.security.cert.X509Certificate
Gets the subject (subject distinguished name) value from the certificate.
getSubjectDN() - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Gets the subject distinguished name from the certificate.
getSubjectIdentifier() - Method in class com.ibm.security12.sun.security.x509.CertificatePolicyMap
Return the subject CA part of the policy map.
getSubjectName() - Method in class com.ibm.security12.sun.security.pkcs.PKCS10
Returns the subject's name.
getSubjectPublicKeyInfo() - Method in class com.ibm.security12.sun.security.pkcs.PKCS10
Returns the subject's public key.
getSubjectUniqueID() - Method in class com.ibm.security12.java.security.cert.X509Certificate
Gets the subjectUniqueID value from the certificate.
getSubjectUniqueID() - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Gets the Subject Unique Identity from the certificate.
getSuffix() - Method in class com.ibm.security12.sun.security.x509.X509AttributeName
Return the suffix of the name.
getSystemClassLoader() - Static method in class com.ibm.security12.java.lang.ClassLoader12
Returns the system class loader for delegation.
getSystemResource12(String) - Static method in class com.ibm.security12.java.lang.ClassLoader12
Find a resource of the specified name from the search path used to load classes. In JDK1.1, the search path used is that of the virtual machine's built-in class loader. Since JDK1.2, this method locates the resource through the system class loader (see ClassLoader12.getSystemClassLoader()).
getSystemResourceAsStream12(String) - Static method in class com.ibm.security12.java.lang.ClassLoader12
Open for reading, a resource of the specified name from the search path used to load classes. The search order is described in the documentation for ClassLoader.getSystemResource(String).
getSystemResources(String) - Static method in class com.ibm.security12.java.lang.ClassLoader12
Finds all resources of the specified name from the search path used to load classes.
getSystemScope() - Static method in class com.ibm.security12.java.security.IdentityScope
Deprecated. Returns the system's identity scope.
getT61String() - Method in class com.ibm.security12.sun.security.util.DerValue
Returns an ASN.1 T61 (Teletype) STRING value
getTBSCertificate() - Method in class com.ibm.security12.java.security.cert.X509Certificate
Gets the DER-encoded certificate information, the tbsCertificate from this certificate.
getTBSCertificate() - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Gets the DER encoded certificate informations, the tbsCertificate from this certificate.
getTBSCertList() - Method in class com.ibm.security12.java.security.cert.X509CRL
Gets the DER-encoded CRL information, the tbsCertList from this CRL.
getTBSCertList() - Method in class com.ibm.security12.sun.security.x509.X509CRLImpl
Gets the DER encoded CRL information, the tbsCertList from this CRL.
getThisUpdate() - Method in class com.ibm.security12.java.security.cert.X509CRL
Gets the thisUpdate date from the CRL.
getThisUpdate() - Method in class com.ibm.security12.sun.security.x509.X509CRLImpl
Gets the thisUpdate date from the CRL.
getThreadGroup() - Method in class com.ibm.security12.sun.applet.AppletSecurity
Returns the thread group of the applet.
getTime() - Method in class com.ibm.security12.java.util.zip.ZipEntry
Returns the modification time of the entry, or -1 if not specified.
getType() - Method in class com.ibm.security12.java.security.cert.Certificate
Returns the type of this certificate.
getType() - Method in class com.ibm.security12.java.security.cert.CRL
Returns the type of this CRL.
getType() - Method in class com.ibm.security12.java.security.CertificateFactory
Returns the name of the certificate type associated with this certificate factory.
getType() - Method in class com.ibm.security12.java.security.KeyStore
Returns the type of this keystore.
getType() - Method in class com.ibm.security12.sun.security.x509.DNSName
Return the type of the GeneralName.
getType() - Method in class com.ibm.security12.sun.security.x509.X500Name
Return type of GeneralName.
getType() - Method in class com.ibm.security12.sun.security.x509.URIName
Return the type of the GeneralName.
getType() - Method in class com.ibm.security12.sun.security.x509.IPAddressName
Return the type of the GeneralName.
getType() - Method in class com.ibm.security12.sun.security.x509.OIDName
Return the type of the GeneralName.
getType() - Method in class com.ibm.security12.sun.security.x509.RFC822Name
Return the type of the GeneralName.
getType() - Method in class com.ibm.security12.sun.security.x509.GeneralName
Return the type of the general name.
getType() - Method in interface com.ibm.security12.sun.security.x509.GeneralNameInterface
Return the type of the general name, as defined above.
getType() - Method in class com.ibm.security12.sun.security.x509.OtherName
Return the type of the GeneralName.
getType() - Method in class com.ibm.security12.sun.security.x509.EDIPartyName
Return the type of the GeneralName.
getUnalignedBitString() - Method in class com.ibm.security12.sun.security.util.DerValue
Returns an ASN.1 BIT STRING value that need not be byte-aligned.
getUnalignedBitString() - Method in class com.ibm.security12.sun.security.util.DerInputStream
Get a bit string from the input stream.
getUnalignedBitString(boolean) - Method in class com.ibm.security12.sun.security.util.DerValue
Returns an ASN.1 BIT STRING value, with the tag assumed implicit based on the parameter.
getUnauthenticatedAttributes() - Method in class com.ibm.security12.sun.security.pkcs.SignerInfo
 
getURL() - Method in class com.ibm.security12.sun.misc.Resource
Returns the URL of the Resource.
getURLs() - Method in class com.ibm.security12.java.net.URLClassLoader
Returns the search path of URLs for loading classes and resources.
getURLs() - Method in class com.ibm.security12.sun.applet.AppletClassLoader
 
getURLs() - Method in class com.ibm.security12.sun.misc.URLClassPath
Returns the original search path of URLs.
getUseCaches() - Method in class com.ibm.security12.sun.net.www.protocol.jar.JarURLConnection
Returns the value of this URLConnection's useCaches field.
getUserName() - Method in class com.ibm.security12.java.net.PasswordAuthentication
Returns the user name.
getUTCTime() - Method in class com.ibm.security12.sun.security.util.DerInputStream
Get a UTC encoded time value from the input stream.
getValue() - Method in interface com.ibm.security12.java.util.Map.Entry
Returns the value corresponding to this entry.
getValue() - Method in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
Get the value of this attribute.
getValue(Attributes.Name) - Method in class com.ibm.security12.java.util.jar.Attributes
Returns the value of the specified Attributes.Name, or null if the attribute was not found.
getValue(String) - Method in class com.ibm.security12.java.util.jar.Attributes
Returns the value of the specified attribute name, specified as a string, or null if the attribute was not found.
getVerfCode() - Method in class com.ibm.security12.sun.security.x509.CertException
Deprecated. Returns the error code with which the exception was created.
getVerfDescription() - Method in class com.ibm.security12.sun.security.x509.CertException
Deprecated. Return a string corresponding to the error code used to create this exception.
getVersion() - Method in class com.ibm.security12.java.security.cert.X509Certificate
Gets the version (version number) value from the certificate.
getVersion() - Method in class com.ibm.security12.java.security.cert.X509CRL
Gets the version (version number) value from the CRL.
getVersion() - Method in class com.ibm.security12.java.security.Provider
Returns the version number for this provider.
getVersion() - Method in class com.ibm.security12.sun.security.pkcs.PKCS7
Returns the version number of this PKCS7 block.
getVersion() - Method in class com.ibm.security12.sun.security.pkcs.SignerInfo
 
getVersion() - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Gets the version number from the certificate.
getVersion() - Method in class com.ibm.security12.sun.security.x509.X509CRLImpl
Gets the version number from this CRL.
getWidth() - Method in class com.ibm.security12.sun.applet.AppletPanel
 
getX() - Method in class com.ibm.security12.java.security.spec.DSAPrivateKeySpec
Returns the private key x.
getX() - Method in class com.ibm.security12.sun.security.provider.DSAPrivateKey
Get the raw private key, x, without the parameters.
getY() - Method in class com.ibm.security12.java.security.spec.DSAPublicKeySpec
Returns the public key y.
getY() - Method in class com.ibm.security12.sun.security.provider.DSAPublicKey
Get the raw public value, y, without the parameters.
grantElements() - Method in class com.ibm.security12.sun.security.provider.PolicyParser
Enumerate all the entries in the global policy object.
Guard - interface com.ibm.security12.java.security.Guard.
This interface represents a guard, which is an object that is used to protect access to another object.
GuardedObject - class com.ibm.security12.java.security.GuardedObject.
A GuardedObject is an object that is used to protect access to another object.
GuardedObject(Object, Guard) - Constructor for class com.ibm.security12.java.security.GuardedObject
Constructs a GuardedObject using the specified object and guard.

H

Handler - class com.ibm.security12.sun.net.www.protocol.jar.Handler.
 
Handler() - Constructor for class com.ibm.security12.sun.net.www.protocol.jar.Handler
 
hasExtensions() - Method in class com.ibm.security12.java.security.cert.X509CRLEntry
Returns true if this CRL entry has extensions.
hasExtensions() - Method in class com.ibm.security12.sun.security.x509.X509CRLEntryImpl
Returns true if this revoked certificate entry has extensions, otherwise false.
hashCode() - Method in class com.ibm.security12.java.io.FilePermission
Returns the hash code value for this object.
hashCode() - Method in class com.ibm.security12.java.lang.Package
Return the hashcode computed from the package name.
hashCode() - Method in class com.ibm.security12.java.net.SocketPermission
Returns the hash code value for this object.
hashCode() - Method in class com.ibm.security12.java.security.cert.Certificate
Returns a hashcode value for this certificate from its encoded form.
hashCode() - Method in class com.ibm.security12.java.security.cert.X509CRLEntry
Returns a hashcode value for this CRL entry from its encoded form.
hashCode() - Method in class com.ibm.security12.java.security.cert.X509CRL
Returns a hashcode value for this CRL from its encoded form.
hashCode() - Method in class com.ibm.security12.java.security.Permission
Returns the hash code value for this Permission object.
hashCode() - Method in class com.ibm.security12.java.security.BasicPermission
Returns the hash code value for this object.
hashCode() - Method in class com.ibm.security12.java.security.Identity
Deprecated. Returns a hashcode for this identity.
hashCode() - Method in class com.ibm.security12.java.security.AllPermission
Returns the hash code value for this object.
hashCode() - Method in class com.ibm.security12.java.security.UnresolvedPermission
Returns the hash code value for this object.
hashCode() - Method in class com.ibm.security12.java.security.CodeSource
Returns the hash code value for this object.
hashCode() - Method in class com.ibm.security12.java.security.AccessControlContext
Returns the hash code value for this context.
hashCode() - Method in class com.ibm.security12.java.util.jar.Attributes
Returns the hash code value for this Map.
hashCode() - Method in class com.ibm.security12.java.util.jar.Attributes.Name
Computes the hash value for this attribute name.
hashCode() - Method in class com.ibm.security12.java.util.jar.Manifest
Returns the hash code for this Manifest.
hashCode() - Method in class com.ibm.security12.java.util.zip.ZipEntry
Returns the hash code value for this entry.
hashCode() - Method in class com.ibm.security12.java.util.AbstractList
Returns the hash code value for this list.
hashCode() - Method in class com.ibm.security12.java.util.Vector
Returns the hash code value for this Vector.
hashCode() - Method in class com.ibm.security12.java.util.AbstractSet
Returns the hash code value for this set.
hashCode() - Method in class com.ibm.security12.java.util.PropertyPermission
Returns the hash code value for this object.
hashCode() - Method in class com.ibm.security12.java.util.AbstractMap
Returns the hash code value for this map.
hashCode() - Method in interface com.ibm.security12.java.util.Collection
Returns the hash code value for this collection.
hashCode() - Method in interface com.ibm.security12.java.util.Set
Returns the hash code value for this set.
hashCode() - Method in class com.ibm.security12.java.util.Hashtable
Returns the hash code value for this Map as per the definition in the Map interface.
hashCode() - Method in interface com.ibm.security12.java.util.Map
Returns the hash code value for this map.
hashCode() - Method in interface com.ibm.security12.java.util.Map.Entry
Returns the hash code value for this map entry.
hashCode() - Method in interface com.ibm.security12.java.util.List
Returns the hash code value for this list.
hashCode() - Method in class com.ibm.security12.sun.security.pkcs.PKCS10Attributes
Returns a hashcode value for this PKCS10Attributes.
hashCode() - Method in class com.ibm.security12.sun.security.pkcs.PKCS10
Returns a hashcode value for this certificate request from its encoded form.
hashCode() - Method in class com.ibm.security12.sun.security.pkcs.PKCS8Key
Calculates a hash code value for this object.
hashCode() - Method in class com.ibm.security12.sun.security.provider.PolicyParser.PermissionEntry
Calculates a hash code value for the object.
hashCode() - Method in class com.ibm.security12.sun.security.util.BitArray
Returns a hash code value for this bit array.
hashCode() - Method in class com.ibm.security12.sun.security.util.ObjectIdentifier
 
hashCode() - Method in class com.ibm.security12.sun.security.x509.X509Key
Calculates a hash code value for the object.
hashCode() - Method in class com.ibm.security12.sun.security.x509.Extension
Returns a hashcode value for this Extension.
hashCode() - Method in class com.ibm.security12.sun.security.x509.CertificateExtensions
Returns a hashcode value for this CertificateExtensions.
hashCode() - Method in class com.ibm.security12.sun.security.x509.X500Name
Calculates a hash code value for the object.
hashCode() - Method in class com.ibm.security12.sun.security.x509.X509CertInfo
Calculates a hash code value for the object.
hashCode() - Method in class com.ibm.security12.sun.security.x509.CRLExtensions
Returns a hashcode value for this CRLExtensions.
HashMap - class com.ibm.security12.java.util.HashMap.
Hash table based implementation of the Map interface.
HashMap() - Constructor for class com.ibm.security12.java.util.HashMap
Constructs a new, empty map with a default capacity and load factor, which is 0.75.
HashMap(int) - Constructor for class com.ibm.security12.java.util.HashMap
Constructs a new, empty map with the specified initial capacity and default load factor, which is 0.75.
HashMap(int, float) - Constructor for class com.ibm.security12.java.util.HashMap
Constructs a new, empty map with the specified initial capacity and the specified load factor.
HashMap(Map) - Constructor for class com.ibm.security12.java.util.HashMap
Constructs a new map with the same mappings as the given map.
HashSet - class com.ibm.security12.java.util.HashSet.
This class implements the Set interface, backed by a hash table (actually a HashMap instance).
HashSet() - Constructor for class com.ibm.security12.java.util.HashSet
Constructs a new, empty set; the backing HashMap instance has default capacity and load factor, which is 0.75.
HashSet(Collection) - Constructor for class com.ibm.security12.java.util.HashSet
Constructs a new set containing the elements in the specified collection.
HashSet(int) - Constructor for class com.ibm.security12.java.util.HashSet
Constructs a new, empty set; the backing HashMap instance has the specified initial capacity and default load factor, which is 0.75.
HashSet(int, float) - Constructor for class com.ibm.security12.java.util.HashSet
Constructs a new, empty set; the backing HashMap instance has the specified initial capacity and the specified load factor.
Hashtable - class com.ibm.security12.java.util.Hashtable.
This class implements a hashtable, which maps keys to values.
Hashtable() - Constructor for class com.ibm.security12.java.util.Hashtable
Constructs a new, empty hashtable with a default capacity and load factor, which is 0.75.
Hashtable(int) - Constructor for class com.ibm.security12.java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and default load factor, which is 0.75.
Hashtable(int, float) - Constructor for class com.ibm.security12.java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
Hashtable(Map) - Constructor for class com.ibm.security12.java.util.Hashtable
Constructs a new hashtable with the same mappings as the given Map.
hasMoreElements() - Method in class com.ibm.security12.sun.misc.CompoundEnumeration
 
hasNext() - Method in interface com.ibm.security12.java.util.ListIterator
Returns true if this list iterator has more elements when traversing the list in the forward direction.
hasNext() - Method in interface com.ibm.security12.java.util.Iterator
Returns true if the iteration has more elements.
hasPrevious() - Method in interface com.ibm.security12.java.util.ListIterator
Returns true if this list iterator has more elements when traversing the list in the reverse direction.
hasUnsupportedCriticalExtension() - Method in interface com.ibm.security12.java.security.cert.X509Extension
Return true if a critical extension is found that is not supported, otherwise return false.
hasUnsupportedCriticalExtension() - Method in class com.ibm.security12.sun.security.x509.CertificateExtensions
Return true if a critical extension is found that is not supported, otherwise return false.
hasUnsupportedCriticalExtension() - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Return true if a critical extension is found that is not supported, otherwise return false.
hasUnsupportedCriticalExtension() - Method in class com.ibm.security12.sun.security.x509.X509CRLEntryImpl
Return true if a critical extension is found that is not supported, otherwise return false.
hasUnsupportedCriticalExtension() - Method in class com.ibm.security12.sun.security.x509.CRLExtensions
Return true if a critical extension is found that is not supported, otherwise return false.
hasUnsupportedCriticalExtension() - Method in class com.ibm.security12.sun.security.x509.X509CRLImpl
Return true if a critical extension is found that is not supported, otherwise return false.
headMap(Object) - Method in interface com.ibm.security12.java.util.SortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(Object) - Method in class com.ibm.security12.java.util.TreeMap
Returns a view of the portion of this map whose keys are strictly less than toKey.
headSet(Object) - Method in class com.ibm.security12.java.util.TreeSet
Returns a view of the portion of this set whose elements are strictly less than toElement.
headSet(Object) - Method in interface com.ibm.security12.java.util.SortedSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
Help() - Static method in class com.ibm.security12.sun.security.util.Debug
 

I

ID - Static variable in class com.ibm.security12.sun.security.x509.CertificateIssuerUniqueIdentity
 
ID - Static variable in class com.ibm.security12.sun.security.x509.CertificateSubjectUniqueIdentity
 
IDENT - Static variable in class com.ibm.security12.sun.security.x509.CertificateIssuerUniqueIdentity
Identifier for this attribute, to be used with the get, set, delete methods of Certificate, x509 type.
IDENT - Static variable in class com.ibm.security12.sun.security.x509.BasicConstraintsExtension
Identifier for this attribute, to be used with the get, set, delete methods of Certificate, x509 type.
IDENT - Static variable in class com.ibm.security12.sun.security.x509.CertificateVersion
Identifier for this attribute, to be used with the get, set, delete methods of Certificate, x509 type.
IDENT - Static variable in class com.ibm.security12.sun.security.x509.KeyUsageExtension
Identifier for this attribute, to be used with the get, set, delete methods of Certificate, x509 type.
IDENT - Static variable in class com.ibm.security12.sun.security.x509.CertificateSubjectName
Identifier for this attribute, to be used with the get, set, delete methods of Certificate, x509 type.
IDENT - Static variable in class com.ibm.security12.sun.security.x509.CertificateSerialNumber
Identifier for this attribute, to be used with the get, set, delete methods of Certificate, x509 type.
IDENT - Static variable in class com.ibm.security12.sun.security.x509.CertificateExtensions
Identifier for this attribute, to be used with the get, set, delete methods of Certificate, x509 type.
IDENT - Static variable in class com.ibm.security12.sun.security.x509.PolicyConstraintsExtension
Identifier for this attribute, to be used with the get, set, delete methods of Certificate, x509 type.
IDENT - Static variable in class com.ibm.security12.sun.security.x509.CertificateIssuerName
Identifier for this attribute, to be used with the get, set, delete methods of Certificate, x509 type.
IDENT - Static variable in class com.ibm.security12.sun.security.x509.NameConstraintsExtension
Identifier for this attribute, to be used with the get, set, delete methods of Certificate, x509 type.
IDENT - Static variable in class com.ibm.security12.sun.security.x509.CertificateX509Key
Identifier for this attribute, to be used with the get, set, delete methods of Certificate, x509 type.
IDENT - Static variable in class com.ibm.security12.sun.security.x509.X509CertInfo
Identifier for this attribute, to be used with the get, set, delete methods of Certificate, x509 type.
IDENT - Static variable in class com.ibm.security12.sun.security.x509.NetscapeCertTypeExtension
Identifier for this attribute, to be used with the get, set, delete methods of Certificate, x509 type.
IDENT - Static variable in class com.ibm.security12.sun.security.x509.CertificateValidity
Identifier for this attribute, to be used with the get, set, delete methods of Certificate, x509 type.
IDENT - Static variable in class com.ibm.security12.sun.security.x509.IssuerAlternativeNameExtension
Identifier for this attribute, to be used with the get, set, delete methods of Certificate, x509 type.
IDENT - Static variable in class com.ibm.security12.sun.security.x509.CertificateAlgorithmId
Identifier for this attribute, to be used with the get, set, delete methods of Certificate, x509 type.
IDENT - Static variable in class com.ibm.security12.sun.security.x509.AuthorityKeyIdentifierExtension
Identifier for this attribute, to be used with the get, set, delete methods of Certificate, x509 type.
IDENT - Static variable in class com.ibm.security12.sun.security.x509.SubjectAlternativeNameExtension
Identifier for this attribute, to be used with the get, set, delete methods of Certificate, x509 type.
IDENT - Static variable in class com.ibm.security12.sun.security.x509.PolicyMappingsExtension
Identifier for this attribute, to be used with the get, set, delete methods of Certificate, x509 type.
IDENT - Static variable in class com.ibm.security12.sun.security.x509.CertificateSubjectUniqueIdentity
Identifier for this attribute, to be used with the get, set, delete methods of Certificate, x509 type.
IDENT - Static variable in class com.ibm.security12.sun.security.x509.PrivateKeyUsageExtension
Identifier for this attribute, to be used with the get, set, delete methods of Certificate, x509 type.
IDENT - Static variable in class com.ibm.security12.sun.security.x509.SubjectKeyIdentifierExtension
Identifier for this attribute, to be used with the get, set, delete methods of Certificate, x509 type.
identities() - Method in class com.ibm.security12.java.security.IdentityScope
Deprecated. Returns an enumeration of all identities in this identity scope.
identities() - Method in class com.ibm.security12.sun.security.provider.IdentityDatabase
 
Identity - class com.ibm.security12.java.security.Identity.
Deprecated. This class is no longer used. Its functionality has been replaced by com.ibm.security12.java.security.KeyStore, the com.ibm.security12.java.security.cert package, and com.ibm.security12.java.security.Principal.
Identity() - Constructor for class com.ibm.security12.java.security.Identity
Deprecated. Constructor for serialization only.
Identity(String) - Constructor for class com.ibm.security12.java.security.Identity
Deprecated. Constructs an identity with the specified name and no scope.
Identity(String, IdentityScope) - Constructor for class com.ibm.security12.java.security.Identity
Deprecated. Constructs an identity with the specified name and scope.
IdentityDatabase - class com.ibm.security12.sun.security.provider.IdentityDatabase.
An implementation of IdentityScope as a persistent identity database.
IdentityDatabase(File) - Constructor for class com.ibm.security12.sun.security.provider.IdentityDatabase
Construct a new, empty database with a specified source file.
IdentityDatabase(String) - Constructor for class com.ibm.security12.sun.security.provider.IdentityDatabase
Construct a new, empty database.
identityEquals(Identity) - Method in class com.ibm.security12.java.security.Identity
Deprecated. Tests for equality between the specified identity and this identity.
IdentityScope - class com.ibm.security12.java.security.IdentityScope.
Deprecated. This class is no longer used. Its functionality has been replaced by com.ibm.security12.java.security.KeyStore, the com.ibm.security12.java.security.cert package, and com.ibm.security12.java.security.Principal.
IdentityScope() - Constructor for class com.ibm.security12.java.security.IdentityScope
Deprecated. This constructor is used for serialization only and should not be used by subclasses.
IdentityScope(String) - Constructor for class com.ibm.security12.java.security.IdentityScope
Deprecated. Constructs a new identity scope with the specified name.
IdentityScope(String, IdentityScope) - Constructor for class com.ibm.security12.java.security.IdentityScope
Deprecated. Constructs a new identity scope with the specified name and scope.
IMPLEMENTATION_TITLE - Static variable in class com.ibm.security12.java.util.jar.Attributes.Name
Some predefined attribute names.
IMPLEMENTATION_VENDOR - Static variable in class com.ibm.security12.java.util.jar.Attributes.Name
Some predefined attribute names.
IMPLEMENTATION_VERSION - Static variable in class com.ibm.security12.java.util.jar.Attributes.Name
Some predefined attribute names.
implies(CodeSource) - Method in class com.ibm.security12.java.security.CodeSource
Returns true if this CodeSource object "implies" the specified CodeSource.
implies(Permission) - Method in class com.ibm.security12.java.io.FilePermission
Checks if this FilePermission object "implies" the specified permission.
implies(Permission) - Method in class com.ibm.security12.java.net.SocketPermission
Checks if this socket permission object "implies" the specified permission.
implies(Permission) - Method in class com.ibm.security12.java.security.Permission
Checks if the specified permission's actions are "implied by" this object's actions.
implies(Permission) - Method in class com.ibm.security12.java.security.BasicPermission
Checks if the specified permission is "implied" by this object.
implies(Permission) - Method in class com.ibm.security12.java.security.AllPermission
Checks if the specified permission is "implied" by this object.
implies(Permission) - Method in class com.ibm.security12.java.security.UnresolvedPermission
This method always returns false for unresolved permissions.
implies(Permission) - Method in class com.ibm.security12.java.security.PermissionCollection
Checks to see if the specified permission is implied by the collection of Permission objects held in this PermissionCollection.
implies(Permission) - Method in class com.ibm.security12.java.security.ProtectionDomain
Check and see if this ProtectionDomain implies the permissions expressed in the Permission object.
implies(Permission) - Method in class com.ibm.security12.java.security.Permissions
Checks to see if this object's PermissionCollection for permissions of the specified permission's type implies the permissions expressed in the permission object.
implies(Permission) - Method in class com.ibm.security12.java.util.PropertyPermission
Checks if this PropertyPermission object "implies" the specified permission.
inCheck - Variable in class com.ibm.security12.java.lang.SecurityManager12
Deprecated. This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
indexOf(Object) - Method in class com.ibm.security12.java.util.AbstractList
Returns the index in this list of the first occurence of the specified element, or -1 if the list does not contain this element.
indexOf(Object) - Method in class com.ibm.security12.java.util.Vector
Searches for the first occurence of the given argument, testing for equality using the equals method.
indexOf(Object) - Method in class com.ibm.security12.java.util.ArrayList
Searches for the first occurence of the given argument, testing for equality using the equals method.
indexOf(Object) - Method in interface com.ibm.security12.java.util.List
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class com.ibm.security12.java.util.LinkedList
Returns the index in this list of the first occurrence of the specified element, or -1 if the List does not contain this element.
indexOf(Object, int) - Method in class com.ibm.security12.java.util.Vector
Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.
inf - Variable in class com.ibm.security12.java.util.zip.InflaterInputStream
Decompressor for this stream.
Inflater - class com.ibm.security12.java.util.zip.Inflater.
This class provides support for general purpose decompression using popular ZLIB compression library.
Inflater() - Constructor for class com.ibm.security12.java.util.zip.Inflater
Creates a new decompressor.
Inflater(boolean) - Constructor for class com.ibm.security12.java.util.zip.Inflater
Creates a new decompressor.
InflaterInputStream - class com.ibm.security12.java.util.zip.InflaterInputStream.
This class implements a stream filter for uncompressing data in the "deflate" compression format.
InflaterInputStream(InputStream) - Constructor for class com.ibm.security12.java.util.zip.InflaterInputStream
Creates a new input stream with a default decompressor and buffer size.
InflaterInputStream(InputStream, Inflater) - Constructor for class com.ibm.security12.java.util.zip.InflaterInputStream
Creates a new input stream with the specified decompressor and a default buffer size.
InflaterInputStream(InputStream, Inflater, int) - Constructor for class com.ibm.security12.java.util.zip.InflaterInputStream
Creates a new input stream with the specified decompressor and buffer size.
info - Variable in class com.ibm.security12.sun.security.x509.X509CertImpl
 
INFO - Static variable in class com.ibm.security12.sun.security.x509.X509CertImpl
 
INHIBIT - Static variable in class com.ibm.security12.sun.security.x509.PolicyConstraintsExtension
 
init() - Method in class com.ibm.security12.sun.applet.AppletPanel
Construct an applet viewer and start the applet.
init() - Method in class com.ibm.security12.sun.security.provider.SHA
Resets the buffers and hash value to start a new hash.
init() - Method in class com.ibm.security12.sun.security.provider.MD5
Initialize the MD5 state information and reset the bit count to 0.
init(AlgorithmParameterSpec) - Method in class com.ibm.security12.java.security.AlgorithmParameters
Initializes this parameter object using the parameters specified in paramSpec.
init(AlgorithmParameterSpec) - Method in class com.ibm.security12.java.security.AlgorithmParameterGenerator
Initializes this parameter generator with a set of algorithm-specific parameter generation values.
init(AlgorithmParameterSpec, SecureRandom) - Method in class com.ibm.security12.java.security.AlgorithmParameterGenerator
Initializes this parameter generator with a set of algorithm-specific parameter generation values.
init(boolean) - Static method in class com.ibm.security12.sun.applet.AppletViewer
Prepare the enviroment for executing applets.
init(byte[]) - Method in class com.ibm.security12.java.security.AlgorithmParameters
Imports the specified parameters and decodes them according to the primary decoding format for parameters.
init(byte[], String) - Method in class com.ibm.security12.java.security.AlgorithmParameters
Imports the parameters from params and decodes them according to the specified decoding scheme.
init(int) - Method in class com.ibm.security12.java.security.AlgorithmParameterGenerator
Initializes this parameter generator for a certain size.
init(int, SecureRandom) - Method in class com.ibm.security12.java.security.AlgorithmParameterGenerator
Initializes this parameter generator for a certain size and source of randomness.
initialize(AlgorithmParameterSpec) - Method in class com.ibm.security12.java.security.KeyPairGenerator
Initializes the key pair generator using the specified parameter set and the SecureRandom implementation of the highest-priority installed provider as the source of randomness.
initialize(AlgorithmParameterSpec, SecureRandom) - Method in class com.ibm.security12.java.security.KeyPairGeneratorSpi
Initializes the key pair generator using the specified parameter set and user-provided source of randomness.
initialize(AlgorithmParameterSpec, SecureRandom) - Method in class com.ibm.security12.java.security.KeyPairGenerator
Initializes the key pair generator with the given parameter set and source of randomness.
initialize(AlgorithmParameterSpec, SecureRandom) - Method in class com.ibm.security12.sun.security.provider.DSAKeyPairGenerator
Initializes the DSA object using a parameter object.
initialize(DSAParams, SecureRandom) - Method in interface com.ibm.security12.java.security.interfaces.DSAKeyPairGenerator
Initializes the key pair generator using p, q and g, the DSA family parameters.
initialize(DSAParams, SecureRandom) - Method in class com.ibm.security12.sun.security.provider.DSAKeyPairGenerator
Initializes the DSA object using a DSA parameter object.
initialize(int) - Method in class com.ibm.security12.java.security.KeyPairGenerator
Initializes the key pair generator for a certain keysize using a default parameter set and the SecureRandom implementation of the highest-priority installed provider as the source of randomness.
initialize(int, boolean, SecureRandom) - Method in interface com.ibm.security12.java.security.interfaces.DSAKeyPairGenerator
Initializes the key pair generator for a given modulus length, without parameters.
initialize(int, boolean, SecureRandom) - Method in class com.ibm.security12.sun.security.provider.DSAKeyPairGenerator
Initializes the DSA key pair generator.
initialize(int, SecureRandom) - Method in class com.ibm.security12.java.security.KeyPairGeneratorSpi
Initializes the key pair generator for a certain keysize, using the default parameter set.
initialize(int, SecureRandom) - Method in class com.ibm.security12.java.security.KeyPairGenerator
Initializes the key pair generator for a certain keysize with the given source of randomness (and a default parameter set).
initialize(int, SecureRandom) - Method in class com.ibm.security12.sun.security.provider.DSAKeyPairGenerator
 
initSign(PrivateKey) - Method in class com.ibm.security12.java.security.Signature
Initialize this object for signing.
initSign(PrivateKey, SecureRandom) - Method in class com.ibm.security12.java.security.Signature
Initialize this object for signing.
initVerify(PublicKey) - Method in class com.ibm.security12.java.security.Signature
Initializes this object for verification.
insertElementAt(Object, int) - Method in class com.ibm.security12.java.util.Vector
Inserts the specified object as a component in this vector at the specified index.
insertProviderAt(Provider, int) - Static method in class com.ibm.security12.java.security.Security
Adds a new provider, at a specified position.
interval - Variable in class com.ibm.security12.sun.security.x509.X509CertInfo
 
inThreadGroup(Thread) - Method in class com.ibm.security12.sun.applet.AppletSecurity
Returns true if the threadgroup of thread is in the applet's own threadgroup.
inThreadGroup(ThreadGroup) - Method in class com.ibm.security12.sun.applet.AppletSecurity
Returns true if this threadgroup is in the applet's own thread group.
InvalidAlgorithmParameterException - exception com.ibm.security12.java.security.InvalidAlgorithmParameterException.
This is the exception for invalid or inappropriate algorithm parameters.
InvalidAlgorithmParameterException() - Constructor for class com.ibm.security12.java.security.InvalidAlgorithmParameterException
Constructs an InvalidAlgorithmParameterException with no detail message.
InvalidAlgorithmParameterException(String) - Constructor for class com.ibm.security12.java.security.InvalidAlgorithmParameterException
Constructs an InvalidAlgorithmParameterException with the specified detail message.
InvalidKeySpecException - exception com.ibm.security12.java.security.spec.InvalidKeySpecException.
This is the exception for invalid key specifications.
InvalidKeySpecException() - Constructor for class com.ibm.security12.java.security.spec.InvalidKeySpecException
Constructs an InvalidKeySpecException with no detail message.
InvalidKeySpecException(String) - Constructor for class com.ibm.security12.java.security.spec.InvalidKeySpecException
Constructs an InvalidKeySpecException with the specified detail message.
InvalidParameterSpecException - exception com.ibm.security12.java.security.spec.InvalidParameterSpecException.
This is the exception for invalid parameter specifications.
InvalidParameterSpecException() - Constructor for class com.ibm.security12.java.security.spec.InvalidParameterSpecException
Constructs an InvalidParameterSpecException with no detail message.
InvalidParameterSpecException(String) - Constructor for class com.ibm.security12.java.security.spec.InvalidParameterSpecException
Constructs an InvalidParameterSpecException with the specified detail message.
ipAddress_oid - Static variable in class com.ibm.security12.sun.security.x509.X500Name
OID for "IP=" IP address attributes, used with SKIP.
IPAddressName - class com.ibm.security12.sun.security.x509.IPAddressName.
This class implements the IPAddressName as required by the GeneralNames ASN.1 object.
IPAddressName(byte[]) - Constructor for class com.ibm.security12.sun.security.x509.IPAddressName
Create the IPAddressName object with the specified name.
IPAddressName(DerValue) - Constructor for class com.ibm.security12.sun.security.x509.IPAddressName
Create the IPAddressName object from the passed encoded Der value.
IS_CA - Static variable in class com.ibm.security12.sun.security.x509.BasicConstraintsExtension
 
isActive() - Method in class com.ibm.security12.sun.applet.AppletPanel
Return true when the applet has been started.
isCertificateEntry(String) - Method in class com.ibm.security12.java.security.KeyStore
Returns true if the entry identified by the given alias is a trusted certificate entry, and false otherwise.
isCompatibleWith(String) - Method in class com.ibm.security12.java.lang.Package
Compare this package's specification version with a desired version.
isConstructed() - Method in class com.ibm.security12.sun.security.util.DerValue
Returns true iff the CONSTRUCTED bit is set in the type tag.
isContextSpecific() - Method in class com.ibm.security12.sun.security.util.DerValue
Returns true iff the CONTEXT SPECIFIC bit is set in the type tag.
isContextSpecific(byte) - Method in class com.ibm.security12.sun.security.util.DerValue
Returns true iff the CONTEXT SPECIFIC TAG matches the passed tag.
isCritical() - Method in class com.ibm.security12.sun.security.x509.Extension
Returns true if extension is critical.
isDirectory() - Method in class com.ibm.security12.java.util.zip.ZipEntry
Returns true if this is a directory entry.
isEmpty() - Method in class com.ibm.security12.java.util.jar.Attributes
Returns true if this Map contains no attributes.
isEmpty() - Method in class com.ibm.security12.java.util.AbstractCollection
Returns true if this collection contains no elements. This implementation returns size() == 0.
isEmpty() - Method in class com.ibm.security12.java.util.Vector
Tests if this vector has no components.
isEmpty() - Method in class com.ibm.security12.java.util.HashSet
Returns true if this set contains no elements.
isEmpty() - Method in class com.ibm.security12.java.util.AbstractMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.ibm.security12.java.util.HashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface com.ibm.security12.java.util.Collection
Returns true if this collection contains no elements.
isEmpty() - Method in class com.ibm.security12.java.util.TreeSet
Returns true if this set contains no elements.
isEmpty() - Method in interface com.ibm.security12.java.util.Set
Returns true if this set contains no elements.
isEmpty() - Method in class com.ibm.security12.java.util.Hashtable
Tests if this hashtable maps no keys to values.
isEmpty() - Method in interface com.ibm.security12.java.util.Map
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.ibm.security12.java.util.ArrayList
Tests if this list has no elements.
isEmpty() - Method in interface com.ibm.security12.java.util.List
Returns true if this list contains no elements.
isEqual(byte[], byte[]) - Static method in class com.ibm.security12.java.security.MessageDigest
Compares two digests for equality.
isKeyEntry(String) - Method in class com.ibm.security12.java.security.KeyStore
Returns true if the entry identified by the given alias is a key entry, and false otherwise.
isOldStyle() - Method in class com.ibm.security12.sun.security.pkcs.PKCS7
Returns true if this is a JDK1.1.x-style PKCS#7 block, and false otherwise.
isOn(String) - Static method in class com.ibm.security12.sun.security.util.Debug
True if the system property "security.debug" contains the string "option".
isReadOnly() - Method in class com.ibm.security12.java.security.PermissionCollection
Returns true if this PermissionCollection object is marked as readonly.
isRevoked(Certificate) - Method in class com.ibm.security12.java.security.cert.CRL
Checks whether the given certificate is on this CRL.
isRevoked(Certificate) - Method in class com.ibm.security12.sun.security.x509.X509CRLImpl
Checks whether the given certificate is on this CRL.
isSealed() - Method in class com.ibm.security12.java.lang.Package
Returns true if this package is sealed.
isSealed(URL) - Method in class com.ibm.security12.java.lang.Package
Returns true if this package is sealed with respect to the specified code source url.
isSingleValued() - Method in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
Show whether this attribute is single-valued.
isStandalone() - Method in interface com.ibm.security12.sun.applet.AppletViewerFactory
 
issuer - Variable in class com.ibm.security12.sun.security.x509.X509CertInfo
 
ISSUER - Static variable in class com.ibm.security12.sun.security.x509.X509CertInfo
 
ISSUER_DN - Static variable in class com.ibm.security12.sun.security.x509.X509CertImpl
 
ISSUER_ID - Static variable in class com.ibm.security12.sun.security.x509.X509CertInfo
 
ISSUER_NAME - Static variable in class com.ibm.security12.sun.security.x509.IssuerAlternativeNameExtension
 
ISSUER_SERIALNUMBER_OID - Static variable in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
 
ISSUER_SERIALNUMBER_STR - Static variable in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
 
IssuerAlternativeNameExtension - class com.ibm.security12.sun.security.x509.IssuerAlternativeNameExtension.
This represents the Issuer Alternative Name Extension.
IssuerAlternativeNameExtension() - Constructor for class com.ibm.security12.sun.security.x509.IssuerAlternativeNameExtension
Create a default IssuerAlternativeNameExtension.
IssuerAlternativeNameExtension(Boolean, Object) - Constructor for class com.ibm.security12.sun.security.x509.IssuerAlternativeNameExtension
Create the extension from the passed DER encoded value.
IssuerAlternativeNameExtension(GeneralNames) - Constructor for class com.ibm.security12.sun.security.x509.IssuerAlternativeNameExtension
Create a IssuerAlternativeNameExtension with the passed GeneralNames.
issuerUniqueId - Variable in class com.ibm.security12.sun.security.x509.X509CertInfo
 
isTrusted() - Method in class com.ibm.security12.sun.security.provider.SystemIdentity
Is this identity trusted by sun.* facilities?
isTrusted() - Method in class com.ibm.security12.sun.security.provider.SystemSigner
Returns true if this signer is trusted.
Iterator - interface com.ibm.security12.java.util.Iterator.
An iterator over a collection.
iterator() - Method in class com.ibm.security12.java.util.AbstractCollection
Returns an iterator over the elements contained in this collection.
iterator() - Method in class com.ibm.security12.java.util.AbstractList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class com.ibm.security12.java.util.HashSet
Returns an iterator over the elements in this set.
iterator() - Method in interface com.ibm.security12.java.util.Collection
Returns an iterator over the elements in this collection.
iterator() - Method in class com.ibm.security12.java.util.AbstractSequentialList
Returns an iterator over the elements in this list (in proper sequence). This implementation merely returns a list iterator over the list.
iterator() - Method in class com.ibm.security12.java.util.TreeSet
Returns an iterator over the elements in this set.
iterator() - Method in interface com.ibm.security12.java.util.Set
Returns an iterator over the elements in this set.
iterator() - Method in interface com.ibm.security12.java.util.List
Returns an iterator over the elements in this list in proper sequence.

J

JarEntry - class com.ibm.security12.java.util.jar.JarEntry.
This class is used to represent a JAR file entry.
JarEntry(JarEntry) - Constructor for class com.ibm.security12.java.util.jar.JarEntry
Creates a new JarEntry with fields taken from the specified JarEntry object.
JarEntry(String) - Constructor for class com.ibm.security12.java.util.jar.JarEntry
Creates a new JarEntry for the specified JAR file entry name.
JarEntry(ZipEntry) - Constructor for class com.ibm.security12.java.util.jar.JarEntry
Creates a new JarEntry with fields taken from the specified ZipEntry object.
JarException - exception com.ibm.security12.java.util.jar.JarException.
Signals that an error of some sort has occurred while reading from or writing to a JAR file.
JarException() - Constructor for class com.ibm.security12.java.util.jar.JarException
Constructs a JarException with no detail message.
JarException(String) - Constructor for class com.ibm.security12.java.util.jar.JarException
Constructs a JarException with the specified detail message.
JarFile - class com.ibm.security12.java.util.jar.JarFile.
The JarFile class is used to read the contents of a JAR file from any file that can be opened with java.io.RandomAccessFile.
JarFile(File) - Constructor for class com.ibm.security12.java.util.jar.JarFile
Creates a new JarFile to read from the specified File object.
JarFile(File, boolean) - Constructor for class com.ibm.security12.java.util.jar.JarFile
Creates a new JarFile to read from the specified File object.
JarFile(String) - Constructor for class com.ibm.security12.java.util.jar.JarFile
Creates a new JarFile to read from the specified file name.
JarFile(String, boolean) - Constructor for class com.ibm.security12.java.util.jar.JarFile
Creates a new JarFile to read from the specified file name.
jarFileURLConnection - Variable in class com.ibm.security12.java.net.JarURLConnection
The connection to the JAR file URL, if the connection has been initiated.
JarInputStream - class com.ibm.security12.java.util.jar.JarInputStream.
The JarInputStream class is used to read the contents of a JAR file from any input stream.
JarInputStream(InputStream) - Constructor for class com.ibm.security12.java.util.jar.JarInputStream
Creates a new JarInputStream and reads the optional manifest.
JarInputStream(InputStream, boolean) - Constructor for class com.ibm.security12.java.util.jar.JarInputStream
Creates a new JarInputStream and reads the optional manifest.
JarOutputStream - class com.ibm.security12.java.util.jar.JarOutputStream.
The JarOutputStream class is used to write the contents of a JAR file to any output stream.
JarOutputStream(OutputStream) - Constructor for class com.ibm.security12.java.util.jar.JarOutputStream
Creates a new JarOutputStream with no manifest.
JarOutputStream(OutputStream, Manifest) - Constructor for class com.ibm.security12.java.util.jar.JarOutputStream
Creates a new JarOutputStream with the specified Manifest.
JarSigner - class com.ibm.security12.sun.security.tools.JarSigner.
The jarsigner utility.
JarSigner() - Constructor for class com.ibm.security12.sun.security.tools.JarSigner
 
JarURLConnection - class com.ibm.security12.java.net.JarURLConnection.
A URL Connection to a Java ARchive (JAR) file or an entry in a JAR file.
JarURLConnection - class com.ibm.security12.sun.net.www.protocol.jar.JarURLConnection.
 
JarURLConnection(URL) - Constructor for class com.ibm.security12.java.net.JarURLConnection
 
JarURLConnection(URL, Handler) - Constructor for class com.ibm.security12.sun.net.www.protocol.jar.JarURLConnection
 
JavaKeyStore - class com.ibm.security12.sun.security.provider.JavaKeyStore.
This class provides the keystore implementation referred to as "JKS".
JavaKeyStore() - Constructor for class com.ibm.security12.sun.security.provider.JavaKeyStore
 

K

key - Variable in class com.ibm.security12.sun.security.pkcs.PKCS8Key
 
key - Variable in class com.ibm.security12.sun.security.x509.X509Key
 
KEY - Static variable in class com.ibm.security12.sun.security.x509.CertificateX509Key
 
KEY - Static variable in class com.ibm.security12.sun.security.x509.X509CertInfo
 
KEY_AGREEMENT - Static variable in class com.ibm.security12.sun.security.x509.KeyUsageExtension
 
KEY_CERTSIGN - Static variable in class com.ibm.security12.sun.security.x509.KeyUsageExtension
 
KEY_COMPROMISE - Static variable in class com.ibm.security12.sun.security.x509.CRLReasonCodeExtension
 
KEY_ENCIPHERMENT - Static variable in class com.ibm.security12.sun.security.x509.KeyUsageExtension
 
KEY_ID - Static variable in class com.ibm.security12.sun.security.x509.AuthorityKeyIdentifierExtension
 
KEY_ID - Static variable in class com.ibm.security12.sun.security.x509.SubjectKeyIdentifierExtension
 
KeyFactory - class com.ibm.security12.java.security.KeyFactory.
Key factories are used to convert keys (opaque cryptographic keys of type Key) into key specifications (transparent representations of the underlying key material), and vice versa.
KeyFactory(KeyFactorySpi, Provider, String) - Constructor for class com.ibm.security12.java.security.KeyFactory
Creates a KeyFactory object.
KeyFactorySpi - class com.ibm.security12.java.security.KeyFactorySpi.
This class defines the Service Provider Interface (SPI) for the KeyFactory class.
KeyFactorySpi() - Constructor for class com.ibm.security12.java.security.KeyFactorySpi
 
KeyIdentifier - class com.ibm.security12.sun.security.x509.KeyIdentifier.
Represent the Key Identifier ASN.1 object.
KeyIdentifier(byte[]) - Constructor for class com.ibm.security12.sun.security.x509.KeyIdentifier
Create a KeyIdentifier with the passed bit settings.
KeyIdentifier(DerValue) - Constructor for class com.ibm.security12.sun.security.x509.KeyIdentifier
Create a KeyIdentifier from the DER encoded value.
KeyPair - class com.ibm.security12.java.security.KeyPair.
This class is a simple holder for a key pair (a public key and a private key).
KeyPair(PublicKey, PrivateKey) - Constructor for class com.ibm.security12.java.security.KeyPair
Constructs a key pair from the given public key and private key.
KeyPairGenerator - class com.ibm.security12.java.security.KeyPairGenerator.
The KeyPairGenerator class is used to generate pairs of public and private keys.
KeyPairGenerator(String) - Constructor for class com.ibm.security12.java.security.KeyPairGenerator
Creates a KeyPairGenerator object for the specified algorithm.
KeyPairGeneratorSpi - class com.ibm.security12.java.security.KeyPairGeneratorSpi.
This class defines the Service Provider Interface (SPI) for the KeyPairGenerator class, which is used to generate pairs of public and private keys.
KeyPairGeneratorSpi() - Constructor for class com.ibm.security12.java.security.KeyPairGeneratorSpi
 
keys() - Method in class com.ibm.security12.java.util.Hashtable
Returns an enumeration of the keys in this hashtable.
keySet() - Method in class com.ibm.security12.java.security.Provider
Returns an unmodifiable Set view of the property keys contained in this provider.
keySet() - Method in class com.ibm.security12.java.util.jar.Attributes
Returns a Set view of the attribute names (keys) contained in this Map.
keySet() - Method in class com.ibm.security12.java.util.AbstractMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class com.ibm.security12.java.util.HashMap
Returns a set view of the keys contained in this map.
keySet() - Method in class com.ibm.security12.java.util.Hashtable
Returns a Set view of the keys contained in this Hashtable.
keySet() - Method in class com.ibm.security12.java.util.TreeMap
Returns a Set view of the keys contained in this map.
keySet() - Method in interface com.ibm.security12.java.util.Map
Returns a set view of the keys contained in this map.
KeySpec - interface com.ibm.security12.java.security.spec.KeySpec.
A (transparent) specification of the key material that constitutes a cryptographic key.
KeyStore - class com.ibm.security12.java.security.KeyStore.
This class represents an in-memory collection of keys and certificates.
KeyStore(KeyStoreSpi, Provider, String) - Constructor for class com.ibm.security12.java.security.KeyStore
Creates a KeyStore object of the given type, and encapsulates the given provider implementation (SPI object) in it.
KeyStoreException - exception com.ibm.security12.java.security.KeyStoreException.
This is the generic KeyStore exception.
KeyStoreException() - Constructor for class com.ibm.security12.java.security.KeyStoreException
Constructs a KeyStoreException with no detail message.
KeyStoreException(String) - Constructor for class com.ibm.security12.java.security.KeyStoreException
Constructs a KeyStoreException with the specified detail message.
KeyStoreSpi - class com.ibm.security12.java.security.KeyStoreSpi.
This class defines the Service Provider Interface (SPI) for the KeyStore class.
KeyStoreSpi() - Constructor for class com.ibm.security12.java.security.KeyStoreSpi
 
KeyTool - class com.ibm.security12.sun.security.tools.KeyTool.
This tool manages keystores.
KeyUsageExtension - class com.ibm.security12.sun.security.x509.KeyUsageExtension.
Represent the Key Usage Extension.
KeyUsageExtension() - Constructor for class com.ibm.security12.sun.security.x509.KeyUsageExtension
Create a default key usage.
KeyUsageExtension(BitArray) - Constructor for class com.ibm.security12.sun.security.x509.KeyUsageExtension
Create a KeyUsageExtension with the passed bit settings.
KeyUsageExtension(boolean[]) - Constructor for class com.ibm.security12.sun.security.x509.KeyUsageExtension
Create a KeyUsageExtension with the passed bit settings.
KeyUsageExtension(Boolean, Object) - Constructor for class com.ibm.security12.sun.security.x509.KeyUsageExtension
Create the extension from the passed DER encoded value of the same.
KeyUsageExtension(byte[]) - Constructor for class com.ibm.security12.sun.security.x509.KeyUsageExtension
Create a KeyUsageExtension with the passed bit settings.

L

last() - Method in class com.ibm.security12.java.util.TreeSet
Returns the last (highest) element currently in this sorted set.
last() - Method in interface com.ibm.security12.java.util.SortedSet
Returns the last (highest) element currently in this sorted set.
lastElement() - Method in class com.ibm.security12.java.util.Vector
Returns the last component of the vector.
lastIndexOf(Object) - Method in class com.ibm.security12.java.util.AbstractList
Returns the index in this list of the last occurence of the specified element, or -1 if the list does not contain this element.
lastIndexOf(Object) - Method in class com.ibm.security12.java.util.Vector
Returns the index of the last occurrence of the specified object in this vector.
lastIndexOf(Object) - Method in class com.ibm.security12.java.util.ArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(Object) - Method in interface com.ibm.security12.java.util.List
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in class com.ibm.security12.java.util.LinkedList
Returns the index in this list of the last occurrence of the specified element, or -1 if the list does not contain this element.
lastIndexOf(Object, int) - Method in class com.ibm.security12.java.util.Vector
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
lastKey() - Method in interface com.ibm.security12.java.util.SortedMap
Returns the last (highest) key currently in this sorted map.
lastKey() - Method in class com.ibm.security12.java.util.TreeMap
Returns the last (highest) key currently in this sorted map.
Launcher - class com.ibm.security12.sun.misc.Launcher.
This class is used by the system to launch the main application.
Launcher() - Constructor for class com.ibm.security12.sun.misc.Launcher
 
LauncherNative - class com.ibm.security12.sun.misc.LauncherNative.
 
LauncherNative() - Constructor for class com.ibm.security12.sun.misc.LauncherNative
 
len - Variable in class com.ibm.security12.java.util.zip.InflaterInputStream
Length of input buffer.
length() - Method in class com.ibm.security12.sun.security.util.BitArray
Returns the length of this BitArray.
length() - Method in class com.ibm.security12.sun.security.util.DerValue
Get the length of the encoded value.
LinkedList - class com.ibm.security12.java.util.LinkedList.
Linked list implementation of the List interface.
LinkedList() - Constructor for class com.ibm.security12.java.util.LinkedList
Constructs an empty list.
LinkedList(Collection) - Constructor for class com.ibm.security12.java.util.LinkedList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
List - interface com.ibm.security12.java.util.List.
An ordered collection (also known as a sequence).
ListIterator - interface com.ibm.security12.java.util.ListIterator.
An iterator for lists that allows the programmer to traverse the list in either direction and modify the list during iteration.
listIterator() - Method in class com.ibm.security12.java.util.AbstractList
Returns an iterator of the elements in this list (in proper sequence).
listIterator() - Method in interface com.ibm.security12.java.util.List
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class com.ibm.security12.java.util.AbstractList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator(int) - Method in class com.ibm.security12.java.util.AbstractSequentialList
Returns a list iterator over the elements in this list (in proper sequence).
listIterator(int) - Method in interface com.ibm.security12.java.util.List
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listIterator(int) - Method in class com.ibm.security12.java.util.LinkedList
Returns a list-iterator of the elements in this list (in proper sequence), starting at the specified position in the list.
load(InputStream) - Method in class com.ibm.security12.java.security.Provider
Reads a property list (key and element pairs) from the input stream.
load(InputStream, char[]) - Method in class com.ibm.security12.java.security.KeyStore
Loads this KeyStore from the given input stream.
loadClass(String) - Method in class com.ibm.security12.java.lang.ClassLoader12
Loads the class with the specified name.
loadClass(String, boolean) - Method in class com.ibm.security12.java.lang.ClassLoader12
Loads the class with the specified name.
loadClass(String, boolean) - Method in class com.ibm.security12.sun.applet.AppletClassLoader
 
loadJarFiles(AppletClassLoader) - Method in class com.ibm.security12.sun.applet.AppletPanel
 
LoadLibraryAction - class com.ibm.security12.sun.security.action.LoadLibraryAction.
A convenience class for loading a system library as a privileged action.
LoadLibraryAction(String) - Constructor for class com.ibm.security12.sun.security.action.LoadLibraryAction
Constructor that takes the name of the system library that needs to be loaded.
localityName_oid - Static variable in class com.ibm.security12.sun.security.x509.X500Name
OID for the "L=" attribute, denoting a locality (such as a city)

M

MAGIC - Static variable in class com.ibm.security12.sun.security.provider.JavaKeyStore
 
Main - class com.ibm.security12.sun.misc.Main.
The Main class is used to run applications under a security manager that is enforced by the current system policy.
MAIN_CLASS - Static variable in class com.ibm.security12.java.util.jar.Attributes.Name
Some predefined attribute names.
Main() - Constructor for class com.ibm.security12.sun.misc.Main
 
main(String[]) - Static method in class com.ibm.security12.sun.applet.AppletViewer
Main
main(String[]) - Static method in class com.ibm.security12.sun.misc.Main
Used to install a new java.lang.SecurityManager as the system SecurityManager before invoking main in the specified class.
main(String[]) - Static method in class com.ibm.security12.sun.security.provider.PolicyParser
 
main(String[]) - Static method in class com.ibm.security12.sun.security.tools.KeyTool
 
main(String[]) - Static method in class com.ibm.security12.sun.security.tools.JarSigner
 
main(String[]) - Static method in class com.ibm.security12.sun.security.util.PropertyExpander
 
mainInit(boolean) - Static method in class com.ibm.security12.sun.applet.AppletViewer
mainInit can be called by direct clients
Manifest - class com.ibm.security12.java.util.jar.Manifest.
The Manifest class is used to maintain Manifest entry names and their associated Attributes.
MANIFEST_NAME - Static variable in class com.ibm.security12.java.util.jar.JarFile
 
MANIFEST_VERSION - Static variable in class com.ibm.security12.java.util.jar.Attributes.Name
Some predefined attribute names.
Manifest() - Constructor for class com.ibm.security12.java.util.jar.Manifest
Constructs a new, empty Manifest.
Manifest(InputStream) - Constructor for class com.ibm.security12.java.util.jar.Manifest
Constructs a new Manifest from the specified input stream.
Manifest(Manifest) - Constructor for class com.ibm.security12.java.util.jar.Manifest
Constructs a new Manifest that is a copy of the specified Manifest.
manifestDigest(MessageDigest) - Method in class com.ibm.security12.sun.security.util.ManifestDigester
 
ManifestDigester - class com.ibm.security12.sun.security.util.ManifestDigester.
This class is used to compute digests on sections of the Manifest.
ManifestDigester.Entry - class com.ibm.security12.sun.security.util.ManifestDigester.Entry.
 
ManifestDigester.Entry(int, int, int, byte[]) - Constructor for class com.ibm.security12.sun.security.util.ManifestDigester.Entry
 
ManifestDigester(byte[]) - Constructor for class com.ibm.security12.sun.security.util.ManifestDigester
 
ManifestEntryVerifier - class com.ibm.security12.sun.security.util.ManifestEntryVerifier.
This class is used to verify each entry in a jar file with its manifest value.
ManifestEntryVerifier(Manifest) - Constructor for class com.ibm.security12.sun.security.util.ManifestEntryVerifier
Create a new ManifestEntryVerifier object.
map - Variable in class com.ibm.security12.java.util.jar.Attributes
The attribute name-value mappings.
Map - interface com.ibm.security12.java.util.Map.
An object that maps keys to values.
MAP - Static variable in class com.ibm.security12.sun.security.x509.PolicyMappingsExtension
 
Map.Entry - interface com.ibm.security12.java.util.Map.Entry.
A map entry (key-value pair).
mark(int) - Method in class com.ibm.security12.sun.security.util.DerInputStream
Mark the current position in the buffer, so that a later call to reset will return here.
max(Collection) - Static method in class com.ibm.security12.java.util.Collections
Returns the maximum element of the given collection, according to the natural ordering of its elements.
max(Collection, Comparator) - Static method in class com.ibm.security12.java.util.Collections
Returns the maximum element of the given collection, according to the order induced by the specified comparator.
MD2_oid - Static variable in class com.ibm.security12.sun.security.x509.AlgorithmId
Algorithm ID for the MD2 Message Digest Algorthm, from RFC 1319.
md2WithRSAEncryption_oid - Static variable in class com.ibm.security12.sun.security.x509.AlgorithmId
Identifies a signing algorithm where an MD2 digest is encrypted using an RSA private key; defined in PKCS #1.
MD5 - class com.ibm.security12.sun.security.provider.MD5.
The MD5 class is used to compute an MD5 message digest over a given buffer of bytes.
MD5_oid - Static variable in class com.ibm.security12.sun.security.x509.AlgorithmId
Algorithm ID for the MD5 Message Digest Algorthm, from RFC 1321.
MD5() - Constructor for class com.ibm.security12.sun.security.provider.MD5
Standard constructor, creates a new MD5 instance, allocates its buffers from the heap.
md5WithRSAEncryption_oid - Static variable in class com.ibm.security12.sun.security.x509.AlgorithmId
Identifies a signing algorithm where an MD5 digest is encrypted using an RSA private key; defined in PKCS #1.
MESSAGE_DIGEST_OID - Static variable in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
 
MESSAGE_DIGEST_STR - Static variable in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
 
MessageDigest - class com.ibm.security12.java.security.MessageDigest.
This MessageDigest class provides applications the functionality of a message digest algorithm, such as MD5 or SHA.
MessageDigest(String) - Constructor for class com.ibm.security12.java.security.MessageDigest
Creates a message digest with the specified algorithm name.
MessageDigestSpi - class com.ibm.security12.java.security.MessageDigestSpi.
This class defines the Service Provider Interface (SPI) for the MessageDigest class, which provides the functionality of a message digest algorithm, such as MD5 or SHA.
MessageDigestSpi() - Constructor for class com.ibm.security12.java.security.MessageDigestSpi
 
min(Collection) - Static method in class com.ibm.security12.java.util.Collections
Returns the minimum element of the given collection, according to the natural ordering of its elements.
min(Collection, Comparator) - Static method in class com.ibm.security12.java.util.Collections
Returns the minimum element of the given collection, according to the order induced by the specified comparator.
minimumSize() - Method in class com.ibm.security12.sun.applet.AppletPanel
Deprecated. As of JDK version 1.1, replaced by getMinimumSize().
modCount - Variable in class com.ibm.security12.java.util.AbstractList
The number of times this list has been structurally modified.
MsgAppletViewer - class com.ibm.security12.sun.applet.resources.MsgAppletViewer.
 
MsgAppletViewer() - Constructor for class com.ibm.security12.sun.applet.resources.MsgAppletViewer
 

N

name - Variable in class com.ibm.security12.sun.security.provider.PolicyParser.PermissionEntry
 
NAME - Static variable in class com.ibm.security12.sun.security.x509.CertificateIssuerUniqueIdentity
Sub attributes name for this CertAttrSet.
NAME - Static variable in class com.ibm.security12.sun.security.x509.BasicConstraintsExtension
Attribute names.
NAME - Static variable in class com.ibm.security12.sun.security.x509.CertificateVersion
Sub attributes name for this CertAttrSet.
NAME - Static variable in class com.ibm.security12.sun.security.x509.KeyUsageExtension
Attribute names.
NAME - Static variable in class com.ibm.security12.sun.security.x509.CRLReasonCodeExtension
Attribute name and Reason codes
NAME - Static variable in class com.ibm.security12.sun.security.x509.CertificateSubjectName
Sub attributes name for this CertAttrSet.
NAME - Static variable in class com.ibm.security12.sun.security.x509.CertificateSerialNumber
Sub attributes name for this CertAttrSet.
NAME - Static variable in class com.ibm.security12.sun.security.x509.CertificateExtensions
name
NAME - Static variable in class com.ibm.security12.sun.security.x509.PolicyConstraintsExtension
Attribute names.
NAME - Static variable in class com.ibm.security12.sun.security.x509.CertificateIssuerName
Sub attributes name for this CertAttrSet.
NAME - Static variable in class com.ibm.security12.sun.security.x509.NameConstraintsExtension
Attribute names.
NAME - Static variable in class com.ibm.security12.sun.security.x509.CertificateX509Key
Sub attributes name for this CertAttrSet.
NAME - Static variable in class com.ibm.security12.sun.security.x509.X509CertInfo
 
NAME - Static variable in class com.ibm.security12.sun.security.x509.NetscapeCertTypeExtension
Attribute names.
NAME - Static variable in class com.ibm.security12.sun.security.x509.X509CertImpl
Public attribute names.
NAME - Static variable in class com.ibm.security12.sun.security.x509.CertificateValidity
Sub attributes name for this CertAttrSet.
NAME - Static variable in class com.ibm.security12.sun.security.x509.IssuerAlternativeNameExtension
Attribute names.
NAME - Static variable in class com.ibm.security12.sun.security.x509.CertificateAlgorithmId
Sub attributes name for this CertAttrSet.
NAME - Static variable in class com.ibm.security12.sun.security.x509.CRLNumberExtension
Attribute name.
NAME - Static variable in class com.ibm.security12.sun.security.x509.AuthorityKeyIdentifierExtension
Attribute names.
NAME - Static variable in class com.ibm.security12.sun.security.x509.SubjectAlternativeNameExtension
Attribute names.
NAME - Static variable in class com.ibm.security12.sun.security.x509.PolicyMappingsExtension
Attribute names.
NAME - Static variable in class com.ibm.security12.sun.security.x509.CertificateSubjectUniqueIdentity
Sub attributes name for this CertAttrSet.
NAME - Static variable in class com.ibm.security12.sun.security.x509.PrivateKeyUsageExtension
Sub attributes name for this CertAttrSet.
NAME - Static variable in class com.ibm.security12.sun.security.x509.SubjectKeyIdentifierExtension
Attribute names.
NAME_ANY - Static variable in interface com.ibm.security12.sun.security.x509.GeneralNameInterface
The list of names supported.
NAME_DIRECTORY - Static variable in interface com.ibm.security12.sun.security.x509.GeneralNameInterface
 
NAME_DNS - Static variable in interface com.ibm.security12.sun.security.x509.GeneralNameInterface
 
NAME_EDI - Static variable in interface com.ibm.security12.sun.security.x509.GeneralNameInterface
 
NAME_IP - Static variable in interface com.ibm.security12.sun.security.x509.GeneralNameInterface
 
NAME_OID - Static variable in interface com.ibm.security12.sun.security.x509.GeneralNameInterface
 
NAME_RFC822 - Static variable in interface com.ibm.security12.sun.security.x509.GeneralNameInterface
 
NAME_URI - Static variable in interface com.ibm.security12.sun.security.x509.GeneralNameInterface
 
NAME_X400 - Static variable in interface com.ibm.security12.sun.security.x509.GeneralNameInterface
 
NameConstraintsExtension - class com.ibm.security12.sun.security.x509.NameConstraintsExtension.
This class defines the Name Constraints Extension.
NameConstraintsExtension(Boolean, Object) - Constructor for class com.ibm.security12.sun.security.x509.NameConstraintsExtension
Create the extension from the passed DER encoded value.
NameConstraintsExtension(GeneralSubtrees, GeneralSubtrees) - Constructor for class com.ibm.security12.sun.security.x509.NameConstraintsExtension
The default constructor for this class.
nCopies(int, Object) - Static method in class com.ibm.security12.java.util.Collections
Returns an immutable list consisting of n copies of the specified object.
needSignatureFile(String) - Method in class com.ibm.security12.sun.security.util.SignatureFileVerifier
returns true if we need this .SF file.
needSignatureFileBytes() - Method in class com.ibm.security12.sun.security.util.SignatureFileVerifier
returns true if we need the .SF file
NetPermission - class com.ibm.security12.java.net.NetPermission.
This class is for various network permissions.
NetPermission(String) - Constructor for class com.ibm.security12.java.net.NetPermission
Creates a new NetPermission with the specified name.
NetPermission(String, String) - Constructor for class com.ibm.security12.java.net.NetPermission
Creates a new NetPermission object with the specified name.
NETSCAPE_CERT_SEQUENCE_OID - Static variable in class com.ibm.security12.sun.security.pkcs.ContentInfo
The ASN.1 systax for the Netscape Certificate Sequence data type is defined here.
NetscapeCertType_Id - Static variable in class com.ibm.security12.sun.security.x509.NetscapeCertTypeExtension
Object identifier for the Netscape-Cert-Type extension.
NetscapeCertTypeExtension - class com.ibm.security12.sun.security.x509.NetscapeCertTypeExtension.
Represents Netscape Certificate Type Extension.
NetscapeCertTypeExtension() - Constructor for class com.ibm.security12.sun.security.x509.NetscapeCertTypeExtension
Create a default key usage.
NetscapeCertTypeExtension(boolean[]) - Constructor for class com.ibm.security12.sun.security.x509.NetscapeCertTypeExtension
Create a NetscapeCertTypeExtension with the passed bit settings.
NetscapeCertTypeExtension(Boolean, Object) - Constructor for class com.ibm.security12.sun.security.x509.NetscapeCertTypeExtension
Create the extension from the passed DER encoded value of the same.
NetscapeCertTypeExtension(byte[]) - Constructor for class com.ibm.security12.sun.security.x509.NetscapeCertTypeExtension
Create a NetscapeCertTypeExtension with the passed bit settings.
networkProperties() - Static method in class com.ibm.security12.sun.applet.AppletViewer
 
newInstance(URL[]) - Static method in class com.ibm.security12.java.net.URLClassLoader
Creates a new instance of URLClassLoader for the specified URLs and default parent class loader.
newInstance(URL[], ClassLoader12) - Static method in class com.ibm.security12.java.net.URLClassLoader
Creates a new instance of URLClassLoader for the specified URLs and parent class loader.
newPermissionCollection() - Method in class com.ibm.security12.java.io.FilePermission
Returns a new PermissionCollection object for storing FilePermission objects.
newPermissionCollection() - Method in class com.ibm.security12.java.net.SocketPermission
Returns a new PermissionCollection object for storing SocketPermission objects.
newPermissionCollection() - Method in class com.ibm.security12.java.security.Permission
Returns an empty PermissionCollection for a given Permission object, or null if one is not defined.
newPermissionCollection() - Method in class com.ibm.security12.java.security.BasicPermission
Returns a new PermissionCollection object for storing BasicPermission objects.
newPermissionCollection() - Method in class com.ibm.security12.java.security.AllPermission
Returns a new PermissionCollection object for storing AllPermission objects.
newPermissionCollection() - Method in class com.ibm.security12.java.security.UnresolvedPermission
Returns a new PermissionCollection object for storing UnresolvedPermission objects.
newPermissionCollection() - Method in class com.ibm.security12.java.util.PropertyPermission
Returns a new PermissionCollection object for storing PropertyPermission objects.
next() - Method in interface com.ibm.security12.java.util.ListIterator
Returns the next element in the list.
next() - Method in interface com.ibm.security12.java.util.Iterator
Returns the next element in the interation.
next(int) - Method in class com.ibm.security12.java.security.SecureRandom
Generates an integer containing the user-specified number of pseudo-random bits (right justified, with leading zeros).
nextBoolean() - Method in class com.ibm.security12.java.util.Random12
Returns the next pseudorandom, uniformly distributed boolean value from this random number generator's sequence.
nextBytes(byte[]) - Method in class com.ibm.security12.java.security.SecureRandom
Generates a user-specified number of random bytes.
nextElement() - Method in class com.ibm.security12.sun.misc.CompoundEnumeration
 
nextIndex() - Method in interface com.ibm.security12.java.util.ListIterator
Returns the index of the element that would be returned by a subsequent call to next.
nextInt(int) - Method in class com.ibm.security12.java.util.Random12
Returns a pseudorandom, uniformly distributed int value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence.
NON_REPUDIATION - Static variable in class com.ibm.security12.sun.security.x509.KeyUsageExtension
 
NOT_AFTER - Static variable in class com.ibm.security12.sun.security.x509.CertificateValidity
 
NOT_AFTER - Static variable in class com.ibm.security12.sun.security.x509.PrivateKeyUsageExtension
 
NOT_BEFORE - Static variable in class com.ibm.security12.sun.security.x509.CertificateValidity
 
NOT_BEFORE - Static variable in class com.ibm.security12.sun.security.x509.PrivateKeyUsageExtension
 
NUMBER - Static variable in class com.ibm.security12.sun.security.x509.CertificateSerialNumber
 
NUMBER - Static variable in class com.ibm.security12.sun.security.x509.CRLNumberExtension
 

O

OBJECT_SIGNING - Static variable in class com.ibm.security12.sun.security.x509.NetscapeCertTypeExtension
 
OBJECT_SIGNING_CA - Static variable in class com.ibm.security12.sun.security.x509.NetscapeCertTypeExtension
 
ObjectIdentifier - class com.ibm.security12.sun.security.util.ObjectIdentifier.
Represent an ISO Object Identifier.
ObjectIdentifier(DerInputStream) - Constructor for class com.ibm.security12.sun.security.util.ObjectIdentifier
Constructs an object ID from an ASN.1 encoded input stream.
ObjectIdentifier(int[]) - Constructor for class com.ibm.security12.sun.security.util.ObjectIdentifier
Constructs an object ID from an array of integers.
ObjectIdentifier(String) - Constructor for class com.ibm.security12.sun.security.util.ObjectIdentifier
Constructs an object identifier from a string.
OIDMap - class com.ibm.security12.sun.security.x509.OIDMap.
This class defines the mapping from OID & name to classes and vice versa.
OIDMap() - Constructor for class com.ibm.security12.sun.security.x509.OIDMap
 
OIDName - class com.ibm.security12.sun.security.x509.OIDName.
This class implements the OIDName as required by the GeneralNames ASN.1 object.
OIDName(DerValue) - Constructor for class com.ibm.security12.sun.security.x509.OIDName
Create the OIDName object from the passed encoded Der value.
OIDName(ObjectIdentifier) - Constructor for class com.ibm.security12.sun.security.x509.OIDName
Create the OIDName object with the specified name.
okToLoad() - Method in class com.ibm.security12.sun.applet.AppletPanel
 
OLD_DATA_OID - Static variable in class com.ibm.security12.sun.security.pkcs.ContentInfo
 
OLD_SIGNED_DATA_OID - Static variable in class com.ibm.security12.sun.security.pkcs.ContentInfo
 
on(boolean) - Method in class com.ibm.security12.java.security.DigestOutputStream
Turns the digest function on or off.
on(boolean) - Method in class com.ibm.security12.java.security.DigestInputStream
Turns the digest function on or off.
openConnection(URL) - Method in class com.ibm.security12.sun.net.www.protocol.jar.Handler
 
orgName_oid - Static variable in class com.ibm.security12.sun.security.x509.X500Name
OID for the "O=" attribute, denoting an organization name
orgUnitName_oid - Static variable in class com.ibm.security12.sun.security.x509.X500Name
OID for the "OU=" attribute, denoting an organizational unit name
OtherName - class com.ibm.security12.sun.security.x509.OtherName.
This class represents the OtherName as required by the GeneralNames ASN.1 object.
OtherName(DerValue) - Constructor for class com.ibm.security12.sun.security.x509.OtherName
Create the OtherName object from the passed encoded Der value.

P

p - Variable in class com.ibm.security12.sun.security.provider.DSAParameters
 
Package - class com.ibm.security12.java.lang.Package.
Package objects contain version information about the implementation and specification of a Java package.
params - Variable in class com.ibm.security12.sun.security.x509.AlgorithmId
Parameters for this algorithm.
paramsToString() - Method in class com.ibm.security12.sun.security.x509.AlgorithmId
Provides a human-readable description of the algorithm parameters.
paramsToString() - Method in class com.ibm.security12.sun.security.x509.AlgIdDSA
 
parse(DerValue) - Static method in class com.ibm.security12.sun.security.pkcs.PKCS8Key
 
parse(DerValue) - Static method in class com.ibm.security12.sun.security.x509.X509Key
Construct X.509 subject public key from a DER value.
parse(DerValue) - Static method in class com.ibm.security12.sun.security.x509.AlgorithmId
Parse (unmarshal) an ID from a DER sequence input value.
parse(URL) - Static method in class com.ibm.security12.sun.applet.AppletViewer
Scan an html file for tags
parse(URL, PrintStream, AppletViewerFactory) - Static method in class com.ibm.security12.sun.applet.AppletViewer
 
parseKey(DerValue) - Static method in class com.ibm.security12.sun.security.pkcs.PKCS8Key
Construct PKCS#8 subject public key from a DER value.
parseKeyBits() - Method in class com.ibm.security12.sun.security.pkcs.PKCS8Key
Parse the key bits.
parseKeyBits() - Method in class com.ibm.security12.sun.security.provider.DSAPrivateKey
 
parseKeyBits() - Method in class com.ibm.security12.sun.security.provider.DSAPublicKey
 
parseKeyBits() - Method in class com.ibm.security12.sun.security.x509.X509Key
Parse the key bits.
parseURL(URL, String, int, int) - Method in class com.ibm.security12.sun.net.www.protocol.jar.Handler
 
ParseUtil - class com.ibm.security12.sun.net.www.ParseUtil.
A class that contains useful routines common to sun.net.www
ParseUtil() - Constructor for class com.ibm.security12.sun.net.www.ParseUtil
 
PasswordAuthentication - class com.ibm.security12.java.net.PasswordAuthentication.
The class PasswordAuthentication is a data holder that is used by Authenticator.
PasswordAuthentication(String, char[]) - Constructor for class com.ibm.security12.java.net.PasswordAuthentication
Creates a new PasswordAuthentication object from the given user name and password.
PATH_LEN - Static variable in class com.ibm.security12.sun.security.x509.BasicConstraintsExtension
 
pathToURLs(String) - Static method in class com.ibm.security12.sun.misc.URLClassPath
Convert class path specification into an array of file URLs.
peekByte() - Method in class com.ibm.security12.sun.security.util.DerInputStream
 
permission - Variable in class com.ibm.security12.sun.security.provider.PolicyParser.PermissionEntry
 
Permission - class com.ibm.security12.java.security.Permission.
Abstract class for representing access to a system resource.
Permission(String) - Constructor for class com.ibm.security12.java.security.Permission
Constructs a permission with the specified name.
PermissionCollection - class com.ibm.security12.java.security.PermissionCollection.
Abstract class representing a collection of Permission objects.
PermissionCollection() - Constructor for class com.ibm.security12.java.security.PermissionCollection
 
permissionElements() - Method in class com.ibm.security12.sun.security.provider.PolicyParser.GrantEntry
Enumerate all the permission entries in this GrantEntry.
permissionEntries - Variable in class com.ibm.security12.sun.security.provider.PolicyParser.GrantEntry
 
Permissions - class com.ibm.security12.java.security.Permissions.
This class represents a heterogeneous collection of Permissions.
Permissions() - Constructor for class com.ibm.security12.java.security.Permissions
Creates a new Permissions object containing no PermissionCollections.
PERMITTED_SUBTREES - Static variable in class com.ibm.security12.sun.security.x509.NameConstraintsExtension
 
PKCS10 - class com.ibm.security12.sun.security.pkcs.PKCS10.
A PKCS #10 certificate request is created and sent to a Certificate Authority, which then creates an X.509 certificate and returns it to the entity that requested it.
PKCS10(byte[]) - Constructor for class com.ibm.security12.sun.security.pkcs.PKCS10
Parses an encoded, signed PKCS #10 certificate request, verifying the request's signature as it does so.
PKCS10(PublicKey) - Constructor for class com.ibm.security12.sun.security.pkcs.PKCS10
Constructs an unsigned PKCS #10 certificate request.
PKCS10(PublicKey, PKCS10Attributes) - Constructor for class com.ibm.security12.sun.security.pkcs.PKCS10
Constructs an unsigned PKCS #10 certificate request.
PKCS10Attribute - class com.ibm.security12.sun.security.pkcs.PKCS10Attribute.
Represent a PKCS#10 Attribute.
PKCS10Attribute(DerValue) - Constructor for class com.ibm.security12.sun.security.pkcs.PKCS10Attribute
Constructs an attribute from a DER encoding.
PKCS10Attribute(ObjectIdentifier, Object) - Constructor for class com.ibm.security12.sun.security.pkcs.PKCS10Attribute
Constructs an attribute from individual components of ObjectIdentifier and the value (any java object).
PKCS10Attribute(PKCS9Attribute) - Constructor for class com.ibm.security12.sun.security.pkcs.PKCS10Attribute
Constructs an attribute from PKCS9 attribute.
PKCS10Attributes - class com.ibm.security12.sun.security.pkcs.PKCS10Attributes.
This class defines the PKCS10 attributes for the request.
PKCS10Attributes() - Constructor for class com.ibm.security12.sun.security.pkcs.PKCS10Attributes
Default constructor for the PKCS10 attribute.
PKCS10Attributes(DerInputStream) - Constructor for class com.ibm.security12.sun.security.pkcs.PKCS10Attributes
Create the object, decoding the values from the passed DER stream.
PKCS10Attributes(PKCS10Attribute[]) - Constructor for class com.ibm.security12.sun.security.pkcs.PKCS10Attributes
Create the object from the array of PKCS10Attribute objects.
PKCS7 - class com.ibm.security12.sun.security.pkcs.PKCS7.
PKCS7 as defined in RSA Laboratories PKCS7 Technical Note.
PKCS7_OID - Static variable in class com.ibm.security12.sun.security.pkcs.ContentInfo
 
PKCS7(AlgorithmId[], ContentInfo, X509Certificate[], SignerInfo[]) - Constructor for class com.ibm.security12.sun.security.pkcs.PKCS7
Construct an initialized PKCS7 block.
PKCS7(byte[]) - Constructor for class com.ibm.security12.sun.security.pkcs.PKCS7
Unmarshals a PKCS7 block from its encoded form, parsing the encoded bytes.
PKCS7(DerInputStream) - Constructor for class com.ibm.security12.sun.security.pkcs.PKCS7
Unmarshals a PKCS7 block from its encoded form, parsing the encoded bytes from the DerInputStream.
PKCS7(InputStream) - Constructor for class com.ibm.security12.sun.security.pkcs.PKCS7
Unmarshals a PKCS7 block from its encoded form, parsing the encoded bytes from the InputStream.
PKCS8EncodedKeySpec - class com.ibm.security12.java.security.spec.PKCS8EncodedKeySpec.
This class represents the DER encoding of a private key, according to the format specified in the PKCS #8 standard.
PKCS8EncodedKeySpec(byte[]) - Constructor for class com.ibm.security12.java.security.spec.PKCS8EncodedKeySpec
Creates a new PKCS8EncodedKeySpec with the given encoded key.
PKCS8Key - class com.ibm.security12.sun.security.pkcs.PKCS8Key.
Holds a PKCS#8 key, for example a private key
PKCS8Key() - Constructor for class com.ibm.security12.sun.security.pkcs.PKCS8Key
Default constructor.
PKCS9Attribute - class com.ibm.security12.sun.security.pkcs.PKCS9Attribute.
Class supporting any PKCS9 attributes.
PKCS9Attribute(DerValue) - Constructor for class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
Construct a PKCS9Attribute from its encoding on an input stream.
PKCS9Attribute(ObjectIdentifier, Object) - Constructor for class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
Construct an attribute object from the attribute's OID and value.
PKCS9Attribute(String, Object) - Constructor for class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
Construct an attribute object from the attribute's name and value.
PKCS9Attributes - class com.ibm.security12.sun.security.pkcs.PKCS9Attributes.
A set of attributes of class PKCS9Attribute.
PKCS9Attributes(DerInputStream) - Constructor for class com.ibm.security12.sun.security.pkcs.PKCS9Attributes
Construct a set of PKCS9 Attributes from its contents of its DER encoding on a DerInputStream.
PKCS9Attributes(ObjectIdentifier[], DerInputStream) - Constructor for class com.ibm.security12.sun.security.pkcs.PKCS9Attributes
Construct a set of PKCS9 Attributes from its DER encoding on a DerInputStream, accepting only attributes with OIDs on the given list.
PKCS9Attributes(PKCS9Attribute[]) - Constructor for class com.ibm.security12.sun.security.pkcs.PKCS9Attributes
Construct a set of PKCS9 Attributes from the given array of PKCS9 attributes.
Policy - class com.ibm.security12.java.security.Policy.
This is an abstract class for representing the system security policy for a Java application environment (specifying which permissions are available for code from various sources).
Policy() - Constructor for class com.ibm.security12.java.security.Policy
 
PolicyConstraintsExtension - class com.ibm.security12.sun.security.x509.PolicyConstraintsExtension.
This class defines the certificate extension which specifies the Policy constraints.
PolicyConstraintsExtension(Boolean, Object) - Constructor for class com.ibm.security12.sun.security.x509.PolicyConstraintsExtension
Create the extension from its DER encoded value and criticality.
PolicyConstraintsExtension(int, int) - Constructor for class com.ibm.security12.sun.security.x509.PolicyConstraintsExtension
Create a PolicyConstraintsExtension object with both require explicit policy and inhibit policy mapping.
PolicyFile - class com.ibm.security12.sun.security.provider.PolicyFile.
The policy for a Java runtime (specifying which permissions are available for code from various principals) is represented as one or more separate persistent configurations.
PolicyFile() - Constructor for class com.ibm.security12.sun.security.provider.PolicyFile
Creates a Policy object.
PolicyMappingsExtension - class com.ibm.security12.sun.security.x509.PolicyMappingsExtension.
Represent the Policy Mappings Extension.
PolicyMappingsExtension() - Constructor for class com.ibm.security12.sun.security.x509.PolicyMappingsExtension
Create a default PolicyMappingsExtension.
PolicyMappingsExtension(Boolean, Object) - Constructor for class com.ibm.security12.sun.security.x509.PolicyMappingsExtension
Create the extension from the passed DER encoded value.
PolicyMappingsExtension(Vector) - Constructor for class com.ibm.security12.sun.security.x509.PolicyMappingsExtension
Create a PolicyMappings with the Vector of CertificatePolicyMap.
PolicyParser - class com.ibm.security12.sun.security.provider.PolicyParser.
The policy for a Java runtime (specifying which permissions are available for code from various principals) is represented as a separate persistent configuration.
PolicyParser.GrantEntry - class com.ibm.security12.sun.security.provider.PolicyParser.GrantEntry.
Each grant entry in the policy configuration file is represented by a GrantEntry object.
PolicyParser.GrantEntry() - Constructor for class com.ibm.security12.sun.security.provider.PolicyParser.GrantEntry
 
PolicyParser.GrantEntry(String, String) - Constructor for class com.ibm.security12.sun.security.provider.PolicyParser.GrantEntry
 
PolicyParser.ParsingException - exception com.ibm.security12.sun.security.provider.PolicyParser.ParsingException.
 
PolicyParser.ParsingException(int, String) - Constructor for class com.ibm.security12.sun.security.provider.PolicyParser.ParsingException
 
PolicyParser.ParsingException(int, String, String) - Constructor for class com.ibm.security12.sun.security.provider.PolicyParser.ParsingException
 
PolicyParser.ParsingException(String) - Constructor for class com.ibm.security12.sun.security.provider.PolicyParser.ParsingException
Constructs a ParsingException with the specified detail message.
PolicyParser.PermissionEntry - class com.ibm.security12.sun.security.provider.PolicyParser.PermissionEntry.
Each permission entry in the policy configuration file is represented by a PermissionEntry object.
PolicyParser.PermissionEntry() - Constructor for class com.ibm.security12.sun.security.provider.PolicyParser.PermissionEntry
 
PolicyParser.PermissionEntry(String, String, String) - Constructor for class com.ibm.security12.sun.security.provider.PolicyParser.PermissionEntry
 
PolicyParser() - Constructor for class com.ibm.security12.sun.security.provider.PolicyParser
Creates a PolicyParser object.
PolicyParser(boolean) - Constructor for class com.ibm.security12.sun.security.provider.PolicyParser
 
precedes(ObjectIdentifier) - Method in class com.ibm.security12.sun.security.util.ObjectIdentifier
Compares this identifier with another, for sorting purposes.
preferredSize() - Method in class com.ibm.security12.sun.applet.AppletPanel
Deprecated. As of JDK version 1.1, replaced by getPreferredSize().
previous() - Method in interface com.ibm.security12.java.util.ListIterator
Returns the previous element in the list.
previousIndex() - Method in interface com.ibm.security12.java.util.ListIterator
Returns the index of the element that would be returned by a subsequent call to previous.
print(PrintStream) - Method in class com.ibm.security12.sun.security.pkcs.PKCS10
Prints an E-Mailable version of the certificate request on the print stream passed.
println() - Method in class com.ibm.security12.sun.security.util.Debug
print a blank line to stderr that is prefixed with the prefix.
println(String) - Method in class com.ibm.security12.sun.security.util.Debug
print a message to stderr that is prefixed with the prefix created from the call to getInstance.
println(String, String) - Static method in class com.ibm.security12.sun.security.util.Debug
print a message to stderr that is prefixed with the prefix.
printStackTrace() - Method in class com.ibm.security12.java.security.PrivilegedActionException
Prints the stack trace of the exception that occurred.
printStackTrace(PrintStream) - Method in class com.ibm.security12.java.security.PrivilegedActionException
Prints the stack trace of the exception that occurred to the specified print stream.
printStackTrace(PrintWriter) - Method in class com.ibm.security12.java.security.PrivilegedActionException
Prints the stack trace of the exception that occurred to the specified print writer.
printTag(PrintStream, Hashtable) - Static method in class com.ibm.security12.sun.applet.AppletViewer
Print the HTML tag.
PrivateKeyUsageExtension - class com.ibm.security12.sun.security.x509.PrivateKeyUsageExtension.
This class defines the Private Key Usage Extension.
PrivateKeyUsageExtension(Boolean, Object) - Constructor for class com.ibm.security12.sun.security.x509.PrivateKeyUsageExtension
Create the extension from the passed DER encoded value.
PrivateKeyUsageExtension(Date, Date) - Constructor for class com.ibm.security12.sun.security.x509.PrivateKeyUsageExtension
The default constructor for PrivateKeyUsageExtension.
PrivilegedAction - interface com.ibm.security12.java.security.PrivilegedAction.
A computation to be performed with privileges enabled.
PrivilegedActionException - exception com.ibm.security12.java.security.PrivilegedActionException.
This exception is thrown by doPrivileged(PrivilegedExceptionAction) and doPrivileged(PrivilegedExceptionAction, AccessControlContext context) to indicate that the action being performed threw a checked exception.
PrivilegedActionException(Exception) - Constructor for class com.ibm.security12.java.security.PrivilegedActionException
Constructs a new PrivilegedActionException "wrapping" the specific Exception
PrivilegedExceptionAction - interface com.ibm.security12.java.security.PrivilegedExceptionAction.
A computation to be performed with privileges enabled, that throws one or more checked exceptions.
process(Hashtable) - Method in class com.ibm.security12.sun.security.util.SignatureFileVerifier
process the signature block file.
processUserAction(ActionEvent) - Method in class com.ibm.security12.sun.applet.AppletViewer
Handle events.
PropertyExpander - class com.ibm.security12.sun.security.util.PropertyExpander.
A utility class to expand properties embedded in a string.
PropertyExpander.ExpandException - exception com.ibm.security12.sun.security.util.PropertyExpander.ExpandException.
 
PropertyExpander.ExpandException(String) - Constructor for class com.ibm.security12.sun.security.util.PropertyExpander.ExpandException
 
PropertyExpander() - Constructor for class com.ibm.security12.sun.security.util.PropertyExpander
 
PropertyPermission - class com.ibm.security12.java.util.PropertyPermission.
This class is for property permissions.
PropertyPermission(String, String) - Constructor for class com.ibm.security12.java.util.PropertyPermission
Creates a new PropertyPermission object with the specified name.
ProtectionDomain - class com.ibm.security12.java.security.ProtectionDomain.
This ProtectionDomain class encapulates the characteristics of a domain, which encloses a set of classes whose instances are granted the same set of permissions.
ProtectionDomain(CodeSource, PermissionCollection) - Constructor for class com.ibm.security12.java.security.ProtectionDomain
Creates a new ProtectionDomain with the given CodeSource and Permissions.
ProtectionDomainStore - class com.ibm.security12.java.security.ProtectionDomainStore.
 
Provider - class com.ibm.security12.java.security.Provider.
This class represents a "provider" for the Java Security API, where a provider implements some or all parts of Java Security, including: Algorithms (such as DSA, RSA, MD5 or SHA-1).
Provider(String, double, String) - Constructor for class com.ibm.security12.java.security.Provider
Constructs a provider with the specified name, version number, and information.
pubKey - Variable in class com.ibm.security12.sun.security.x509.X509CertInfo
 
PUBLIC_KEY - Static variable in class com.ibm.security12.sun.security.x509.X509CertImpl
 
put(Object, Object) - Method in class com.ibm.security12.java.security.Provider
Sets the key property to have the specified value.
put(Object, Object) - Method in class com.ibm.security12.java.util.jar.Attributes
Associates the specified value with the specified attribute name (key) in this Map.
put(Object, Object) - Method in class com.ibm.security12.java.util.AbstractMap
Associates the specified value with the specified key in this map (optional operation).
put(Object, Object) - Method in class com.ibm.security12.java.util.HashMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.ibm.security12.java.util.Hashtable
Maps the specified key to the specified value in this hashtable.
put(Object, Object) - Method in class com.ibm.security12.java.util.TreeMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in interface com.ibm.security12.java.util.Map
Associates the specified value with the specified key in this map (optional operation).
putAll(Map) - Method in class com.ibm.security12.java.security.Provider
Copies all of the mappings from the specified Map to this provider.
putAll(Map) - Method in class com.ibm.security12.java.util.jar.Attributes
Copies all of the attribute name-value mappings from the specified Attributes to this Map.
putAll(Map) - Method in class com.ibm.security12.java.util.AbstractMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map) - Method in class com.ibm.security12.java.util.HashMap
Copies all of the mappings from the specified map to this one.
putAll(Map) - Method in class com.ibm.security12.java.util.Hashtable
Copies all of the mappings from the specified Map to this Hashtable These mappings will replace any mappings that this Hashtable had for any of the keys currently in the specified Map.
putAll(Map) - Method in class com.ibm.security12.java.util.TreeMap
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in interface com.ibm.security12.java.util.Map
Copies all of the mappings from the specified map to this map (optional operation).
putBitString(byte[]) - Method in class com.ibm.security12.sun.security.util.DerOutputStream
Marshals a DER bit string on the output stream.
putBoolean(boolean) - Method in class com.ibm.security12.sun.security.util.DerOutputStream
Marshals a DER boolean on the output stream.
putDerValue(DerValue) - Method in class com.ibm.security12.sun.security.util.DerOutputStream
Marshals pre-encoded DER value onto the output stream.
putEnumerated(BigInt) - Method in class com.ibm.security12.sun.security.util.DerOutputStream
Marshals a DER enumerated on the output stream.
putGeneralizedTime(Date) - Method in class com.ibm.security12.sun.security.util.DerOutputStream
Marshals a DER Generalized Time/date value.
putIA5String(String) - Method in class com.ibm.security12.sun.security.util.DerOutputStream
Marshals a string which is consists of IA5(ASCII) characters
putInteger(BigInt) - Method in class com.ibm.security12.sun.security.util.DerOutputStream
Marshals a DER unsigned integer on the output stream.
putLength(int) - Method in class com.ibm.security12.sun.security.util.DerOutputStream
Put the encoding of the length in the stream.
putNextEntry(ZipEntry) - Method in class com.ibm.security12.java.util.jar.JarOutputStream
Begins writing a new JAR file entry and positions the stream to the start of the entry data.
putNextEntry(ZipEntry) - Method in class com.ibm.security12.java.util.zip.ZipOutputStream
Begins writing a new ZIP file entry and positions the stream to the start of the entry data.
putNull() - Method in class com.ibm.security12.sun.security.util.DerOutputStream
Marshals a DER "null" value on the output stream.
putOctetString(byte[]) - Method in class com.ibm.security12.sun.security.util.DerOutputStream
DER-encodes an ASN.1 OCTET STRING value on the output stream.
putOID(ObjectIdentifier) - Method in class com.ibm.security12.sun.security.util.DerOutputStream
Marshals an object identifier (OID) on the output stream.
putOrderedSet(byte, DerEncoder[]) - Method in class com.ibm.security12.sun.security.util.DerOutputStream
Marshals the contents of a set on the output stream.
putOrderedSetOf(byte, DerEncoder[]) - Method in class com.ibm.security12.sun.security.util.DerOutputStream
Marshals the contents of a set on the output stream.
putPrintableString(String) - Method in class com.ibm.security12.sun.security.util.DerOutputStream
XXX what character set is this?
putSequence(DerValue[]) - Method in class com.ibm.security12.sun.security.util.DerOutputStream
Marshals a sequence on the output stream.
putSet(DerValue[]) - Method in class com.ibm.security12.sun.security.util.DerOutputStream
Marshals the contents of a set on the output stream without ordering the elements.
putTag(byte, boolean, byte) - Method in class com.ibm.security12.sun.security.util.DerOutputStream
Put the tag of the attribute in the stream.
putUnalignedBitString(BitArray) - Method in class com.ibm.security12.sun.security.util.DerOutputStream
Marshals a DER bit string on the output stream.
putUTCTime(Date) - Method in class com.ibm.security12.sun.security.util.DerOutputStream
Marshals a DER UTC time/date value.
putValue(String, String) - Method in class com.ibm.security12.java.util.jar.Attributes
Associates the specified value with the specified attribute name, specified as a String.

Q

q - Variable in class com.ibm.security12.sun.security.provider.DSAParameters
 

R

Random12 - class com.ibm.security12.java.util.Random12.
Random12 is an improved version of java.util.Random with the added functionality of two new methods: nextInt() and nextBoolean().
Random12() - Constructor for class com.ibm.security12.java.util.Random12
Creates a Random12 random number generator instance.
read() - Method in class com.ibm.security12.java.security.DigestInputStream
Reads a byte, and updates the message digest (if the digest function is on).
read() - Method in class com.ibm.security12.java.util.zip.InflaterInputStream
Reads a byte of uncompressed data.
read(byte[], int, int) - Method in class com.ibm.security12.java.security.DigestInputStream
Reads into a byte array, and updates the message digest (if the digest function is on).
read(byte[], int, int) - Method in class com.ibm.security12.java.util.jar.JarInputStream
Reads from the current JAR file entry into an array of bytes.
read(byte[], int, int) - Method in class com.ibm.security12.java.util.zip.InflaterInputStream
Reads uncompressed data into an array of bytes.
read(byte[], int, int) - Method in class com.ibm.security12.java.util.zip.ZipInputStream
Reads from the current ZIP entry into an array of bytes.
read(InputStream) - Method in class com.ibm.security12.java.util.jar.Manifest
Reads the Manifest from the specified InputStream.
read(Reader) - Method in class com.ibm.security12.sun.security.provider.PolicyParser
Reads a policy configuration into the Policy object using a Reader object.
readFully(InputStream, byte[], int, int) - Method in class com.ibm.security12.sun.misc.CharacterDecoder
This method works around the bizarre semantics of BufferedInputStream's read method.
readVector(int) - Method in class com.ibm.security12.sun.security.util.DerInputStream
 
REASON - Static variable in class com.ibm.security12.sun.security.x509.CRLReasonCodeExtension
 
refresh() - Method in class com.ibm.security12.java.security.Policy
Refreshes/reloads the policy configuration.
refresh() - Method in class com.ibm.security12.sun.security.provider.PolicyFile
Refreshes the policy object.
rehash() - Method in class com.ibm.security12.java.util.Hashtable
Increases the capacity of and internally reorganizes this hashtable, in order to accommodate and access its entries more efficiently.
REMOVE_FROM_CRL - Static variable in class com.ibm.security12.sun.security.x509.CRLReasonCodeExtension
 
remove() - Method in interface com.ibm.security12.java.util.ListIterator
Removes from the list the last element that was returned by next or previous (optional operation).
remove() - Method in interface com.ibm.security12.java.util.Iterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove(int) - Method in class com.ibm.security12.java.util.AbstractList
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class com.ibm.security12.java.util.Vector
Removes the element at the specified position in this Vector.
remove(int) - Method in class com.ibm.security12.java.util.AbstractSequentialList
Removes the element at the specified position in this list.
remove(int) - Method in class com.ibm.security12.java.util.Vector12
Removes the element at the specified position in this Vector.
remove(int) - Method in class com.ibm.security12.java.util.ArrayList
Removes the element at the specified position in this list.
remove(int) - Method in interface com.ibm.security12.java.util.List
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class com.ibm.security12.java.util.LinkedList
Removes the element at the specified position in this list.
remove(Object) - Method in class com.ibm.security12.java.security.Provider
Removes the key property (and its corresponding value).
remove(Object) - Method in class com.ibm.security12.java.util.jar.Attributes
Removes the attribute with the specified name (key) from this Map.
remove(Object) - Method in class com.ibm.security12.java.util.AbstractCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(Object) - Method in class com.ibm.security12.java.util.Vector
Removes the first occurrence of the specified element in this Vector If the Vector does not contain the element, it is unchanged.
remove(Object) - Method in class com.ibm.security12.java.util.HashSet
Removes the given element from this set if it is present.
remove(Object) - Method in class com.ibm.security12.java.util.AbstractMap
Removes the mapping for this key from this map if present (optional operation).
remove(Object) - Method in class com.ibm.security12.java.util.HashMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in interface com.ibm.security12.java.util.Collection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(Object) - Method in class com.ibm.security12.java.util.TreeSet
Removes the given element from this set if it is present.
remove(Object) - Method in interface com.ibm.security12.java.util.Set
Removes the specified element from this set if it is present (optional operation).
remove(Object) - Method in class com.ibm.security12.java.util.Hashtable
Removes the key (and its corresponding value) from this hashtable.
remove(Object) - Method in class com.ibm.security12.java.util.TreeMap
Removes the mapping for this key from this TreeMap if present.
remove(Object) - Method in interface com.ibm.security12.java.util.Map
Removes the mapping for this key from this map if present (optional operation).
remove(Object) - Method in interface com.ibm.security12.java.util.List
Removes the first occurrence in this list of the specified element (optional operation).
remove(Object) - Method in class com.ibm.security12.java.util.LinkedList
Removes the first occurrence of the specified element in this list.
remove(PolicyParser.GrantEntry) - Method in class com.ibm.security12.sun.security.provider.PolicyParser
 
remove(PolicyParser.PermissionEntry) - Method in class com.ibm.security12.sun.security.provider.PolicyParser.GrantEntry
 
removeAll(Collection) - Method in class com.ibm.security12.java.util.AbstractCollection
Removes from this collection all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection) - Method in class com.ibm.security12.java.util.Vector
Removes from this Vector all of its elements that are contained in the specified Collection.
removeAll(Collection) - Method in interface com.ibm.security12.java.util.Collection
Removes all this collection's elements that are also contained in the specified collection (optional operation).
removeAll(Collection) - Method in interface com.ibm.security12.java.util.Set
Removes from this set all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection) - Method in interface com.ibm.security12.java.util.List
Removes from this list all the elements that are contained in the specified collection (optional operation).
removeAllElements() - Method in class com.ibm.security12.java.util.Vector
Removes all components from this vector and sets its size to zero. This method is identical in functionality to the clear method (which is part of the List interface).
removeAppletListener(AppletListener) - Method in class com.ibm.security12.sun.applet.AppletPanel
 
removeCertificate(Certificate) - Method in class com.ibm.security12.java.security.Identity
Deprecated. Removes a certificate from this identity.
removeElement(Object) - Method in class com.ibm.security12.java.util.Vector
Removes the first (lowest-indexed) occurrence of the argument from this vector.
removeElementAt(int) - Method in class com.ibm.security12.java.util.Vector
Deletes the component at the specified index.
removeFirst() - Method in class com.ibm.security12.java.util.LinkedList
Removes and returns the first element from this list.
removeIdentity(Identity) - Method in class com.ibm.security12.java.security.IdentityScope
Deprecated. Removes an identity from this identity scope.
removeIdentity(Identity) - Method in class com.ibm.security12.sun.security.provider.IdentityDatabase
Removes an identity to the database.
removeLast() - Method in class com.ibm.security12.java.util.LinkedList
Removes and returns the last element from this list.
removeProvider(String) - Static method in class com.ibm.security12.java.security.Security
Removes the provider with the specified name.
removeRange(int, int) - Method in class com.ibm.security12.java.util.AbstractList
Removes from this list all of the elements whose index is between fromIndex, inclusive, and toIndex, exclusive.
removeRange(int, int) - Method in class com.ibm.security12.java.util.Vector
Removes from this List all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeRange(int, int) - Method in class com.ibm.security12.java.util.ArrayList
Removes from this List all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
replace(PolicyParser.GrantEntry, PolicyParser.GrantEntry) - Method in class com.ibm.security12.sun.security.provider.PolicyParser
 
requestPasswordAuthentication(InetAddress, int, String, String, String) - Static method in class com.ibm.security12.java.net.Authenticator
Ask the authenticator that has been registered with the system for a password.
REQUIRE - Static variable in class com.ibm.security12.sun.security.x509.PolicyConstraintsExtension
 
reset() - Method in class com.ibm.security12.java.security.MessageDigest
Resets the digest for further use.
reset() - Method in class com.ibm.security12.sun.applet.AppletSecurity
Reset from Properties
reset() - Method in class com.ibm.security12.sun.security.util.DerInputStream
Return to the position of the last mark call.
resetTag(byte) - Method in class com.ibm.security12.sun.security.util.DerValue
Set the tag of the attribute.
Resource - class com.ibm.security12.sun.misc.Resource.
This class is used to represent a Resource that has been loaded from the class path.
Resource() - Constructor for class com.ibm.security12.sun.misc.Resource
 
retainAll(Collection) - Method in class com.ibm.security12.java.util.AbstractCollection
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection) - Method in class com.ibm.security12.java.util.Vector
Retains only the elements in this Vector that are contained in the specified Collection.
retainAll(Collection) - Method in interface com.ibm.security12.java.util.Collection
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection) - Method in interface com.ibm.security12.java.util.Set
Retains only the elements in this set that are contained in the specified collection (optional operation).
retainAll(Collection) - Method in interface com.ibm.security12.java.util.List
Retains only the elements in this list that are contained in the specified collection (optional operation).
reverse(List) - Static method in class com.ibm.security12.java.util.Collections
Reverses the order of the elements in the specified list. This method runs in linear time.
reverseOrder() - Static method in class com.ibm.security12.java.util.Collections
Returns a comparator that imposes the reverse of the natural ordering on a collection of objects that implement the Comparable interface.
RFC822Name - class com.ibm.security12.sun.security.x509.RFC822Name.
This class implements the RFC822Name as required by the GeneralNames ASN.1 object.
RFC822Name(DerValue) - Constructor for class com.ibm.security12.sun.security.x509.RFC822Name
Create the RFC822Name object from the passed encoded Der value.
RFC822Name(String) - Constructor for class com.ibm.security12.sun.security.x509.RFC822Name
Create the RFC822Name object with the specified name.
RSA_oid - Static variable in class com.ibm.security12.sun.security.x509.AlgorithmId
Algorithm ID for RSA keys used for any purpose, as defined in X.509.
RSAEncryption_oid - Static variable in class com.ibm.security12.sun.security.x509.AlgorithmId
Algorithm ID for RSA keys used with RSA encryption, as defined in PKCS #1.
RSAPrivateCrtKey - interface com.ibm.security12.java.security.interfaces.RSAPrivateCrtKey.
The interface to an RSA private key, as defined in the PKCS#1 standard, using the Chinese Remainder Theorem (CRT) information values.
RSAPrivateCrtKeySpec - class com.ibm.security12.java.security.spec.RSAPrivateCrtKeySpec.
This class specifies an RSA private key, as defined in the PKCS#1 standard, using the Chinese Remainder Theorem (CRT) information values.
RSAPrivateCrtKeySpec(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class com.ibm.security12.java.security.spec.RSAPrivateCrtKeySpec
 
RSAPrivateKey - interface com.ibm.security12.java.security.interfaces.RSAPrivateKey.
The interface to an RSA private key.
RSAPrivateKeySpec - class com.ibm.security12.java.security.spec.RSAPrivateKeySpec.
This class specifies an RSA private key.
RSAPrivateKeySpec(BigInteger, BigInteger) - Constructor for class com.ibm.security12.java.security.spec.RSAPrivateKeySpec
 
RSAPublicKey - interface com.ibm.security12.java.security.interfaces.RSAPublicKey.
The interface to an RSA public key.
RSAPublicKeySpec - class com.ibm.security12.java.security.spec.RSAPublicKeySpec.
This class specifies an RSA public key.
RSAPublicKeySpec(BigInteger, BigInteger) - Constructor for class com.ibm.security12.java.security.spec.RSAPublicKeySpec
 
run() - Method in interface com.ibm.security12.java.security.PrivilegedExceptionAction
Performs the computation.
run() - Method in interface com.ibm.security12.java.security.PrivilegedAction
Performs the computation.
run() - Method in class com.ibm.security12.sun.applet.AppletPanel
Execute applet events.
run() - Method in class com.ibm.security12.sun.security.action.GetIntegerAction
Determines the integer value of the system property whose name was specified in the constructor.
run() - Method in class com.ibm.security12.sun.security.action.GetPropertyAction
Determines the string value of the system property whose name was specified in the constructor.
run() - Method in class com.ibm.security12.sun.security.action.LoadLibraryAction
Loads the system library whose name was specified in the constructor.
run() - Method in class com.ibm.security12.sun.security.action.GetBooleanAction
Determines the boolean value of the system property whose name was specified in the constructor.
run() - Method in class com.ibm.security12.sun.security.action.GetLongAction
Determines the Long value of the system property whose name was specified in the constructor.
run(String[]) - Method in class com.ibm.security12.sun.security.tools.JarSigner
 
run(String[], PrintStream) - Method in class com.ibm.security12.sun.security.tools.KeyTool
 
RuntimePermission - class com.ibm.security12.java.lang.RuntimePermission.
This class is for runtime permissions.
RuntimePermission(String) - Constructor for class com.ibm.security12.java.lang.RuntimePermission
Creates a new RuntimePermission with the specified name.
RuntimePermission(String, String) - Constructor for class com.ibm.security12.java.lang.RuntimePermission
Creates a new RuntimePermission object with the specified name.

S

S_MIME - Static variable in class com.ibm.security12.sun.security.x509.NetscapeCertTypeExtension
 
S_MIME_CA - Static variable in class com.ibm.security12.sun.security.x509.NetscapeCertTypeExtension
 
save() - Method in class com.ibm.security12.sun.security.provider.IdentityDatabase
Saves the database to the default source file.
save(OutputStream) - Method in class com.ibm.security12.sun.security.provider.IdentityDatabase
Save the database in its current state to an output stream.
scanIdentifier(Reader) - Static method in class com.ibm.security12.sun.applet.AppletViewer
Scan identifier
scanTag(Reader) - Static method in class com.ibm.security12.sun.applet.AppletViewer
Scan tag
SEALED - Static variable in class com.ibm.security12.java.util.jar.Attributes.Name
Some predefined attribute names.
SecureClassLoader - class com.ibm.security12.java.security.SecureClassLoader.
This class extends ClassLoader with additional support for defining classes with an associated code source and permissions which are retrieved by the system policy by default.
SecureClassLoader() - Constructor for class com.ibm.security12.java.security.SecureClassLoader
Creates a new SecureClassLoader using the default parent class loader for delegation.
SecureClassLoader(ClassLoader12) - Constructor for class com.ibm.security12.java.security.SecureClassLoader
Creates a new SecureClassLoader using the specified parent class loader for delegation.
SecureRandom - class com.ibm.security12.java.security.SecureRandom.
This class provides a cryptographically strong pseudo-random number generator (PRNG).
SecureRandom - class com.ibm.security12.sun.security.provider.SecureRandom.
This class provides a crytpographically strong pseudo-random number generator based on the SHA-1 hash algorithm.
SecureRandom() - Constructor for class com.ibm.security12.java.security.SecureRandom
By using this constructor, the caller obtains a SecureRandom object containing the implementation from the highest-priority installed provider that has a SecureRandom implementation.
SecureRandom() - Constructor for class com.ibm.security12.sun.security.provider.SecureRandom
This empty constructor automatically seeds the generator.
SecureRandom(byte[]) - Constructor for class com.ibm.security12.java.security.SecureRandom
By using this constructor, the caller obtains a SecureRandom object containing the implementation from the highest-priority installed provider that has a SecureRandom implementation.
SecureRandom(SecureRandomSpi, Provider) - Constructor for class com.ibm.security12.java.security.SecureRandom
Creates a SecureRandom object.
SecureRandomSpi - class com.ibm.security12.java.security.SecureRandomSpi.
This class defines the Service Provider Interface (SPI) for the SecureRandom class.
SecureRandomSpi() - Constructor for class com.ibm.security12.java.security.SecureRandomSpi
 
Security - class com.ibm.security12.java.security.Security.
This class centralizes all security properties and common security methods.
SecurityManager12 - class com.ibm.security12.java.lang.SecurityManager12.
The class SecurityManager12 is a subclass of SecurityManager.
SecurityManager12() - Constructor for class com.ibm.security12.java.lang.SecurityManager12
Constructs a new SecurityManager12.
SecurityPermission - class com.ibm.security12.java.security.SecurityPermission.
This class is for security permissions.
SecurityPermission(String) - Constructor for class com.ibm.security12.java.security.SecurityPermission
Creates a new SecurityPermission with the specified name.
SecurityPermission(String, String) - Constructor for class com.ibm.security12.java.security.SecurityPermission
Creates a new SecurityPermission object with the specified name.
sendEvent(int) - Method in class com.ibm.security12.sun.applet.AppletPanel
Send an event.
SERIAL_ID - Static variable in class com.ibm.security12.sun.security.x509.X509CertImpl
 
SERIAL_NUMBER - Static variable in class com.ibm.security12.sun.security.x509.X509CertInfo
 
SERIAL_NUMBER - Static variable in class com.ibm.security12.sun.security.x509.AuthorityKeyIdentifierExtension
 
serialNum - Variable in class com.ibm.security12.sun.security.x509.X509CertInfo
 
SerialNumber - class com.ibm.security12.sun.security.x509.SerialNumber.
This class defines the SerialNumber class used by certificates.
SerialNumber(BigInteger) - Constructor for class com.ibm.security12.sun.security.x509.SerialNumber
The default constructor for this class using BigInteger.
SerialNumber(DerInputStream) - Constructor for class com.ibm.security12.sun.security.x509.SerialNumber
Create the object, decoding the values from the passed DER stream.
SerialNumber(DerValue) - Constructor for class com.ibm.security12.sun.security.x509.SerialNumber
Create the object, decoding the values from the passed DerValue.
SerialNumber(InputStream) - Constructor for class com.ibm.security12.sun.security.x509.SerialNumber
Create the object, decoding the values from the passed stream.
SerialNumber(int) - Constructor for class com.ibm.security12.sun.security.x509.SerialNumber
The default constructor for this class using int.
Set - interface com.ibm.security12.java.util.Set.
A collection that contains no duplicate elements.
set(int, boolean) - Method in class com.ibm.security12.sun.security.util.BitArray
Sets the indexed bit in this BitArray.
set(int, Object) - Method in class com.ibm.security12.java.util.AbstractList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class com.ibm.security12.java.util.Vector
Replaces the element at the specified position in this Vector with the specified element.
set(int, Object) - Method in class com.ibm.security12.java.util.AbstractSequentialList
Replaces the element at the specified position in this list with the specified element.
set(int, Object) - Method in class com.ibm.security12.java.util.Vector12
Replaces the element at the specified position in this Vector with the specified element.
set(int, Object) - Method in class com.ibm.security12.java.util.ArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, Object) - Method in interface com.ibm.security12.java.util.List
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class com.ibm.security12.java.util.LinkedList
Replaces the element at the specified position in this list with the specified element.
set(Object) - Method in interface com.ibm.security12.java.util.ListIterator
Replaces the last element returned by next or previous with the specified element (optional operation).
set(String, Object) - Method in class com.ibm.security12.sun.security.x509.CertificateIssuerUniqueIdentity
Set the attribute value.
set(String, Object) - Method in class com.ibm.security12.sun.security.x509.BasicConstraintsExtension
Set the attribute value.
set(String, Object) - Method in class com.ibm.security12.sun.security.x509.CertificateVersion
Set the attribute value.
set(String, Object) - Method in class com.ibm.security12.sun.security.x509.KeyUsageExtension
Set the attribute value.
set(String, Object) - Method in class com.ibm.security12.sun.security.x509.CRLReasonCodeExtension
Set the attribute value.
set(String, Object) - Method in class com.ibm.security12.sun.security.x509.CertificateSubjectName
Set the attribute value.
set(String, Object) - Method in class com.ibm.security12.sun.security.x509.CertificateSerialNumber
Set the attribute value.
set(String, Object) - Method in class com.ibm.security12.sun.security.x509.CertificateExtensions
Set the attribute value.
set(String, Object) - Method in class com.ibm.security12.sun.security.x509.PolicyConstraintsExtension
Set the attribute value.
set(String, Object) - Method in class com.ibm.security12.sun.security.x509.CertificateIssuerName
Set the attribute value.
set(String, Object) - Method in class com.ibm.security12.sun.security.x509.NameConstraintsExtension
Set the attribute value.
set(String, Object) - Method in class com.ibm.security12.sun.security.x509.CertificateX509Key
Set the attribute value.
set(String, Object) - Method in class com.ibm.security12.sun.security.x509.X509CertInfo
Set the certificate attribute.
set(String, Object) - Method in class com.ibm.security12.sun.security.x509.NetscapeCertTypeExtension
Set the attribute value.
set(String, Object) - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Set the requested attribute in the certificate.
set(String, Object) - Method in class com.ibm.security12.sun.security.x509.CertificateValidity
Set the attribute value.
set(String, Object) - Method in class com.ibm.security12.sun.security.x509.IssuerAlternativeNameExtension
Set the attribute value.
set(String, Object) - Method in class com.ibm.security12.sun.security.x509.CertificateAlgorithmId
Set the attribute value.
set(String, Object) - Method in class com.ibm.security12.sun.security.x509.CRLNumberExtension
Set the attribute value.
set(String, Object) - Method in class com.ibm.security12.sun.security.x509.CRLExtensions
Set the extension value with this alias.
set(String, Object) - Method in class com.ibm.security12.sun.security.x509.AuthorityKeyIdentifierExtension
Set the attribute value.
set(String, Object) - Method in class com.ibm.security12.sun.security.x509.SubjectAlternativeNameExtension
Set the attribute value.
set(String, Object) - Method in class com.ibm.security12.sun.security.x509.PolicyMappingsExtension
Set the attribute value.
set(String, Object) - Method in class com.ibm.security12.sun.security.x509.CertificateSubjectUniqueIdentity
Set the attribute value.
set(String, Object) - Method in class com.ibm.security12.sun.security.x509.PrivateKeyUsageExtension
Set the attribute value.
set(String, Object) - Method in interface com.ibm.security12.sun.security.x509.CertAttrSet
Sets an attribute value within this CertAttrSet.
set(String, Object) - Method in class com.ibm.security12.sun.security.x509.SubjectKeyIdentifierExtension
Set the attribute value.
setAllowUserInteraction(boolean) - Method in class com.ibm.security12.sun.net.www.protocol.jar.JarURLConnection
Set the value of the allowUserInteraction field of this URLConnection.
setAttribute(String, Object) - Method in class com.ibm.security12.sun.security.pkcs.PKCS10Attributes
Set the attribute value.
setBounds(int, int, int, int) - Method in class com.ibm.security12.sun.applet.AppletPanel
 
setCertificateEntry(String, Certificate) - Method in class com.ibm.security12.java.security.KeyStore
Assigns the given certificate to the given alias.
setComment(String) - Method in class com.ibm.security12.java.util.zip.ZipOutputStream
Sets the ZIP file comment.
setComment(String) - Method in class com.ibm.security12.java.util.zip.ZipEntry
Sets the optional comment string for the entry.
setCompressedSize(long) - Method in class com.ibm.security12.java.util.zip.ZipEntry
Sets the size of the compressed entry data.
setContextClassLoader(Thread, ClassLoader) - Static method in class com.ibm.security12.sun.applet.AppletNative
 
setContextClassLoader(Thread, ClassLoader) - Static method in class com.ibm.security12.sun.misc.LauncherNative
 
setCrc(long) - Method in class com.ibm.security12.java.util.zip.ZipEntry
Sets the CRC-32 checksum of the uncompressed entry data.
setDefault(Authenticator) - Static method in class com.ibm.security12.java.net.Authenticator
Sets the authenticator that will be used by the networking code when a proxy or an HTTP server asks for authenticator.
setDefaultUseCaches(boolean) - Method in class com.ibm.security12.sun.net.www.protocol.jar.JarURLConnection
Sets the default value of the useCaches field to the specified value.
setElementAt(Object, int) - Method in class com.ibm.security12.java.util.Vector
Sets the component at the specified index of this vector to be the specified object.
setEntry(String, JarEntry) - Method in class com.ibm.security12.sun.security.util.ManifestEntryVerifier
Find the hashes in the manifest for this entry, save them, and set the MessageDigest objects to calculate the hashes on the fly.
setExtra(byte[]) - Method in class com.ibm.security12.java.util.zip.ZipEntry
Sets the optional extra field data for the entry.
setIfModifiedSince(long) - Method in class com.ibm.security12.sun.net.www.protocol.jar.JarURLConnection
Sets the value of the ifModifiedSince field of this URLConnection to the specified value.
setInfo(String) - Method in class com.ibm.security12.java.security.Identity
Deprecated. Specifies a general information string for this identity.
setKeyEntry(String, byte[], Certificate[]) - Method in class com.ibm.security12.java.security.KeyStore
Assigns the given key (that has already been protected) to the given alias.
setKeyEntry(String, Key, char[], Certificate[]) - Method in class com.ibm.security12.java.security.KeyStore
Assigns the given key to the given alias, protecting it with the given password.
setKeyPair(KeyPair) - Method in class com.ibm.security12.java.security.Signer
Sets the key pair (public key and private key) for this signer.
setKeyStoreType(String) - Method in class com.ibm.security12.sun.security.provider.PolicyParser
 
setKeyStoreUrl(String) - Method in class com.ibm.security12.sun.security.provider.PolicyParser
 
setLevel(int) - Method in class com.ibm.security12.java.util.zip.ZipOutputStream
Sets the compression level for subsequent entries which are DEFLATED.
setLoadAbortRequest() - Method in class com.ibm.security12.sun.applet.AppletPanel
 
setMessageDigest(MessageDigest) - Method in class com.ibm.security12.java.security.DigestOutputStream
Associates the specified message digest with this stream.
setMessageDigest(MessageDigest) - Method in class com.ibm.security12.java.security.DigestInputStream
Associates the specified message digest with this stream.
setMethod(int) - Method in class com.ibm.security12.java.util.zip.ZipOutputStream
Sets the default compression method for subsequent entries.
setMethod(int) - Method in class com.ibm.security12.java.util.zip.ZipEntry
Sets the compression method for the entry.
setParameter(AlgorithmParameterSpec) - Method in class com.ibm.security12.java.security.Signature
Initializes this signature engine with the specified parameter set.
setParameter(String, Object) - Method in class com.ibm.security12.java.security.Signature
Deprecated. Use setParameter.
setPD(Class, ProtectionDomain) - Static method in class com.ibm.security12.java.security.ProtectionDomainStore
 
setPolicy(Policy) - Static method in class com.ibm.security12.java.security.Policy
Sets the system-wide Policy object.
setProperty(String, String) - Static method in class com.ibm.security12.java.security.Security
Sets a security property value.
setPublicKey(PublicKey) - Method in class com.ibm.security12.java.security.Identity
Deprecated. Sets this identity's public key.
setRandom(SecureRandom) - Method in class com.ibm.security12.sun.security.x509.CertAndKeyGen
Sets the source of random numbers used when generating keys.
setReadOnly() - Method in class com.ibm.security12.java.security.PermissionCollection
Marks this PermissionCollection object as "readonly".
setRequestProperty(String, String) - Method in class com.ibm.security12.sun.net.www.protocol.jar.JarURLConnection
Sets the general request property.
setSeed(byte[]) - Method in class com.ibm.security12.java.security.SecureRandom
Reseeds this random object.
setSeed(long) - Method in class com.ibm.security12.java.security.SecureRandom
Reseeds this random object, using the eight bytes contained in the given long seed.
setSignatureFile(byte[]) - Method in class com.ibm.security12.sun.security.util.SignatureFileVerifier
used to set the raw bytes of the .SF file when it is external to the signature block file.
setSize(int) - Method in class com.ibm.security12.java.util.Vector
Sets the size of this vector.
setSize(long) - Method in class com.ibm.security12.java.util.zip.ZipEntry
Sets the uncompressed size of the entry data.
setSystemScope(IdentityScope) - Static method in class com.ibm.security12.java.security.IdentityScope
Deprecated. Sets the system's identity scope.
setTime(long) - Method in class com.ibm.security12.java.util.zip.ZipEntry
Sets the modification time of the entry.
setTrusted(boolean) - Method in class com.ibm.security12.sun.security.provider.SystemIdentity
Set the trust status of this identity.
setUseCaches(boolean) - Method in class com.ibm.security12.sun.net.www.protocol.jar.JarURLConnection
Sets the value of the useCaches field of this URLConnection to the specified value.
setValue(Object) - Method in interface com.ibm.security12.java.util.Map.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
SHA - class com.ibm.security12.sun.security.provider.SHA.
This class implements the Secure Hash Algorithm (SHA) developed by the National Institute of Standards and Technology along with the National Security Agency.
SHA_oid - Static variable in class com.ibm.security12.sun.security.x509.AlgorithmId
Algorithm ID for the SHA1 Message Digest Algorithm, from FIPS 180-1.
SHA() - Constructor for class com.ibm.security12.sun.security.provider.SHA
Creates a new SHA object.
sha1WithDSA_oid - Static variable in class com.ibm.security12.sun.security.x509.AlgorithmId
Identifies the FIPS 186 "Digital Signature Standard" (DSS), where a SHA1 digest is signed using the Digital Signing Algorithm (DSA).
sha1WithDSA_OIW_oid - Static variable in class com.ibm.security12.sun.security.x509.AlgorithmId
Identifies the FIPS 186 "Digital Signature Standard" (DSS), where a SHA1 digest is signed using the Digital Signing Algorithm (DSA).
sha1WithRSAEncryption_oid - Static variable in class com.ibm.security12.sun.security.x509.AlgorithmId
Identifies a signing algorithm where a SHA1 digest is encrypted using an RSA private key; defined by RSA DSI.
sha1WithRSAEncryption_OIW_oid - Static variable in class com.ibm.security12.sun.security.x509.AlgorithmId
Identifies a signing algorithm where a SHA1 digest is encrypted using an RSA private key; defined in NIST OIW.
shaWithDSA_OIW_oid - Static variable in class com.ibm.security12.sun.security.x509.AlgorithmId
Identifies the FIPS 186 "Digital Signature Standard" (DSS), where a SHA digest is signed using the Digital Signing Algorithm (DSA).
showAppletException(Throwable) - Method in class com.ibm.security12.sun.applet.AppletPanel
Called by the AppletPanel to provide feedback when an exception has happened.
showAppletLog(String) - Method in class com.ibm.security12.sun.applet.AppletPanel
Called by the AppletPanel to print to the log.
showAppletLog(String, Object) - Method in class com.ibm.security12.sun.applet.AppletPanel
 
showAppletStatus(String) - Method in class com.ibm.security12.sun.applet.AppletPanel
Status line.
showAppletStatus(String, Object) - Method in class com.ibm.security12.sun.applet.AppletPanel
 
showAppletStatus(String, Object, Object) - Method in class com.ibm.security12.sun.applet.AppletPanel
 
showDocument(URL) - Method in class com.ibm.security12.sun.applet.AppletViewer
Ignore.
showDocument(URL, String) - Method in class com.ibm.security12.sun.applet.AppletViewer
Ignore.
showStatus(String) - Method in class com.ibm.security12.sun.applet.AppletViewer
Show status.
shuffle(List) - Static method in class com.ibm.security12.java.util.Collections
Randomly permutes the specified list using a default source of randomness.
shuffle(List, Random12) - Static method in class com.ibm.security12.java.util.Collections
Randomly permute the specified list using the specified source of randomness.
SIG - Static variable in class com.ibm.security12.sun.security.x509.X509CertImpl
 
SIG_ALG - Static variable in class com.ibm.security12.sun.security.x509.X509CertImpl
 
SIGN - Static variable in class com.ibm.security12.java.security.Signature
Possible state value, signifying that this signature object has been initialized for signing.
sign() - Method in class com.ibm.security12.java.security.Signature
Returns the signature bytes of all the data updated.
sign() - Method in class com.ibm.security12.sun.security.x509.X500Signer
Produces the signature for the data processed by update().
sign(byte[], int, int) - Method in class com.ibm.security12.java.security.Signature
Finishes the signature operation and stores the resulting signature bytes in the provided buffer outbuf, starting at offset.
sign(PrivateKey, String) - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Creates an X.509 certificate, and signs it using the given key (associating a signature algorithm and an X.500 name).
sign(PrivateKey, String) - Method in class com.ibm.security12.sun.security.x509.X509CRLImpl
Encodes an X.509 CRL, and signs it using the given key.
sign(PrivateKey, String, String) - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Creates an X.509 certificate, and signs it using the given key (associating a signature algorithm and an X.500 name).
sign(PrivateKey, String, String) - Method in class com.ibm.security12.sun.security.x509.X509CRLImpl
Encodes an X.509 CRL, and signs it using the given key.
signature - Variable in class com.ibm.security12.sun.security.x509.X509CertImpl
 
Signature - class com.ibm.security12.java.security.Signature.
This Signature class is used to provide applications the functionality of a digital signature algorithm.
SIGNATURE - Static variable in class com.ibm.security12.sun.security.x509.X509CertImpl
 
SIGNATURE_VERSION - Static variable in class com.ibm.security12.java.util.jar.Attributes.Name
Some predefined attribute names.
Signature(String) - Constructor for class com.ibm.security12.java.security.Signature
Creates a Signature object for the specified algorithm.
SignatureFile - class com.ibm.security12.sun.security.util.SignatureFile.
 
SignatureFile.Block - class com.ibm.security12.sun.security.util.SignatureFile.Block.
 
SignatureFile(MessageDigest[], Manifest, ManifestDigester, String, boolean) - Constructor for class com.ibm.security12.sun.security.util.SignatureFile
 
SignatureFileVerifier - class com.ibm.security12.sun.security.util.SignatureFileVerifier.
 
SignatureFileVerifier(ArrayList, ManifestDigester, String, byte[]) - Constructor for class com.ibm.security12.sun.security.util.SignatureFileVerifier
Create the named SignatureFileVerifier.
SignatureSpi - class com.ibm.security12.java.security.SignatureSpi.
This class defines the Service Provider Interface (SPI) for the Signature class, which is used to provide the functionality of a digital signature algorithm.
SignatureSpi() - Constructor for class com.ibm.security12.java.security.SignatureSpi
 
SIGNED_AND_ENVELOPED_DATA_OID - Static variable in class com.ibm.security12.sun.security.pkcs.ContentInfo
 
SIGNED_CERT - Static variable in class com.ibm.security12.sun.security.x509.X509CertImpl
 
SIGNED_DATA_OID - Static variable in class com.ibm.security12.sun.security.pkcs.ContentInfo
 
signedBy - Variable in class com.ibm.security12.sun.security.provider.PolicyParser.GrantEntry
 
signedBy - Variable in class com.ibm.security12.sun.security.provider.PolicyParser.PermissionEntry
 
SignedObject - class com.ibm.security12.java.security.SignedObject.
SignedObject is a class for the purpose of creating authentic runtime objects whose integrity cannot be compromised without being detected.
SignedObject(Serializable, PrivateKey, Signature) - Constructor for class com.ibm.security12.java.security.SignedObject
Constructs a SignedObject from any Serializable object.
Signer - class com.ibm.security12.java.security.Signer.
This class is used to represent an Identity that can also digitally sign data.
Signer() - Constructor for class com.ibm.security12.java.security.Signer
Creates a signer.
Signer(String) - Constructor for class com.ibm.security12.java.security.Signer
Creates a signer with the specified identity name.
Signer(String, IdentityScope) - Constructor for class com.ibm.security12.java.security.Signer
Creates a signer with the specified identity name and scope.
SignerInfo - class com.ibm.security12.sun.security.pkcs.SignerInfo.
A SignerInfo, as defined in PKCS#7's signedData type.
SignerInfo(DerInputStream) - Constructor for class com.ibm.security12.sun.security.pkcs.SignerInfo
Parses a PKCS#7 signer info.
SignerInfo(DerInputStream, boolean) - Constructor for class com.ibm.security12.sun.security.pkcs.SignerInfo
Parses a PKCS#7 signer info.
SignerInfo(X500Name, BigInt, AlgorithmId, AlgorithmId, byte[]) - Constructor for class com.ibm.security12.sun.security.pkcs.SignerInfo
 
SignerInfo(X500Name, BigInt, AlgorithmId, PKCS9Attributes, AlgorithmId, byte[], PKCS9Attributes) - Constructor for class com.ibm.security12.sun.security.pkcs.SignerInfo
 
SIGNING_TIME_OID - Static variable in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
 
SIGNING_TIME_STR - Static variable in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
 
singleton(Object) - Static method in class com.ibm.security12.java.util.Collections
Returns an immutable set containing only the specified object.
size() - Method in class com.ibm.security12.java.security.IdentityScope
Deprecated. Returns the number of identities within this identity scope.
size() - Method in class com.ibm.security12.java.security.KeyStore
Retrieves the number of entries in this keystore.
size() - Method in class com.ibm.security12.java.util.jar.Attributes
Returns the number of attributes in this Map.
size() - Method in class com.ibm.security12.java.util.zip.ZipFile
Returns the number of entries in the ZIP file.
size() - Method in class com.ibm.security12.java.util.AbstractCollection
Returns the number of elements in this collection.
size() - Method in class com.ibm.security12.java.util.Vector
Returns the number of components in this vector.
size() - Method in class com.ibm.security12.java.util.HashSet
Returns the number of elements in this set (its cardinality).
size() - Method in class com.ibm.security12.java.util.AbstractMap
Returns the number of key-value mappings in this map.
size() - Method in class com.ibm.security12.java.util.HashMap
Returns the number of key-value mappings in this map.
size() - Method in interface com.ibm.security12.java.util.Collection
Returns the number of elements in this collection.
size() - Method in class com.ibm.security12.java.util.TreeSet
Returns the number of elements in this set (its cardinality).
size() - Method in interface com.ibm.security12.java.util.Set
Returns the number of elements in this set (its cardinality).
size() - Method in class com.ibm.security12.java.util.Hashtable
Returns the number of keys in this hashtable.
size() - Method in class com.ibm.security12.java.util.TreeMap
Returns the number of key-value mappings in this map.
size() - Method in interface com.ibm.security12.java.util.Map
Returns the number of key-value mappings in this map.
size() - Method in class com.ibm.security12.java.util.ArrayList
Returns the number of elements in this list.
size() - Method in interface com.ibm.security12.java.util.List
Returns the number of elements in this list.
size() - Method in class com.ibm.security12.java.util.LinkedList
Returns the number of elements in this list.
size() - Method in class com.ibm.security12.sun.security.provider.IdentityDatabase
 
skip(long) - Method in class com.ibm.security12.java.util.zip.InflaterInputStream
Skips specified number of bytes of uncompressed data.
skip(long) - Method in class com.ibm.security12.java.util.zip.ZipInputStream
Skips specified number of bytes in the current ZIP entry.
skipSpace(Reader) - Static method in class com.ibm.security12.sun.applet.AppletViewer
Scan spaces.
SMIME_CAPABILITY_OID - Static variable in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
 
SMIME_CAPABILITY_STR - Static variable in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
 
SocketPermission - class com.ibm.security12.java.net.SocketPermission.
This class represents access to a network via sockets.
SocketPermission(String, String) - Constructor for class com.ibm.security12.java.net.SocketPermission
Creates a new SocketPermission object with the specified actions.
sort(byte[]) - Static method in class com.ibm.security12.java.util.Arrays
Sorts the specified array of bytes into ascending numerical order.
sort(byte[], int, int) - Static method in class com.ibm.security12.java.util.Arrays
Sorts the specified range of the specified array of bytes into ascending numerical order.
sort(char[]) - Static method in class com.ibm.security12.java.util.Arrays
Sorts the specified array of chars into ascending numerical order.
sort(char[], int, int) - Static method in class com.ibm.security12.java.util.Arrays
Sorts the specified range of the specified array of chars into ascending numerical order.
sort(double[]) - Static method in class com.ibm.security12.java.util.Arrays
Sorts the specified array of doubles into ascending numerical order.
sort(double[], int, int) - Static method in class com.ibm.security12.java.util.Arrays
Sorts the specified range of the specified array of doubles into ascending numerical order.
sort(float[]) - Static method in class com.ibm.security12.java.util.Arrays
Sorts the specified array of floats into ascending numerical order.
sort(float[], int, int) - Static method in class com.ibm.security12.java.util.Arrays
Sorts the specified range of the specified array of floats into ascending numerical order.
sort(int[]) - Static method in class com.ibm.security12.java.util.Arrays
Sorts the specified array of ints into ascending numerical order.
sort(int[], int, int) - Static method in class com.ibm.security12.java.util.Arrays
Sorts the specified range of the specified array of ints into ascending numerical order.
sort(List) - Static method in class com.ibm.security12.java.util.Collections
Sorts the specified list into ascending order, according to the natural ordering of its elements.
sort(List, Comparator) - Static method in class com.ibm.security12.java.util.Collections
Sorts the specified list according to the order induced by the specified comparator.
sort(long[]) - Static method in class com.ibm.security12.java.util.Arrays
Sorts the specified array of longs into ascending numerical order.
sort(long[], int, int) - Static method in class com.ibm.security12.java.util.Arrays
Sorts the specified range of the specified array of longs into ascending numerical order.
sort(Object[]) - Static method in class com.ibm.security12.java.util.Arrays
Sorts the specified array of objects into ascending order, according to the natural ordering of its elements.
sort(Object[], Comparator) - Static method in class com.ibm.security12.java.util.Arrays
Sorts the specified array of objects according to the order induced by the specified comparator.
sort(Object[], int, int) - Static method in class com.ibm.security12.java.util.Arrays
Sorts the specified range of the specified array of objects into ascending order, according to the natural ordering of its elements.
sort(Object[], int, int, Comparator) - Static method in class com.ibm.security12.java.util.Arrays
Sorts the specified range of the specified array of objects according to the order induced by the specified comparator.
sort(short[]) - Static method in class com.ibm.security12.java.util.Arrays
Sorts the specified array of shorts into ascending numerical order.
sort(short[], int, int) - Static method in class com.ibm.security12.java.util.Arrays
Sorts the specified range of the specified array of shorts into ascending numerical order.
SortedMap - interface com.ibm.security12.java.util.SortedMap.
A map that further guarantees that it will be in ascending key order, sorted according to the natural ordering of its keys (see the Comparable interface), or by a comparator provided at sorted map creation time.
SortedSet - interface com.ibm.security12.java.util.SortedSet.
A set that further guarantees that its iterator will traverse the set in ascending element order, sorted according to the natural ordering of its elements (see Comparable), or by a Comparator provided at sorted set creation time.
SPECIFICATION_TITLE - Static variable in class com.ibm.security12.java.util.jar.Attributes.Name
Some predefined attribute names.
SPECIFICATION_VENDOR - Static variable in class com.ibm.security12.java.util.jar.Attributes.Name
Some predefined attribute names.
SPECIFICATION_VERSION - Static variable in class com.ibm.security12.java.util.jar.Attributes.Name
Some predefined attribute names.
SSL_CA - Static variable in class com.ibm.security12.sun.security.x509.NetscapeCertTypeExtension
 
SSL_CLIENT - Static variable in class com.ibm.security12.sun.security.x509.NetscapeCertTypeExtension
 
SSL_SERVER - Static variable in class com.ibm.security12.sun.security.x509.NetscapeCertTypeExtension
 
state - Variable in class com.ibm.security12.java.security.Signature
Current state of this signature object.
stateName_oid - Static variable in class com.ibm.security12.sun.security.x509.X500Name
OID for the "S=" attribute, denoting a state (such as Delaware)
status - Variable in class com.ibm.security12.sun.applet.AppletPanel
The current status.
stopLoading() - Method in class com.ibm.security12.sun.applet.AppletPanel
Request that the loading of the applet be stopped.
store(OutputStream, char[]) - Method in class com.ibm.security12.java.security.KeyStore
Stores this keystore to the given output stream, and protects its integrity with the given password.
STORED - Static variable in class com.ibm.security12.java.util.zip.ZipOutputStream
Compression method for uncompressed (STORED) entries.
STORED - Static variable in class com.ibm.security12.java.util.zip.ZipEntry
Compression method for uncompressed entries.
streetAddress_oid - Static variable in class com.ibm.security12.sun.security.x509.X500Name
OID for the "STREET=" attribute, denoting a street address.
subject - Variable in class com.ibm.security12.sun.security.x509.X509CertInfo
 
SUBJECT - Static variable in class com.ibm.security12.sun.security.x509.X509CertInfo
 
SUBJECT_DN - Static variable in class com.ibm.security12.sun.security.x509.X509CertImpl
The following are defined for ease-of-use.
SUBJECT_ID - Static variable in class com.ibm.security12.sun.security.x509.X509CertInfo
 
SUBJECT_NAME - Static variable in class com.ibm.security12.sun.security.x509.SubjectAlternativeNameExtension
 
SubjectAlternativeNameExtension - class com.ibm.security12.sun.security.x509.SubjectAlternativeNameExtension.
This represents the Subject Alternative Name Extension.
SubjectAlternativeNameExtension() - Constructor for class com.ibm.security12.sun.security.x509.SubjectAlternativeNameExtension
Create a default SubjectAlternativeNameExtension.
SubjectAlternativeNameExtension(Boolean, Object) - Constructor for class com.ibm.security12.sun.security.x509.SubjectAlternativeNameExtension
Create the extension from the passed DER encoded value.
SubjectAlternativeNameExtension(GeneralNames) - Constructor for class com.ibm.security12.sun.security.x509.SubjectAlternativeNameExtension
Create a SubjectAlternativeNameExtension with the passed GeneralNames.
SubjectKeyIdentifierExtension - class com.ibm.security12.sun.security.x509.SubjectKeyIdentifierExtension.
Represent the Subject Key Identifier Extension.
SubjectKeyIdentifierExtension(Boolean, Object) - Constructor for class com.ibm.security12.sun.security.x509.SubjectKeyIdentifierExtension
Create the extension from the passed DER encoded value.
SubjectKeyIdentifierExtension(byte[]) - Constructor for class com.ibm.security12.sun.security.x509.SubjectKeyIdentifierExtension
Create a SubjectKeyIdentifierExtension with the passed octet string.
subjectUniqueId - Variable in class com.ibm.security12.sun.security.x509.X509CertInfo
 
subList(int, int) - Method in class com.ibm.security12.java.util.AbstractList
Returns a view of the portion of this list between fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class com.ibm.security12.java.util.Vector
Returns a view of the portion of this List between fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in interface com.ibm.security12.java.util.List
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subMap(Object, Object) - Method in interface com.ibm.security12.java.util.SortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Object, Object) - Method in class com.ibm.security12.java.util.TreeMap
Returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey, exclusive.
subSet(Object, Object) - Method in class com.ibm.security12.java.util.TreeSet
Returns a view of the portion of this set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(Object, Object) - Method in interface com.ibm.security12.java.util.SortedSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subStream(int, boolean) - Method in class com.ibm.security12.sun.security.util.DerInputStream
Creates a new DER input stream from part of this input stream.
Sun - class com.ibm.security12.sun.security.provider.Sun.
Defines the SUN provider.
Sun() - Constructor for class com.ibm.security12.sun.security.provider.Sun
 
SUPERSEDED - Static variable in class com.ibm.security12.sun.security.x509.CRLReasonCodeExtension
 
synchronizedCollection(Collection) - Static method in class com.ibm.security12.java.util.Collections
Returns a synchronized (thread-safe) collection backed by the specified collection.
synchronizedList(List) - Static method in class com.ibm.security12.java.util.Collections
Returns a synchronized (thread-safe) list backed by the specified list.
synchronizedMap(Map) - Static method in class com.ibm.security12.java.util.Collections
Returns a synchronized (thread-safe) map backed by the specified map.
synchronizedSet(Set) - Static method in class com.ibm.security12.java.util.Collections
Returns a synchronized (thread-safe) set backed by the specified set.
synchronizedSortedMap(SortedMap) - Static method in class com.ibm.security12.java.util.Collections
Returns a synchronized (thread-safe) sorted map backed by the specified sorted map.
synchronizedSortedSet(SortedSet) - Static method in class com.ibm.security12.java.util.Collections
Returns a synchronized (thread-safe) sorted set backed by the specified sorted set.
SystemIdentity - class com.ibm.security12.sun.security.provider.SystemIdentity.
An identity with a very simple trust mechanism.
SystemIdentity(String, IdentityScope) - Constructor for class com.ibm.security12.sun.security.provider.SystemIdentity
 
SystemSigner - class com.ibm.security12.sun.security.provider.SystemSigner.
SunSecurity signer.
SystemSigner(String) - Constructor for class com.ibm.security12.sun.security.provider.SystemSigner
Construct a signer with a given name.
SystemSigner(String, IdentityScope) - Constructor for class com.ibm.security12.sun.security.provider.SystemSigner
Construct a signer with a name and a scope.

T

tag - Variable in class com.ibm.security12.sun.security.util.DerValue
The DER tag of the value; one of the tag_ constants.
TAG_APPLICATION - Static variable in class com.ibm.security12.sun.security.util.DerValue
 
tag_BitString - Static variable in class com.ibm.security12.sun.security.util.DerValue
Tag value indicating an ASN.1 "BIT STRING" value.
tag_BMPString - Static variable in class com.ibm.security12.sun.security.util.DerValue
Tag value indicating an ASN.1 "BMPString" value.
tag_Boolean - Static variable in class com.ibm.security12.sun.security.util.DerValue
Tag value indicating an ASN.1 "BOOLEAN" value.
TAG_CONTEXT - Static variable in class com.ibm.security12.sun.security.util.DerValue
 
tag_Enumerated - Static variable in class com.ibm.security12.sun.security.util.DerValue
Tag value including an ASN.1 "ENUMERATED" value
tag_GeneralizedTime - Static variable in class com.ibm.security12.sun.security.util.DerValue
Tag value indicating an ASN.1 "GeneralizedTime" value.
tag_IA5String - Static variable in class com.ibm.security12.sun.security.util.DerValue
Tag value including an ASCII string
tag_Integer - Static variable in class com.ibm.security12.sun.security.util.DerValue
Tag value indicating an ASN.1 "INTEGER" value.
tag_Null - Static variable in class com.ibm.security12.sun.security.util.DerValue
Tag value indicating an ASN.1 "NULL" value.
tag_ObjectId - Static variable in class com.ibm.security12.sun.security.util.DerValue
Tag value indicating an ASN.1 "OBJECT IDENTIFIER" value.
tag_OctetString - Static variable in class com.ibm.security12.sun.security.util.DerValue
Tag value indicating an ASN.1 "OCTET STRING" value.
tag_PrintableString - Static variable in class com.ibm.security12.sun.security.util.DerValue
Tag value including a "printable" string
TAG_PRIVATE - Static variable in class com.ibm.security12.sun.security.util.DerValue
 
tag_Sequence - Static variable in class com.ibm.security12.sun.security.util.DerValue
Tag value indicating an ASN.1 "SEQUENCE" (zero to N elements, order is significant).
tag_SequenceOf - Static variable in class com.ibm.security12.sun.security.util.DerValue
Tag value indicating an ASN.1 "SEQUENCE OF" (one to N elements, order is significant).
tag_Set - Static variable in class com.ibm.security12.sun.security.util.DerValue
Tag value indicating an ASN.1 "SET" (zero to N members, order does not matter).
tag_SetOf - Static variable in class com.ibm.security12.sun.security.util.DerValue
Tag value indicating an ASN.1 "SET OF" (one to N members, order does not matter).
tag_T61String - Static variable in class com.ibm.security12.sun.security.util.DerValue
Tag value including a "teletype" string
TAG_UNIVERSAL - Static variable in class com.ibm.security12.sun.security.util.DerValue
The tag class types
tag_UniversalString - Static variable in class com.ibm.security12.sun.security.util.DerValue
Tag value indicating an ASN.1 "UniversalString" value.
tag_UtcTime - Static variable in class com.ibm.security12.sun.security.util.DerValue
Tag value indicating an ASN.1 "UTCTime" value.
tailMap(Object) - Method in interface com.ibm.security12.java.util.SortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(Object) - Method in class com.ibm.security12.java.util.TreeMap
Returns a view of the portion of this map whose keys are greater than or equal to fromKey.
tailSet(Object) - Method in class com.ibm.security12.java.util.TreeSet
Returns a view of the portion of this set whose elements are greater than or equal to fromElement.
tailSet(Object) - Method in interface com.ibm.security12.java.util.SortedSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
theUserPropertiesFile - Static variable in class com.ibm.security12.sun.applet.AppletViewer
Look here for the properties file
theVersion - Static variable in class com.ibm.security12.sun.applet.AppletViewer
Some constants...
ThreadProtectionNative - class com.ibm.security12.java.security.ThreadProtectionNative.
 
ThreadProtectionNative() - Constructor for class com.ibm.security12.java.security.ThreadProtectionNative
 
title_oid - Static variable in class com.ibm.security12.sun.security.x509.X500Name
OID for the "T=" attribute, denoting a person's title.
toArray() - Method in class com.ibm.security12.java.util.AbstractCollection
Returns an array containing all of the elements in this collection.
toArray() - Method in class com.ibm.security12.java.util.Vector
Returns an array containing all of the elements in this Vector in the correct order.
toArray() - Method in interface com.ibm.security12.java.util.Collection
Returns an array containing all of the elements in this collection.
toArray() - Method in interface com.ibm.security12.java.util.Set
Returns an array containing all of the elements in this set.
toArray() - Method in class com.ibm.security12.java.util.ArrayList
Returns an array containing all of the elements in this list in the correct order.
toArray() - Method in interface com.ibm.security12.java.util.List
Returns an array containing all of the elements in this list in proper sequence.
toArray() - Method in class com.ibm.security12.java.util.LinkedList
Returns an array containing all of the elements in this list in the correct order.
toArray(Object[]) - Method in class com.ibm.security12.java.util.AbstractCollection
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray(Object[]) - Method in class com.ibm.security12.java.util.Vector
Returns an array containing all of the elements in this Vector in the correct order.
toArray(Object[]) - Method in interface com.ibm.security12.java.util.Collection
Returns an array containing all of the elements in this collection whose runtime type is that of the specified array.
toArray(Object[]) - Method in interface com.ibm.security12.java.util.Set
Returns an array containing all of the elements in this set whose runtime type is that of the specified array.
toArray(Object[]) - Method in class com.ibm.security12.java.util.ArrayList
Returns an array containing all of the elements in this list in the correct order.
toArray(Object[]) - Method in interface com.ibm.security12.java.util.List
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toArray(Object[]) - Method in class com.ibm.security12.java.util.LinkedList
Returns an array containing all of the elements in this list in the correct order.
toBigInteger() - Method in class com.ibm.security12.sun.security.util.BigInt
Returns a BigInteger value which supports many arithmetic operations.
toBooleanArray() - Method in class com.ibm.security12.sun.security.util.BitArray
Return a boolean array with the same bit values a this BitArray.
toByteArray() - Method in class com.ibm.security12.sun.security.util.BitArray
Returns a Byte array containing the contents of this BitArray.
toByteArray() - Method in class com.ibm.security12.sun.security.util.BigInt
Returns the data as a byte array.
toByteArray() - Method in class com.ibm.security12.sun.security.util.DerValue
Returns a DER-encoded value, such that if it's passed to the DerValue constructor, a value equivalent to "this" is returned.
toByteArray() - Method in class com.ibm.security12.sun.security.util.DerInputStream
Return what has been written to this DerInputStream as a byte array.
toDerInputStream() - Method in class com.ibm.security12.sun.security.util.DerValue
For "set" and "sequence" types, this function may be used to return a DER stream of the members of the set or sequence.
toInt() - Method in class com.ibm.security12.sun.security.util.BigInt
Converts the "big" integer to a java primitive integer.
toString() - Method in class com.ibm.security12.java.lang.Package
Returns the string representation of this Package.
toString() - Method in class com.ibm.security12.java.security.cert.Certificate
Returns a string representation of this certificate.
toString() - Method in class com.ibm.security12.java.security.cert.CRL
Returns a string representation of this CRL.
toString() - Method in class com.ibm.security12.java.security.cert.X509CRLEntry
Returns a string representation of this CRL entry.
toString() - Method in class com.ibm.security12.java.security.Permission
Returns a string describing this Permission.
toString() - Method in class com.ibm.security12.java.security.Identity
Deprecated. Returns a short string describing this identity, telling its name and its scope (if any).
toString() - Method in class com.ibm.security12.java.security.Signer
Returns a string of information about the signer.
toString() - Method in class com.ibm.security12.java.security.MessageDigest
Returns a string representation of this message digest object.
toString() - Method in class com.ibm.security12.java.security.DigestOutputStream
Prints a string representation of this digest output stream and its associated message digest object.
toString() - Method in class com.ibm.security12.java.security.AlgorithmParameters
Returns a formatted string describing the parameters.
toString() - Method in class com.ibm.security12.java.security.Signature
Returns a string representation of this signature object, providing information that includes the state of the object and the name of the algorithm used.
toString() - Method in class com.ibm.security12.java.security.UnresolvedPermission
Returns a string describing this UnresolvedPermission.
toString() - Method in class com.ibm.security12.java.security.IdentityScope
Deprecated. Returns a string representation of this identity scope, including its name, its scope name, and the number of identities in this identity scope.
toString() - Method in class com.ibm.security12.java.security.CodeSource
Returns a string describing this CodeSource, telling its URL and certificates.
toString() - Method in class com.ibm.security12.java.security.DigestInputStream
Prints a string representation of this digest input stream and its associated message digest object.
toString() - Method in class com.ibm.security12.java.security.Provider
Returns a string with the name and the version number of this provider.
toString() - Method in class com.ibm.security12.java.security.PermissionCollection
Returns a string describing this PermissionCollection object, providing information about all the permissions it contains.
toString() - Method in class com.ibm.security12.java.security.ProtectionDomain
Convert a ProtectionDomain to a String.
toString() - Method in class com.ibm.security12.java.util.jar.Attributes.Name
Returns the attribute name as a String.
toString() - Method in class com.ibm.security12.java.util.zip.ZipEntry
Returns a string representation of the ZIP entry.
toString() - Method in class com.ibm.security12.java.util.AbstractCollection
Returns a string representation of this collection.
toString() - Method in class com.ibm.security12.java.util.Vector
Returns a string representation of this Vector, containing the String representation of each element.
toString() - Method in class com.ibm.security12.java.util.AbstractMap
Returns a string representation of this map.
toString() - Method in class com.ibm.security12.java.util.Hashtable
Returns a string representation of this Hashtable object in the form of a set of entries, enclosed in braces and separated by the ASCII characters "" (comma and space).
toString() - Method in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
Returns a string representation of this attribute.
toString() - Method in class com.ibm.security12.sun.security.pkcs.PKCS10Attributes
Returns a string representation of this PKCS10Attributes object in the form of a set of entries, enclosed in braces and separated by the ASCII characters "" (comma and space).
toString() - Method in class com.ibm.security12.sun.security.pkcs.ContentInfo
 
toString() - Method in class com.ibm.security12.sun.security.pkcs.PKCS10
Provides a short description of this request.
toString() - Method in class com.ibm.security12.sun.security.pkcs.PKCS10Attribute
Returns the attribute in user readable form.
toString() - Method in class com.ibm.security12.sun.security.pkcs.PKCS7
Returns the PKCS7 block in a printable string form.
toString() - Method in class com.ibm.security12.sun.security.pkcs.PKCS9Attributes
Returns the PKCS9 block in a printable string form.
toString() - Method in class com.ibm.security12.sun.security.pkcs.SignerInfo
 
toString() - Method in class com.ibm.security12.sun.security.pkcs.PKCS8Key
 
toString() - Method in class com.ibm.security12.sun.security.provider.SystemIdentity
 
toString() - Method in class com.ibm.security12.sun.security.provider.IdentityDatabase
 
toString() - Method in class com.ibm.security12.sun.security.provider.DSAPrivateKey
 
toString() - Method in class com.ibm.security12.sun.security.provider.DSAPublicKey
 
toString() - Method in class com.ibm.security12.sun.security.provider.SystemSigner
 
toString() - Method in class com.ibm.security12.sun.security.provider.DSA
Return a human readable rendition of the engine.
toString() - Method in class com.ibm.security12.sun.security.util.BitArray
Returns a string representation of this BitArray.
toString() - Method in class com.ibm.security12.sun.security.util.ObjectIdentifier
Returns a string form of the object ID.
toString() - Method in class com.ibm.security12.sun.security.util.BigInt
Returns a hexadecimal printed representation.
toString() - Method in class com.ibm.security12.sun.security.util.DerValue
Returns a printable representation of the value.
toString() - Method in class com.ibm.security12.sun.security.x509.X509Key
 
toString() - Method in class com.ibm.security12.sun.security.x509.CertificateIssuerUniqueIdentity
Return the identity as user readable string.
toString() - Method in class com.ibm.security12.sun.security.x509.GeneralSubtrees
Return a printable string of the GeneralSubtree.
toString() - Method in class com.ibm.security12.sun.security.x509.Extension
Returns the Extension in user readable form.
toString() - Method in class com.ibm.security12.sun.security.x509.BasicConstraintsExtension
Return user readable form of extension.
toString() - Method in class com.ibm.security12.sun.security.x509.CertificateVersion
Return the version number of the certificate.
toString() - Method in class com.ibm.security12.sun.security.x509.CertificatePolicyId
Returns a printable representation of the CertificatePolicyId.
toString() - Method in class com.ibm.security12.sun.security.x509.KeyUsageExtension
Returns a printable representation of the KeyUsage.
toString() - Method in class com.ibm.security12.sun.security.x509.CRLReasonCodeExtension
Returns a printable representation of the Reason code.
toString() - Method in class com.ibm.security12.sun.security.x509.CertificateSubjectName
Return the name as user readable string.
toString() - Method in class com.ibm.security12.sun.security.x509.DNSName
Convert the name into user readable string.
toString() - Method in class com.ibm.security12.sun.security.x509.AlgorithmId
Returns a string describing the algorithm and its parameters.
toString() - Method in class com.ibm.security12.sun.security.x509.CertificateSerialNumber
Return the serial number as user readable string.
toString() - Method in class com.ibm.security12.sun.security.x509.CertificatePolicyMap
Returns a printable representation of the CertificatePolicyId.
toString() - Method in class com.ibm.security12.sun.security.x509.CertificateExtensions
Returns a string representation of this CertificateExtensions object in the form of a set of entries, enclosed in braces and separated by the ASCII characters "" (comma and space).
toString() - Method in class com.ibm.security12.sun.security.x509.PolicyConstraintsExtension
Return the extension as user readable string.
toString() - Method in class com.ibm.security12.sun.security.x509.X500Name
Returns a string form of the X.500 distinguished name.
toString() - Method in class com.ibm.security12.sun.security.x509.GeneralSubtree
Return a printable string of the GeneralSubtree.
toString() - Method in class com.ibm.security12.sun.security.x509.CertificateIssuerName
Return the name as user readable string.
toString() - Method in class com.ibm.security12.sun.security.x509.URIName
Convert the name into user readable string.
toString() - Method in class com.ibm.security12.sun.security.x509.NameConstraintsExtension
Return the printable string.
toString() - Method in class com.ibm.security12.sun.security.x509.AlgIdDSA
 
toString() - Method in class com.ibm.security12.sun.security.x509.CertificateX509Key
Return the key as printable string.
toString() - Method in class com.ibm.security12.sun.security.x509.X509CertInfo
Returns a printable representation of the certificate.
toString() - Method in class com.ibm.security12.sun.security.x509.SerialNumber
Return the SerialNumber as user readable string.
toString() - Method in class com.ibm.security12.sun.security.x509.IPAddressName
Return a printable string of IPaddress
toString() - Method in class com.ibm.security12.sun.security.x509.OIDName
Convert the name into user readable string.
toString() - Method in class com.ibm.security12.sun.security.x509.NetscapeCertTypeExtension
Returns a printable representation of the NetscapeCertType.
toString() - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Returns a printable representation of the certificate.
toString() - Method in class com.ibm.security12.sun.security.x509.X509CRLEntryImpl
Returns a printable string of this revoked certificate.
toString() - Method in class com.ibm.security12.sun.security.x509.CertificateValidity
Return the validity period as user readable string.
toString() - Method in class com.ibm.security12.sun.security.x509.IssuerAlternativeNameExtension
Returns a printable representation of the IssuerAlternativeName.
toString() - Method in class com.ibm.security12.sun.security.x509.UniqueIdentity
Return the UniqueIdentity as a printable string.
toString() - Method in class com.ibm.security12.sun.security.x509.CertificateAlgorithmId
Return the algorithm identifier as user readable string.
toString() - Method in class com.ibm.security12.sun.security.x509.RFC822Name
Convert the name into user readable string.
toString() - Method in class com.ibm.security12.sun.security.x509.GeneralName
Return the name as user readable string
toString() - Method in class com.ibm.security12.sun.security.x509.CRLNumberExtension
Returns a printable representation of the CRLNumberExtension.
toString() - Method in class com.ibm.security12.sun.security.x509.KeyIdentifier
Returns a printable representation of the KeyUsage.
toString() - Method in class com.ibm.security12.sun.security.x509.CRLExtensions
Returns a string representation of this CRLExtensions object in the form of a set of entries, enclosed in braces and separated by the ASCII characters "" (comma and space).
toString() - Method in class com.ibm.security12.sun.security.x509.AuthorityKeyIdentifierExtension
Return the object as a string.
toString() - Method in class com.ibm.security12.sun.security.x509.SubjectAlternativeNameExtension
Returns a printable representation of the SubjectAlternativeName.
toString() - Method in class com.ibm.security12.sun.security.x509.X509CRLImpl
Returns a printable string of this CRL.
toString() - Method in class com.ibm.security12.sun.security.x509.PolicyMappingsExtension
Returns a printable representation of the policy map.
toString() - Method in class com.ibm.security12.sun.security.x509.CertificateSubjectUniqueIdentity
Return the identity as user readable string.
toString() - Method in class com.ibm.security12.sun.security.x509.PrivateKeyUsageExtension
Return the printable string.
toString() - Method in class com.ibm.security12.sun.security.x509.CertException
Deprecated. Returns a string describing the certificate exception.
toString() - Method in interface com.ibm.security12.sun.security.x509.CertAttrSet
Returns a short string describing this certificate attribute.
toString() - Method in class com.ibm.security12.sun.security.x509.SubjectKeyIdentifierExtension
Returns a printable representation.
toString() - Method in class com.ibm.security12.sun.security.x509.OtherName
Convert the name into user readable string.
toString() - Method in class com.ibm.security12.sun.security.x509.EDIPartyName
Return the printable string.
toString(boolean) - Method in class com.ibm.security12.java.security.Identity
Deprecated. Returns a string representation of this identity, with optionally more details than that provided by the toString method without any arguments.
toURL() - Method in class com.ibm.security12.java.io.File12
Converts this abstract pathname into a file: URL.
translateKey(Key) - Method in class com.ibm.security12.java.security.KeyFactory
Translates a key object, whose provider may be unknown or potentially untrusted, into a corresponding key object of this key factory.
TreeMap - class com.ibm.security12.java.util.TreeMap.
Red-Black tree based implementation of the SortedMap interface.
TreeMap() - Constructor for class com.ibm.security12.java.util.TreeMap
Constructs a new, empty map, sorted according to the keys' natural order.
TreeMap(Comparator) - Constructor for class com.ibm.security12.java.util.TreeMap
Constructs a new, empty map, sorted according to the given comparator.
TreeMap(Map) - Constructor for class com.ibm.security12.java.util.TreeMap
Constructs a new map containing the same mappings as the given map, sorted according to the keys' natural order.
TreeMap(SortedMap) - Constructor for class com.ibm.security12.java.util.TreeMap
Constructs a new map containing the same mappings as the given SortedMap, sorted according to the same ordering.
TreeSet - class com.ibm.security12.java.util.TreeSet.
This class implements the Set interface, backed by a TreeMap instance.
TreeSet() - Constructor for class com.ibm.security12.java.util.TreeSet
Constructs a new, empty set, sorted according to the elements' natural order.
TreeSet(Collection) - Constructor for class com.ibm.security12.java.util.TreeSet
Constructs a new set containing the elements in the specified collection, sorted according to the elements' natural order.
TreeSet(Comparator) - Constructor for class com.ibm.security12.java.util.TreeSet
Constructs a new, empty set, sorted according to the given comparator.
TreeSet(SortedSet) - Constructor for class com.ibm.security12.java.util.TreeSet
Constructs a new set containing the same elements as the given sorted set, sorted according to the same ordering.
trimToSize() - Method in class com.ibm.security12.java.util.Vector
Trims the capacity of this vector to be the vector's current size.
trimToSize() - Method in class com.ibm.security12.java.util.ArrayList
Trims the capacity of this ArrayList instance to be the list's current size.

U

UNINITIALIZED - Static variable in class com.ibm.security12.java.security.Signature
Possible state value, signifying that this signature object has not yet been initialized.
UniqueIdentity - class com.ibm.security12.sun.security.x509.UniqueIdentity.
This class defines the UniqueIdentity class used by certificates.
UniqueIdentity(BitArray) - Constructor for class com.ibm.security12.sun.security.x509.UniqueIdentity
The default constructor for this class.
UniqueIdentity(byte[]) - Constructor for class com.ibm.security12.sun.security.x509.UniqueIdentity
The default constructor for this class.
UniqueIdentity(DerInputStream) - Constructor for class com.ibm.security12.sun.security.x509.UniqueIdentity
Create the object, decoding the values from the passed DER stream.
UniqueIdentity(DerValue) - Constructor for class com.ibm.security12.sun.security.x509.UniqueIdentity
Create the object, decoding the values from the passed DER stream.
unmodifiableCollection(Collection) - Static method in class com.ibm.security12.java.util.Collections
Returns an unmodifiable view of the specified collection.
unmodifiableList(List) - Static method in class com.ibm.security12.java.util.Collections
Returns an unmodifiable view of the specified list.
unmodifiableMap(Map) - Static method in class com.ibm.security12.java.util.Collections
Returns an unmodifiable view of the specified map.
unmodifiableSet(Set) - Static method in class com.ibm.security12.java.util.Collections
Returns an unmodifiable view of the specified set.
unmodifiableSortedMap(SortedMap) - Static method in class com.ibm.security12.java.util.Collections
Returns an unmodifiable view of the specified sorted map.
unmodifiableSortedSet(SortedSet) - Static method in class com.ibm.security12.java.util.Collections
Returns an unmodifiable view of the specified sorted set.
UnrecoverableKeyException - exception com.ibm.security12.java.security.UnrecoverableKeyException.
This exception is thrown if a key in the key store cannot be recovered.
UnrecoverableKeyException() - Constructor for class com.ibm.security12.java.security.UnrecoverableKeyException
Constructs an UnrecoverableKeyException with no detail message.
UnrecoverableKeyException(String) - Constructor for class com.ibm.security12.java.security.UnrecoverableKeyException
Constructs an UnrecoverableKeyException with the specified detail message, which provides more information about why this exception has been thrown.
UnresolvedPermission - class com.ibm.security12.java.security.UnresolvedPermission.
The UnresolvedPermission class is used to hold Permissions that were "unresolved" when the Policy was initialized.
UnresolvedPermission(String, String, String, Certificate[]) - Constructor for class com.ibm.security12.java.security.UnresolvedPermission
Creates a new UnresolvedPermission containing the permission information needed later to actually create a Permission of the specified class, when the permission is resolved.
UNSPECIFIED - Static variable in class com.ibm.security12.sun.security.x509.CRLReasonCodeExtension
 
UNSTRUCTURED_ADDRESS_OID - Static variable in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
 
UNSTRUCTURED_ADDRESS_STR - Static variable in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
 
UNSTRUCTURED_NAME_OID - Static variable in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
 
UNSTRUCTURED_NAME_STR - Static variable in class com.ibm.security12.sun.security.pkcs.PKCS9Attribute
 
UnsupportedOperationException - exception com.ibm.security12.java.lang.UnsupportedOperationException.
Thrown to indicate that the requested operation is not supported.
UnsupportedOperationException() - Constructor for class com.ibm.security12.java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with no detail message.
UnsupportedOperationException(String) - Constructor for class com.ibm.security12.java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with the specified detail message.
update(byte) - Method in class com.ibm.security12.java.security.MessageDigest
Updates the digest using the specified byte.
update(byte) - Method in class com.ibm.security12.java.security.Signature
Updates the data to be signed or verified by a byte.
update(byte) - Method in class com.ibm.security12.sun.security.util.ManifestEntryVerifier
update the digests for the digests we are interested in
update(byte[]) - Method in class com.ibm.security12.java.security.MessageDigest
Updates the digest using the specified array of bytes.
update(byte[]) - Method in class com.ibm.security12.java.security.Signature
Updates the data to be signed or verified, using the specified array of bytes.
update(byte[], int, int) - Method in class com.ibm.security12.java.security.MessageDigest
Updates the digest using the specified array of bytes, starting at the specified offset.
update(byte[], int, int) - Method in class com.ibm.security12.java.security.Signature
Updates the data to be signed or verified, using the specified array of bytes, starting at the specified offset.
update(byte[], int, int) - Method in class com.ibm.security12.sun.security.util.ManifestEntryVerifier
update the digests for the digests we are interested in
update(byte[], int, int) - Method in class com.ibm.security12.sun.security.x509.X500Signer
Called for each chunk of the data being signed.
updateAtts() - Method in class com.ibm.security12.sun.applet.AppletViewer
Make sure the atrributes are uptodate.
URIName - class com.ibm.security12.sun.security.x509.URIName.
This class implements the URIName as required by the GeneralNames ASN.1 object.
URIName(DerValue) - Constructor for class com.ibm.security12.sun.security.x509.URIName
Create the URIName object from the passed encoded Der value.
URIName(String) - Constructor for class com.ibm.security12.sun.security.x509.URIName
Create the URIName object with the specified name.
URLClassLoader - class com.ibm.security12.java.net.URLClassLoader.
This class loader is used to load classes and resources from a search path of URLs referring to both JAR files and directories.
URLClassLoader(URL[]) - Constructor for class com.ibm.security12.java.net.URLClassLoader
Constructs a new URLClassLoader for the specified URLs using the default delegation parent ClassLoader.
URLClassLoader(URL[], ClassLoader12) - Constructor for class com.ibm.security12.java.net.URLClassLoader
Constructs a new URLClassLoader for the given URLs.
URLClassLoader(URL[], ClassLoader12, URLStreamHandlerFactory) - Constructor for class com.ibm.security12.java.net.URLClassLoader
Constructs a new URLClassLoader for the specified URLs, parent class loader, and URLStreamHandlerFactory.
URLClassPath - class com.ibm.security12.sun.misc.URLClassPath.
This class is used to maintain a search path of URLs for loading classes and resources from both JAR files and directories.
URLClassPath(URL[]) - Constructor for class com.ibm.security12.sun.misc.URLClassPath
 
URLClassPath(URL[], URLStreamHandlerFactory) - Constructor for class com.ibm.security12.sun.misc.URLClassPath
Creates a new URLClassPath for the given URLs.
URLConnection12 - class com.ibm.security12.sun.net.www.URLConnection12.
The purpose of URLCOnnection12 is to bridge the gap between JDK 1.1 java.net.URLConnection and JDK 1.2 java.net.URLConnection which can not be part of the IBM Migration Aid product, but its getPermission() method is vital in several locations of the JDK 1.2 code.

V

V1 - Static variable in class com.ibm.security12.sun.security.x509.CertificateVersion
X509Certificate Version 1
V2 - Static variable in class com.ibm.security12.sun.security.x509.CertificateVersion
X509Certificate Version 2
V3 - Static variable in class com.ibm.security12.sun.security.x509.CertificateVersion
X509Certificate Version 3
valid() - Method in class com.ibm.security12.sun.security.x509.CertificateValidity
Verify that the current time is within the validity period.
valid() - Method in class com.ibm.security12.sun.security.x509.PrivateKeyUsageExtension
Verify that that the current time is within the validity period.
valid(Date) - Method in class com.ibm.security12.sun.security.x509.CertificateValidity
Verify that the passed time is within the validity period.
valid(Date) - Method in class com.ibm.security12.sun.security.x509.PrivateKeyUsageExtension
Verify that that the passed time is within the validity period.
VALIDITY - Static variable in class com.ibm.security12.sun.security.x509.X509CertInfo
 
values() - Method in class com.ibm.security12.java.security.Provider
 
values() - Method in class com.ibm.security12.java.util.jar.Attributes
Returns a Collection view of the attribute values contained in this Map.
values() - Method in class com.ibm.security12.java.util.AbstractMap
Returns a collection view of the values contained in this map.
values() - Method in class com.ibm.security12.java.util.HashMap
Returns a collection view of the values contained in this map.
values() - Method in class com.ibm.security12.java.util.Hashtable
Returns a Collection view of the values contained in this Hashtable.
values() - Method in class com.ibm.security12.java.util.TreeMap
Returns a collection view of the values contained in this map.
values() - Method in interface com.ibm.security12.java.util.Map
Returns a collection view of the values contained in this map.
Vector - class com.ibm.security12.java.util.Vector.
The Vector class implements a growable array of objects.
Vector() - Constructor for class com.ibm.security12.java.util.Vector
Constructs an empty vector so that its internal data array has size 10 and its standard capacity increment is zero.
Vector(Collection) - Constructor for class com.ibm.security12.java.util.Vector
Constructs a vector containing the elements of the specified collection, in the order they are returned by the collection's iterator.
Vector(int) - Constructor for class com.ibm.security12.java.util.Vector
Constructs an empty vector with the specified initial capacity and with its capacity increment equal to zero.
Vector(int, int) - Constructor for class com.ibm.security12.java.util.Vector
Constructs an empty vector with the specified initial capacity and capacity increment.
Vector12 - class com.ibm.security12.java.util.Vector12.
Vector12 is an improved version of java.util.Vector.
Vector12() - Constructor for class com.ibm.security12.java.util.Vector12
Creates a Vector12 instance that represents an empty vector with an internal data array of size 10 and its standard capacity increment is zero.
verf_CA_UNTRUSTED - Static variable in class com.ibm.security12.sun.security.x509.CertException
Deprecated. Indicates that a certificate authority in the certification chain is not trusted.
verf_CHAIN_LENGTH - Static variable in class com.ibm.security12.sun.security.x509.CertException
Deprecated. Indicates that the certification chain is too long.
verf_INVALID_EXPIRED - Static variable in class com.ibm.security12.sun.security.x509.CertException
Deprecated. Indicates that the certificate has expired and so is not valid.
verf_INVALID_NOTBEFORE - Static variable in class com.ibm.security12.sun.security.x509.CertException
Deprecated. Indicates that the certificate is not yet valid.
verf_INVALID_REVOKED - Static variable in class com.ibm.security12.sun.security.x509.CertException
Deprecated. Indicates that the certificate was revoked, and so is invalid.
verf_INVALID_SIG - Static variable in class com.ibm.security12.sun.security.x509.CertException
Deprecated. Indicates that the signature in the certificate is not valid.
verf_PARSE_ERROR - Static variable in class com.ibm.security12.sun.security.x509.CertException
Deprecated. Indicates an error parsing the ASN.1/DER encoding of the certificate.
VERIFY - Static variable in class com.ibm.security12.java.security.Signature
Possible state value, signifying that this signature object has been initialized for verification.
verify() - Method in class com.ibm.security12.sun.security.pkcs.PKCS7
Returns all signerInfos which self-verify.
verify(byte[]) - Method in class com.ibm.security12.java.security.Signature
Verifies the passed-in signature.
verify(byte[]) - Method in class com.ibm.security12.sun.security.pkcs.PKCS7
Returns all signerInfos which self-verify.
verify(Hashtable, Hashtable) - Method in class com.ibm.security12.sun.security.util.ManifestEntryVerifier
go through all the digests, calculating the final digest and comparing it to the one in the manifest.
verify(PublicKey) - Method in class com.ibm.security12.java.security.cert.Certificate
Verifies that this certificate was signed using the private key that corresponds to the specified public key.
verify(PublicKey) - Method in class com.ibm.security12.java.security.cert.X509CRL
Verifies that this CRL was signed using the private key that corresponds to the given public key.
verify(PublicKey) - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Throws an exception if the certificate was not signed using the verification key provided.
verify(PublicKey) - Method in class com.ibm.security12.sun.security.x509.X509CRLImpl
Verifies that this CRL was signed using the private key that corresponds to the given public key.
verify(PublicKey, Signature) - Method in class com.ibm.security12.java.security.SignedObject
Verifies that the signature in this SignedObject is the valid signature for the object stored inside, with the given verification key, using the designated verification engine.
verify(PublicKey, String) - Method in class com.ibm.security12.java.security.cert.Certificate
Verifies that this certificate was signed using the private key that corresponds to the specified public key.
verify(PublicKey, String) - Method in class com.ibm.security12.java.security.cert.X509CRL
Verifies that this CRL was signed using the private key that corresponds to the given public key.
verify(PublicKey, String) - Method in class com.ibm.security12.sun.security.x509.X509CertImpl
Throws an exception if the certificate was not signed using the verification key provided.
verify(PublicKey, String) - Method in class com.ibm.security12.sun.security.x509.X509CRLImpl
Verifies that this CRL was signed using the private key that corresponds to the given public key, and that the signature verification was computed by the given provider.
verify(SignerInfo, byte[]) - Method in class com.ibm.security12.sun.security.pkcs.PKCS7
This verifies a given SignerInfo.
version - Static variable in class com.ibm.security12.sun.security.pkcs.PKCS8Key
 
version - Variable in class com.ibm.security12.sun.security.x509.X509CertInfo
 
VERSION - Static variable in class com.ibm.security12.sun.security.x509.CertificateVersion
 
VERSION - Static variable in class com.ibm.security12.sun.security.x509.X509CertInfo
 
VERSION_1 - Static variable in class com.ibm.security12.sun.security.provider.JavaKeyStore
 
VERSION_2 - Static variable in class com.ibm.security12.sun.security.provider.JavaKeyStore
 

W

write(byte[], int, int) - Method in class com.ibm.security12.java.security.DigestOutputStream
Updates the message digest (if the digest function is on) using the specified subarray, and in any case writes the subarray to the output stream.
write(byte[], int, int) - Method in class com.ibm.security12.java.util.zip.DeflaterOutputStream
Writes an array of bytes to the compressed output stream.
write(byte[], int, int) - Method in class com.ibm.security12.java.util.zip.ZipOutputStream
Writes an array of bytes to the current ZIP entry data.
write(byte, byte[]) - Method in class com.ibm.security12.sun.security.util.DerOutputStream
Writes tagged, pre-marshaled data.
write(byte, DerOutputStream) - Method in class com.ibm.security12.sun.security.util.DerOutputStream
Writes tagged data using buffer-to-buffer copy.
write(int) - Method in class com.ibm.security12.java.security.DigestOutputStream
Updates the message digest (if the digest function is on) using the specified byte, and in any case writes the byte to the output stream.
write(int) - Method in class com.ibm.security12.java.util.zip.DeflaterOutputStream
Writes a byte to the compressed output stream.
write(OutputStream) - Method in class com.ibm.security12.java.util.jar.Manifest
Writes the Manifest to the specified OutputStream.
write(OutputStream) - Method in class com.ibm.security12.sun.security.util.SignatureFile
Writes the SignatureFile to the specified OutputStream.
write(OutputStream) - Method in class com.ibm.security12.sun.security.util.SignatureFile.Block
Writes the block file to the specified OutputStream.
write(PrintWriter) - Method in class com.ibm.security12.sun.security.provider.PolicyParser.GrantEntry
 
write(PrintWriter) - Method in class com.ibm.security12.sun.security.provider.PolicyParser.PermissionEntry
 
write(Writer) - Method in class com.ibm.security12.sun.security.provider.PolicyParser
write out the policy
writeImplicit(byte, DerOutputStream) - Method in class com.ibm.security12.sun.security.util.DerOutputStream
Writes implicitly tagged data using buffer-to-buffer copy.

X

X500Name - class com.ibm.security12.sun.security.x509.X500Name.
X.500 names are used to identify entities, such as those which are identified by X.509 certificates.
X500Name(byte[]) - Constructor for class com.ibm.security12.sun.security.x509.X500Name
Constructs a name from an ASN.1 encoded byte array.
X500Name(DerInputStream) - Constructor for class com.ibm.security12.sun.security.x509.X500Name
Constructs a name from an ASN.1 encoded input stream.
X500Name(DerValue) - Constructor for class com.ibm.security12.sun.security.x509.X500Name
Constructs a name from an ASN.1 encoded value.
X500Name(String) - Constructor for class com.ibm.security12.sun.security.x509.X500Name
Constructs a name from a conventionally formatted string, such as "CN=Dave, OU=JavaSoft, O=Sun Microsystems, C=US".
X500Name(String, String, String, String) - Constructor for class com.ibm.security12.sun.security.x509.X500Name
Constructs a name from fields common in enterprise application environments.
X500Name(String, String, String, String, String, String) - Constructor for class com.ibm.security12.sun.security.x509.X500Name
Constructs a name from fields common in Internet application environments.
X500Signer - class com.ibm.security12.sun.security.x509.X500Signer.
This class provides a binding between a Signature object and an authenticated X.500 name (from an X.509 certificate chain), which is needed in many public key signing applications.
X500Signer(Signature, X500Name) - Constructor for class com.ibm.security12.sun.security.x509.X500Signer
 
X509AttributeName - class com.ibm.security12.sun.security.x509.X509AttributeName.
This class is used to parse attribute names like "x509.info.extensions".
X509AttributeName(String) - Constructor for class com.ibm.security12.sun.security.x509.X509AttributeName
Default constructor for the class.
X509Certificate - class com.ibm.security12.java.security.cert.X509Certificate.
Abstract class for X.509 certificates.
X509Certificate() - Constructor for class com.ibm.security12.java.security.cert.X509Certificate
Constructor for X.509 certificates.
X509CertImpl - class com.ibm.security12.sun.security.x509.X509CertImpl.
The X509CertImpl class represents an X.509 certificate.
X509CertImpl() - Constructor for class com.ibm.security12.sun.security.x509.X509CertImpl
Default constructor.
X509CertImpl(byte[]) - Constructor for class com.ibm.security12.sun.security.x509.X509CertImpl
Unmarshals a certificate from its encoded form, parsing the encoded bytes.
X509CertImpl(DerValue) - Constructor for class com.ibm.security12.sun.security.x509.X509CertImpl
Unmarshal a certificate from its encoded form, parsing a DER value.
X509CertImpl(InputStream) - Constructor for class com.ibm.security12.sun.security.x509.X509CertImpl
unmarshals an X.509 certificate from an input stream.
X509CertImpl(X509CertInfo) - Constructor for class com.ibm.security12.sun.security.x509.X509CertImpl
Construct an initialized X509 Certificate.
X509CertInfo - class com.ibm.security12.sun.security.x509.X509CertInfo.
The X509CertInfo class represents X.509 certificate information.
X509CertInfo() - Constructor for class com.ibm.security12.sun.security.x509.X509CertInfo
Construct an uninitialized X509CertInfo on which decode must later be called (or which may be deserialized).
X509CertInfo(byte[]) - Constructor for class com.ibm.security12.sun.security.x509.X509CertInfo
Unmarshals a certificate from its encoded form, parsing the encoded bytes.
X509CertInfo(DerValue) - Constructor for class com.ibm.security12.sun.security.x509.X509CertInfo
Unmarshal a certificate from its encoded form, parsing a DER value.
X509CRL - class com.ibm.security12.java.security.cert.X509CRL.
Abstract class for an X.509 Certificate Revocation List (CRL).
X509CRL() - Constructor for class com.ibm.security12.java.security.cert.X509CRL
Constructor for X.509 CRLs.
X509CRLEntry - class com.ibm.security12.java.security.cert.X509CRLEntry.
Abstract class for a revoked certificate in a CRL (Certificate Revocation List).
X509CRLEntry() - Constructor for class com.ibm.security12.java.security.cert.X509CRLEntry
 
X509CRLEntryImpl - class com.ibm.security12.sun.security.x509.X509CRLEntryImpl.
Abstract class for a revoked certificate in a CRL.
X509CRLEntryImpl(BigInteger, Date) - Constructor for class com.ibm.security12.sun.security.x509.X509CRLEntryImpl
Constructs a revoked certificate entry using the given serial number and revocation date.
X509CRLEntryImpl(BigInteger, Date, CRLExtensions) - Constructor for class com.ibm.security12.sun.security.x509.X509CRLEntryImpl
Constructs a revoked certificate entry using the given serial number, revocation date and the entry extensions.
X509CRLEntryImpl(byte[]) - Constructor for class com.ibm.security12.sun.security.x509.X509CRLEntryImpl
Unmarshals a revoked certificate from its encoded form.
X509CRLEntryImpl(DerValue) - Constructor for class com.ibm.security12.sun.security.x509.X509CRLEntryImpl
Unmarshals a revoked certificate from its encoded form.
X509CRLImpl - class com.ibm.security12.sun.security.x509.X509CRLImpl.
An implmentation for X509 CRL (Certificate Revocation List).
X509CRLImpl(byte[]) - Constructor for class com.ibm.security12.sun.security.x509.X509CRLImpl
Unmarshals an X.509 CRL from its encoded form, parsing the encoded bytes.
X509CRLImpl(DerValue) - Constructor for class com.ibm.security12.sun.security.x509.X509CRLImpl
Unmarshals an X.509 CRL from an DER value.
X509CRLImpl(InputStream) - Constructor for class com.ibm.security12.sun.security.x509.X509CRLImpl
Unmarshals an X.509 CRL from an input stream.
X509CRLImpl(X500Name, Date, Date) - Constructor for class com.ibm.security12.sun.security.x509.X509CRLImpl
Initial CRL constructor, no revoked certs, and no extensions.
X509CRLImpl(X500Name, Date, Date, X509CRLEntry[]) - Constructor for class com.ibm.security12.sun.security.x509.X509CRLImpl
CRL constructor, revoked certs, no extensions.
X509CRLImpl(X500Name, Date, Date, X509CRLEntry[], CRLExtensions) - Constructor for class com.ibm.security12.sun.security.x509.X509CRLImpl
CRL constructor, revoked certs and extensions.
X509EncodedKeySpec - class com.ibm.security12.java.security.spec.X509EncodedKeySpec.
This class represents the DER encoding of a public or private key, according to the format specified in the X.509 standard.
X509EncodedKeySpec(byte[]) - Constructor for class com.ibm.security12.java.security.spec.X509EncodedKeySpec
Creates a new X509EncodedKeySpec with the given encoded key.
X509Extension - interface com.ibm.security12.java.security.cert.X509Extension.
Interface for an X.509 extension.
X509Factory - class com.ibm.security12.sun.security.provider.X509Factory.
This class defines a certificate factory for X.509 v3 certificates and X.509 v2 certificate revocation lists (CRLs).
X509Factory() - Constructor for class com.ibm.security12.sun.security.provider.X509Factory
 
X509Key - class com.ibm.security12.sun.security.x509.X509Key.
Holds an X.509 key, for example a public key found in an X.509 certificate.
X509Key() - Constructor for class com.ibm.security12.sun.security.x509.X509Key
Default constructor.

Z

ZipEntry - class com.ibm.security12.java.util.zip.ZipEntry.
This class is used to represent a ZIP file entry.
ZipEntry(String) - Constructor for class com.ibm.security12.java.util.zip.ZipEntry
Creates a new zip entry with the specified name.
ZipEntry(ZipEntry) - Constructor for class com.ibm.security12.java.util.zip.ZipEntry
Creates a new zip entry with fields taken from the specified zip entry.
ZipFile - class com.ibm.security12.java.util.zip.ZipFile.
This class is used to read entries from a zip file.
ZipFile() - Constructor for class com.ibm.security12.java.util.zip.ZipFile
Creates a new ZIP file with no name.
ZipFile(File) - Constructor for class com.ibm.security12.java.util.zip.ZipFile
Opens a ZIP file for reading given the specified File object.
ZipFile(String) - Constructor for class com.ibm.security12.java.util.zip.ZipFile
Opens a zip file for reading.
ZipInputStream - class com.ibm.security12.java.util.zip.ZipInputStream.
This class implements an input stream filter for reading files in the ZIP file format.
ZipInputStream(InputStream) - Constructor for class com.ibm.security12.java.util.zip.ZipInputStream
Creates a new ZIP input stream.
ZipOutputStream - class com.ibm.security12.java.util.zip.ZipOutputStream.
This class implements an output stream filter for writing files in the ZIP file format.
ZipOutputStream(OutputStream) - Constructor for class com.ibm.security12.java.util.zip.ZipOutputStream
Creates a new ZIP output stream.

A B C D E F G H I J K L M N O P Q R S T U V W X Z