All Packages  Class Hierarchy

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

Index of all Fields and Methods

A

ACCEPTED. Static variable in class com.netscape.certsrv.request.PolicyResult
acceptUnknownOids. Variable in class netscape.security.x509.LdapV3DNStrConverter
ACertAttrSet(DerValue). Constructor for class netscape.security.x509.ACertAttrSet
addAttribute(String, String, String). Static method in class netscape.security.x509.OIDMap
Add a name to lookup table.
addEntry(byte, Class, Class). Method in class netscape.security.util.ASN1CharStrConvMap
Add a tag-CharToByteConverter-ByteToCharConverter entry in the map.
addNameOID(String, ObjectIdentifier, AVAValueConverter). Method in class netscape.security.x509.X500NameAttrMap
Adds a attribute name, ObjectIdentifier, AVAValueConverter entry to the map.
addPoint(CRLDistributionPoint). Method in class netscape.security.x509.CRLDistributionPointsExtension
Adds an additional distribution point to the end of the sequence.
AFFILIATION_CHANGED. Static variable in class netscape.security.x509.CRLReasonExtension
AFFILIATION_CHANGED. Static variable in class netscape.security.x509.RevocationReason
AFFLIATION_CHANGED. Static variable in class netscape.security.x509.ReasonFlags
AJobBase(). Constructor for class com.netscape.certsrv.jobs.AJobBase
ALG_ID. Static variable in class netscape.security.x509.X509CertImpl
algid. Variable in class netscape.security.x509.X509Cert
algId. Variable in class netscape.security.x509.X509CertImpl
algId. Variable in class netscape.security.x509.X509CertInfo
algid. Variable in class netscape.security.x509.X509Key
AlgIdDSA(). Constructor for class netscape.security.x509.AlgIdDSA
Default constructor.
AlgIdDSA(BigInteger, BigInteger, BigInteger). Constructor for class netscape.security.x509.AlgIdDSA
Constructs a DSS/DSA Algorithm ID from numeric parameters.
AlgIdDSA(byte[]). Constructor for class netscape.security.x509.AlgIdDSA
Construct an AlgIdDSA from an X.509 encoded byte array.
AlgIdDSA(byte[], byte[], byte[]). Constructor for class netscape.security.x509.AlgIdDSA
Constructs a DSS/DSA Algorithm ID from unsigned integers that define the algorithm parameters.
ALGORITHM. Static variable in class netscape.security.x509.CertificateAlgorithmId
ALGORITHM_ID. Static variable in class netscape.security.x509.X509CertInfo
AlgorithmId(). Constructor for class netscape.security.x509.AlgorithmId
Constructs an algorithm ID which will be initialized separately, for example by deserialization.
AlgorithmId(ObjectIdentifier). Constructor for class netscape.security.x509.AlgorithmId
Constructs a parameterless algorithm ID.
ALL_SIGNING_ALGORITHMS. Static variable in class netscape.security.x509.AlgorithmId
All supported signing algorithms.
apply(IRequest). Method in interface com.netscape.certsrv.policy.IPolicyRule
Applies the policy on the given Request.
ASN1CharStrConvMap(). Constructor for class netscape.security.util.ASN1CharStrConvMap
Constructs a ASN1CharStrConvMap.
AttributeNameEnumeration(). Constructor for class netscape.security.x509.AttributeNameEnumeration
The default constructor for this class.
attrMap. Variable in class netscape.security.x509.LdapV3DNStrConverter
AUTH_NAME. Static variable in class netscape.security.x509.AuthorityKeyIdentifierExtension
authenticate(IAuthCredentials). Method in class com.netscape.certsrv.authentication.DirBasedAuthentication
Authenticates user through LDAP by a set of credentials.
authenticate(IAuthCredentials). Method in class com.netscape.certsrv.authentication.FlatFileAuth
Authenticate the request
authenticate(IAuthCredentials). Method in interface com.netscape.certsrv.authentication.IAuthManager
Authenticate the given credentials.
authenticate(LDAPConnection, IAuthCredentials, AuthToken). Method in class com.netscape.certsrv.authentication.DirBasedAuthentication
Authenticates a user through directory based a set of credentials.
authenticate(LDAPConnection, IAuthCredentials, AuthToken). Method in class com.netscape.certsrv.authentication.UidPwdDirAuthentication
Authenticates a user based on uid, pwd in the directory.
authenticate(LDAPConnection, IAuthCredentials, AuthToken). Method in class com.netscape.certsrv.authentication.UidPwdPinDirAuthentication
Authenticates a user based on its uid, pwd, pin in the directory.
AuthorityKey_Id. Static variable in class netscape.security.x509.PKIXExtensions
Identifies the particular public key used to sign the certificate.
AuthorityKeyIdentifierExtension(Boolean, Object). Constructor for class netscape.security.x509.AuthorityKeyIdentifierExtension
Create the extension from the passed DER encoded value of the same.
AuthorityKeyIdentifierExtension(KeyIdentifier, GeneralNames, SerialNumber). Constructor for class netscape.security.x509.AuthorityKeyIdentifierExtension
The default constructor for this extension.
AVA(DerInputStream). Constructor for class netscape.security.x509.AVA
Constructs an AVA from a Der Input Stream.
AVA(InputStream). Constructor for class netscape.security.x509.AVA
Constructs an AVA from an input stream of UTF8 bytes that form a Ldap DN string.
AVA(ObjectIdentifier, DerValue). Constructor for class netscape.security.x509.AVA
Constructs an AVA from an OID and DerValue.
AVA(String). Constructor for class netscape.security.x509.AVA
Constructs an AVA from a Ldap DN string with one AVA component using the global default LdapDNStrConverter.
AVA(String, LdapDNStrConverter). Constructor for class netscape.security.x509.AVA
Constructs an AVA from a Ldap DN string containing one AVA component using the specified LdapDNStrConverter.
available(). Method in class netscape.security.util.DerInputStream
Returns the number of bytes available for reading.

B

BasicConstraints_Id. Static variable in class netscape.security.x509.PKIXExtensions
Identifies whether the subject of the certificate is a CA and how deep a certification path may exist through that CA.
BasicConstraintsExtension(boolean, int). Constructor for class netscape.security.x509.BasicConstraintsExtension
Default constructor for this object.
BasicConstraintsExtension(Boolean, Object). Constructor for class netscape.security.x509.BasicConstraintsExtension
Create the extension from the passed DER encoded value of the same.
BigInt(BigInteger). Constructor for class netscape.security.util.BigInt
Constructs a "Big" integer from a "BigInteger", which must be positive (or zero) in value.
BigInt(byte[]). Constructor for class netscape.security.util.BigInt
Constructs a "Big" integer from a set of (big-endian) bytes.
BigInt(int). Constructor for class netscape.security.util.BigInt
Constructs a "Big" integer from a normal Java integer.
BitArray(boolean[]). Constructor for class netscape.security.util.BitArray
Create a BitArray whose bits are those of the given array of Booleans.
BitArray(int). Constructor for class netscape.security.util.BitArray
Creates a BitArray of the specified size, initialized to zeros.
BitArray(int, byte[]). Constructor for class netscape.security.util.BitArray
Creates a BitArray of the specified size, initialized from the specified byte array.
buffer. Variable in class netscape.security.util.DerValue
buildContentParams(String, String). Method in class com.netscape.certsrv.jobs.AJobBase
buildItemParams(IRequest). Method in class com.netscape.certsrv.jobs.AJobBase
buildItemParams(String, String). Method in class com.netscape.certsrv.jobs.AJobBase
buildItemParams(X509CertImpl). Method in class com.netscape.certsrv.jobs.AJobBase
ByteArrayLexOrder(). Constructor for class netscape.security.util.ByteArrayLexOrder
ByteArrayTagOrder(). Constructor for class netscape.security.util.ByteArrayTagOrder
byteLength(). Method in class netscape.security.util.BigInt
Returns the length of the data as a byte array.
ByteToCharIA5String(). Constructor for class netscape.security.util.ByteToCharIA5String
ByteToCharPrintable(). Constructor for class netscape.security.util.ByteToCharPrintable
ByteToCharUnicode(). Constructor for class netscape.security.util.ByteToCharUnicode
ByteToCharUniversalString(). Constructor for class netscape.security.util.ByteToCharUniversalString

C

CA_COMPROMISE. Static variable in class netscape.security.x509.CRLReasonExtension
CA_COMPROMISE. Static variable in class netscape.security.x509.ReasonFlags
CA_COMPROMISE. Static variable in class netscape.security.x509.RevocationReason
CertAndKeyGen(String, String). Constructor for class netscape.security.x509.CertAndKeyGen
Creates a CertAndKeyGen object for a particular key type and signature algorithm.
CertException(int). Constructor for class netscape.security.x509.CertException
Constructs a certificate exception using just an error code, without a string describing the context.
CertException(int, String). Constructor for class netscape.security.x509.CertException
Constructs a certificate exception using an error code (verf_*) and a string describing the context of the error.
CERTIFICATE_HOLD. Static variable in class netscape.security.x509.CRLReasonExtension
CERTIFICATE_HOLD. Static variable in class netscape.security.x509.RevocationReason
CertificateAlgorithmId(AlgorithmId). Constructor for class netscape.security.x509.CertificateAlgorithmId
Default constructor for the certificate attribute.
CertificateAlgorithmId(DerInputStream). Constructor for class netscape.security.x509.CertificateAlgorithmId
Create the object, decoding the values from the passed DER stream.
CertificateAlgorithmId(InputStream). Constructor for class netscape.security.x509.CertificateAlgorithmId
Create the object, decoding the values from the passed stream.
CertificateChain(). Constructor for class netscape.security.x509.CertificateChain
CertificateChain(X509Certificate). Constructor for class netscape.security.x509.CertificateChain
constructs a certificate chain from a certificate.
CertificateChain(X509Certificate[]). Constructor for class netscape.security.x509.CertificateChain
constructs a certificate chain from a X509 certificate array.
CertificateExtensions(). Constructor for class netscape.security.x509.CertificateExtensions
Default constructor for the certificate attribute.
CertificateExtensions(DerInputStream). Constructor for class netscape.security.x509.CertificateExtensions
Create the object, decoding the values from the passed DER stream.
CertificateIssuerName(DerInputStream). Constructor for class netscape.security.x509.CertificateIssuerName
Create the object, decoding the values from the passed DER stream.
CertificateIssuerName(InputStream). Constructor for class netscape.security.x509.CertificateIssuerName
Create the object, decoding the values from the passed stream.
CertificateIssuerName(X500Name). Constructor for class netscape.security.x509.CertificateIssuerName
Default constructor for the certificate attribute.
CertificateIssuerUniqueIdentity(DerInputStream). Constructor for class netscape.security.x509.CertificateIssuerUniqueIdentity
Create the object, decoding the values from the passed DER stream.
CertificateIssuerUniqueIdentity(DerValue). Constructor for class netscape.security.x509.CertificateIssuerUniqueIdentity
Create the object, decoding the values from the passed DER value.
CertificateIssuerUniqueIdentity(InputStream). Constructor for class netscape.security.x509.CertificateIssuerUniqueIdentity
Create the object, decoding the values from the passed stream.
CertificateIssuerUniqueIdentity(UniqueIdentity). Constructor for class netscape.security.x509.CertificateIssuerUniqueIdentity
Default constructor for the certificate attribute.
CertificatePolicies_Id. Static variable in class netscape.security.x509.PKIXExtensions
Contains the sequence of policy information terms.
CertificatePolicyId(DerValue). Constructor for class netscape.security.x509.CertificatePolicyId
Create the object from its Der encoded value.
CertificatePolicyId(ObjectIdentifier). Constructor for class netscape.security.x509.CertificatePolicyId
Create a CertificatePolicyId with the ObjectIdentifier.
CertificatePolicyMap(CertificatePolicyId, CertificatePolicyId). Constructor for class netscape.security.x509.CertificatePolicyMap
Create a CertificatePolicyMap with the passed CertificatePolicyId's.
CertificatePolicyMap(DerValue). Constructor for class netscape.security.x509.CertificatePolicyMap
Create the CertificatePolicyMap from the DER encoded value.
CertificatePolicySet(DerInputStream). Constructor for class netscape.security.x509.CertificatePolicySet
Create the object from the DerValue.
CertificatePolicySet(Vector). Constructor for class netscape.security.x509.CertificatePolicySet
The default constructor for this class.
CertificateSerialNumber(BigInteger). Constructor for class netscape.security.x509.CertificateSerialNumber
Default constructor for the certificate attribute.
CertificateSerialNumber(DerInputStream). Constructor for class netscape.security.x509.CertificateSerialNumber
Create the object, decoding the values from the passed DER stream.
CertificateSerialNumber(DerValue). Constructor for class netscape.security.x509.CertificateSerialNumber
Create the object, decoding the values from the passed DerValue.
CertificateSerialNumber(InputStream). Constructor for class netscape.security.x509.CertificateSerialNumber
Create the object, decoding the values from the passed stream.
CertificateSerialNumber(int). Constructor for class netscape.security.x509.CertificateSerialNumber
Default constructor for the certificate attribute.
CertificateSubjectName(DerInputStream). Constructor for class netscape.security.x509.CertificateSubjectName
Create the object, decoding the values from the passed DER stream.
CertificateSubjectName(InputStream). Constructor for class netscape.security.x509.CertificateSubjectName
Create the object, decoding the values from the passed stream.
CertificateSubjectName(X500Name). Constructor for class netscape.security.x509.CertificateSubjectName
Default constructor for the certificate attribute.
CertificateSubjectUniqueIdentity(DerInputStream). Constructor for class netscape.security.x509.CertificateSubjectUniqueIdentity
Create the object, decoding the values from the passed DER stream.
CertificateSubjectUniqueIdentity(DerValue). Constructor for class netscape.security.x509.CertificateSubjectUniqueIdentity
Create the object, decoding the values from the passed DER value.
CertificateSubjectUniqueIdentity(InputStream). Constructor for class netscape.security.x509.CertificateSubjectUniqueIdentity
Create the object, decoding the values from the passed stream.
CertificateSubjectUniqueIdentity(UniqueIdentity). Constructor for class netscape.security.x509.CertificateSubjectUniqueIdentity
Default constructor for the certificate attribute.
CertificateValidity(). Constructor for class netscape.security.x509.CertificateValidity
Default constructor for the class.
CertificateValidity(Date, Date). Constructor for class netscape.security.x509.CertificateValidity
The default constructor for this class for the specified interval.
CertificateValidity(DerInputStream). Constructor for class netscape.security.x509.CertificateValidity
Create the object, decoding the values from the passed DER stream.
CertificateVersion(). Constructor for class netscape.security.x509.CertificateVersion
The default constructor for this class, sets the version to 0 (i.e.
CertificateVersion(DerInputStream). Constructor for class netscape.security.x509.CertificateVersion
Create the object, decoding the values from the passed DER stream.
CertificateVersion(DerValue). Constructor for class netscape.security.x509.CertificateVersion
Create the object, decoding the values from the passed DerValue.
CertificateVersion(InputStream). Constructor for class netscape.security.x509.CertificateVersion
Create the object, decoding the values from the passed stream.
CertificateVersion(int). Constructor for class netscape.security.x509.CertificateVersion
The constructor for this class for the required version.
CertificateX509Key(DerInputStream). Constructor for class netscape.security.x509.CertificateX509Key
Create the object, decoding the values from the passed DER stream.
CertificateX509Key(InputStream). Constructor for class netscape.security.x509.CertificateX509Key
Create the object, decoding the values from the passed stream.
CertificateX509Key(X509Key). Constructor for class netscape.security.x509.CertificateX509Key
Default constructor for the certificate attribute.
CERTIFICATION_HOLD. Static variable in class netscape.security.x509.ReasonFlags
CESSATION_OF_OPERATION. Static variable in class netscape.security.x509.CRLReasonExtension
CESSATION_OF_OPERATION. Static variable in class netscape.security.x509.ReasonFlags
CESSATION_OF_OPERATION. Static variable in class netscape.security.x509.RevocationReason
CharToByteIA5String(). Constructor for class netscape.security.util.CharToByteIA5String
CharToBytePrintable(). Constructor for class netscape.security.util.CharToBytePrintable
CharToByteUniversalString(). Constructor for class netscape.security.util.CharToByteUniversalString
checkpin(LDAPConnection, String, String, String). Method in class com.netscape.certsrv.authentication.UidPwdPinDirAuthentication
checkValidity(). Method in class netscape.security.x509.X509CertImpl
Checks that the certificate is currently valid, i.e.
checkValidity(Date). Method in class netscape.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.
clone(). Method in class netscape.security.util.BitArray
commonName_oid. Static variable in class netscape.security.x509.X500Name
OID for the "CN=" attribute, denoting a person's common name.
compare(int). Method in class netscape.security.x509.CertificateVersion
Compare versions.
compare(Object, Object). Method in class netscape.security.util.ByteArrayLexOrder
Perform lexicographical comparison of two byte arrays, regarding each byte as unsigned.
compare(Object, Object). Method in class netscape.security.util.ByteArrayTagOrder
Compare two byte arrays, by the order of their tags, as defined in ITU-T X.680, sec.
convert(byte[], int, int, char[], int, int). Method in class netscape.security.util.ByteToCharIA5String
convert(byte[], int, int, char[], int, int). Method in class netscape.security.util.ByteToCharPrintable
convert(byte[], int, int, char[], int, int). Method in class netscape.security.util.ByteToCharUnicode
convert(byte[], int, int, char[], int, int). Method in class netscape.security.util.ByteToCharUniversalString
convert(char[], int, int, byte[], int, int). Method in class netscape.security.util.CharToByteIA5String
convert(char[], int, int, byte[], int, int). Method in class netscape.security.util.CharToBytePrintable
convert(char[], int, int, byte[], int, int). Method in class netscape.security.util.CharToByteUniversalString
countryName_oid. Static variable in class netscape.security.x509.X500Name
OID for the "C=" attribute, denoting a country.
createTag(byte, boolean, byte). Static method in class netscape.security.util.DerValue
Create the tag of the attribute.
CRED_PIN. Static variable in class com.netscape.certsrv.authentication.UidPwdPinDirAuthentication
CRED_PWD. Static variable in class com.netscape.certsrv.authentication.UidPwdDirAuthentication
CRED_PWD. Static variable in class com.netscape.certsrv.authentication.UidPwdPinDirAuthentication
CRED_SSL_CLIENT_CERT. Static variable in interface com.netscape.certsrv.authentication.IAuthManager
CRED_UID. Static variable in class com.netscape.certsrv.authentication.UidPwdDirAuthentication
CRED_UID. Static variable in class com.netscape.certsrv.authentication.UidPwdPinDirAuthentication
critical. Variable in class netscape.security.x509.Extension
CRL_SIGN. Static variable in class netscape.security.x509.KeyUsageExtension
CRL_SIGN_BIT. Static variable in class netscape.security.x509.KeyUsageExtension
CRLDistributionPoint(). Constructor for class netscape.security.x509.CRLDistributionPoint
CRLDistributionPoints_Id. Static variable in class netscape.security.x509.PKIXExtensions
Identifies how CRL information is obtained.
CRLDistributionPointsExtension(Boolean, Object). Constructor for class netscape.security.x509.CRLDistributionPointsExtension
This constructor is called by the CertificateExtensions class to decode an extension whose OID indicates it is a CRLDistributionsPoints extension.
CRLDistributionPointsExtension(CRLDistributionPoint). Constructor for class netscape.security.x509.CRLDistributionPointsExtension
Creates a new CRLDistributionPoints extension, with the given distribution point as the first element.
CRLExtensions(). Constructor for class netscape.security.x509.CRLExtensions
Default constructor.
CRLExtensions(DerInputStream). Constructor for class netscape.security.x509.CRLExtensions
Create the object, decoding the values from the passed DER stream.
CRLNumber_Id. Static variable in class netscape.security.x509.PKIXExtensions
Conveys a monotonically increasing sequence number for each CRL issued by a given CA.
CRLNumberExtension(BigInteger). Constructor for class netscape.security.x509.CRLNumberExtension
Create a CRLNumberExtension with the BigInteger value .
CRLNumberExtension(Boolean, Object). Constructor for class netscape.security.x509.CRLNumberExtension
Create the extension from the passed DER encoded value of the same.
CRLNumberExtension(int). Constructor for class netscape.security.x509.CRLNumberExtension
Create a CRLNumberExtension with the integer value .
CRLReasonExtension(). Constructor for class netscape.security.x509.CRLReasonExtension
Default constructor
CRLReasonExtension(Boolean, Object). Constructor for class netscape.security.x509.CRLReasonExtension
Create the object from the passed DER encoded value.
CRLReasonExtension(RevocationReason). Constructor for class netscape.security.x509.CRLReasonExtension
Create extension value for specific revocation reason

D

data. Variable in class netscape.security.util.DerValue
The DER-encoded data of the value.
DATA_ENCIPHERMENT. Static variable in class netscape.security.x509.KeyUsageExtension
DATA_ENCIPHERMENT_BIT. Static variable in class netscape.security.x509.KeyUsageExtension
DECIPHER_ONLY. Static variable in class netscape.security.x509.KeyUsageExtension
DECIPHER_ONLY_BIT. Static variable in class netscape.security.x509.KeyUsageExtension
decode(byte[]). Method in class netscape.security.x509.X509Key
decode(InputStream). Method in class netscape.security.x509.ACertAttrSet
Decodes the attribute in the input stream.
decode(InputStream). Method in class netscape.security.x509.AuthorityKeyIdentifierExtension
Decode the extension from the InputStream.
decode(InputStream). Method in class netscape.security.x509.BasicConstraintsExtension
Decode the extension from the InputStream.
decode(InputStream). Method in interface netscape.security.x509.CertAttrSet
Decodes the attribute in the input stream.
decode(InputStream). Method in class netscape.security.x509.CertificateAlgorithmId
Decode the algorithm identifier from the passed stream.
decode(InputStream). Method in class netscape.security.x509.CertificateChain
decode from PKCS7 blob.
decode(InputStream). Method in class netscape.security.x509.CertificateExtensions
Decode the extensions from the InputStream.
decode(InputStream). Method in class netscape.security.x509.CertificateIssuerName
Decode the name in DER form from the stream.
decode(InputStream). Method in class netscape.security.x509.CertificateIssuerUniqueIdentity
Decode the identity in DER form from the stream.
decode(InputStream). Method in class netscape.security.x509.CertificateSerialNumber
Decode the serial number in DER form from the stream.
decode(InputStream). Method in class netscape.security.x509.CertificateSubjectName
Decode the name in DER form from the stream.
decode(InputStream). Method in class netscape.security.x509.CertificateSubjectUniqueIdentity
Decode the identity in DER form from the stream.
decode(InputStream). Method in class netscape.security.x509.CertificateValidity
Decode the CertificateValidity period from the InputStream.
decode(InputStream). Method in class netscape.security.x509.CertificateVersion
Decode the CertificateVersion period in DER form from the stream.
decode(InputStream). Method in class netscape.security.x509.CertificateX509Key
Decode the key in DER form from the stream.
decode(InputStream). Method in class netscape.security.x509.CRLDistributionPointsExtension
decode(InputStream). Method in class netscape.security.x509.CRLExtensions
Decode the extensions from the InputStream.
decode(InputStream). Method in class netscape.security.x509.CRLNumberExtension
Decode the extension from the InputStream.
decode(InputStream). Method in class netscape.security.x509.CRLReasonExtension
Decode the extension from the InputStream.
decode(InputStream). Method in class netscape.security.x509.IssuerAlternativeNameExtension
Decode the extension from the InputStream.
decode(InputStream). Method in class netscape.security.x509.IssuingDistributionPointExtension
decode(InputStream). Method in class netscape.security.x509.KeyUsageExtension
Decode the extension from the InputStream.
decode(InputStream). Method in class netscape.security.x509.NameConstraintsExtension
Decode the extension from the InputStream.
decode(InputStream). Method in class netscape.security.x509.PolicyConstraintsExtension
Decode the extension from the InputStream.
decode(InputStream). Method in class netscape.security.x509.PolicyMappingsExtension
Decode the extension from the InputStream.
decode(InputStream). Method in class netscape.security.x509.PrivateKeyUsageExtension
Decode the extension from the InputStream.
decode(InputStream). Method in class netscape.security.x509.RevokedCertImpl
Decode a revoked certificate from an input stream.
decode(InputStream). Method in class netscape.security.x509.SubjectAlternativeNameExtension
Decode the extension from the InputStream.
decode(InputStream). Method in class netscape.security.x509.SubjectKeyIdentifierExtension
Decode the extension from the InputStream.
decode(InputStream). Method in class netscape.security.x509.X509Cert
Decode an X.509 certificate from an input stream.
decode(InputStream). Method in class netscape.security.x509.X509CertImpl
Decode an X.509 certificate from an input stream.
decode(InputStream). Method in class netscape.security.x509.X509CertInfo
Decode an X.509 certificate from an input stream.
decode(InputStream). Method in class netscape.security.x509.X509Key
Initialize an X509Key object from an input stream.
decodeParams(). Method in class netscape.security.x509.AlgIdDSA
Parses algorithm parameters P, Q, and G.
decodeParams(). Method in class netscape.security.x509.AlgorithmId
DEF_PIN_ATTR. Static variable in class com.netscape.certsrv.authentication.UidPwdPinDirAuthentication
DEF_REMOVE_PIN. Static variable in class com.netscape.certsrv.authentication.UidPwdPinDirAuthentication
DEFAULT_DNPATTERN. Variable in class com.netscape.certsrv.authentication.DirBasedAuthentication
DEFERRED. Static variable in class com.netscape.certsrv.request.PolicyResult
delete(String). Method in class netscape.security.x509.ACertAttrSet
Deletes an attribute value from this CertAttrSet.
delete(String). Method in class netscape.security.x509.AuthorityKeyIdentifierExtension
Delete the attribute value.
delete(String). Method in class netscape.security.x509.BasicConstraintsExtension
Delete the attribute value.
delete(String). Method in interface netscape.security.x509.CertAttrSet
Deletes an attribute value from this CertAttrSet.
delete(String). Method in class netscape.security.x509.CertificateAlgorithmId
Delete the attribute value.
delete(String). Method in class netscape.security.x509.CertificateExtensions
Delete the attribute value.
delete(String). Method in class netscape.security.x509.CertificateIssuerName
Delete the attribute value.
delete(String). Method in class netscape.security.x509.CertificateIssuerUniqueIdentity
Delete the attribute value.
delete(String). Method in class netscape.security.x509.CertificateSerialNumber
Delete the attribute value.
delete(String). Method in class netscape.security.x509.CertificateSubjectName
Delete the attribute value.
delete(String). Method in class netscape.security.x509.CertificateSubjectUniqueIdentity
Delete the attribute value.
delete(String). Method in class netscape.security.x509.CertificateValidity
Delete the attribute value.
delete(String). Method in class netscape.security.x509.CertificateVersion
Delete the attribute value.
delete(String). Method in class netscape.security.x509.CertificateX509Key
Delete the attribute value.
delete(String). Method in class netscape.security.x509.CRLDistributionPointsExtension
delete(String). Method in class netscape.security.x509.CRLNumberExtension
Delete the attribute value.
delete(String). Method in class netscape.security.x509.CRLReasonExtension
Delete the attribute value.
delete(String). Method in interface com.netscape.certsrv.base.IAttrSet
Deletes an attribute value from this AttrSet.
delete(String). Method in class netscape.security.x509.IssuerAlternativeNameExtension
Delete the attribute value.
delete(String). Method in class netscape.security.x509.IssuingDistributionPointExtension
delete(String). Method in class netscape.security.x509.KeyUsageExtension
Delete the attribute value.
delete(String). Method in class netscape.security.x509.NameConstraintsExtension
Delete the attribute value.
delete(String). Method in class netscape.security.x509.PolicyConstraintsExtension
Delete the attribute value.
delete(String). Method in class netscape.security.x509.PolicyMappingsExtension
Delete the attribute value.
delete(String). Method in class netscape.security.x509.PrivateKeyUsageExtension
Delete the attribute value.
delete(String). Method in class netscape.security.x509.ReasonFlags
Delete the attribute value.
delete(String). Method in class netscape.security.x509.SubjectAlternativeNameExtension
Delete the attribute value.
delete(String). Method in class netscape.security.x509.SubjectKeyIdentifierExtension
Delete the attribute value.
delete(String). Method in class netscape.security.x509.X509CertImpl
Delete the requested attribute from the certificate.
delete(String). Method in class netscape.security.x509.X509CertInfo
Delete the certificate attribute.
DeltaCRLIndicator_Id. Static variable in class netscape.security.x509.PKIXExtensions
Identifies the delta CRL.
derEncode(OutputStream). Method in class netscape.security.x509.AlgorithmId
DER encode this object onto an output stream.
derEncode(OutputStream). Method in class netscape.security.x509.AVA
DER encode this object onto an output stream.
derEncode(OutputStream). Method in interface netscape.security.util.DerEncoder
DER encode this object and write the results to a stream.
derEncode(OutputStream). Method in class netscape.security.util.DerOutputStream
Write the current contents of this DerOutputStream to an OutputStream.
derEncode(OutputStream). Method in class netscape.security.x509.X509CertImpl
DER encode this object onto an output stream.
DerInputStream(byte[]). Constructor for class netscape.security.util.DerInputStream
Create a DER input stream from a data buffer.
DerInputStream(byte[], int, int). Constructor for class netscape.security.util.DerInputStream
Create a DER input stream from part of a data buffer.
DerOutputStream(). Constructor for class netscape.security.util.DerOutputStream
Construct an DER output stream.
DerOutputStream(int). Constructor for class netscape.security.util.DerOutputStream
Construct an DER output stream.
DerValue(byte, byte[]). Constructor for class netscape.security.util.DerValue
Creates a DerValue from a tag and some DER-encoded data.
DerValue(byte[]). Constructor for class netscape.security.util.DerValue
Get an ASN.1/DER encoded datum from a buffer.
DerValue(byte[], int, int). Constructor for class netscape.security.util.DerValue
Get an ASN.1/DER encoded datum from part of a buffer.
DerValue(InputStream). Constructor for class netscape.security.util.DerValue
Get an ASN1/DER encoded datum from an input stream.
DerValue(String). Constructor for class netscape.security.util.DerValue
Creates a DER value from a string using a generic way of determining the proper tag for the string.
DH_oid. Static variable in class netscape.security.x509.AlgorithmId
Algorithm ID for Diffie Hellman Key agreement, from PKCS #3.
DH_PKIX_oid. Static variable in class netscape.security.x509.AlgorithmId
Algorithm ID for the Diffie Hellman Key Agreement (DH), from the IETF PKIX IPKI Part I.
DIGITAL_SIGNATURE. Static variable in class netscape.security.x509.KeyUsageExtension
DIGITAL_SIGNATURE_BIT. Static variable in class netscape.security.x509.KeyUsageExtension
DirBasedAuthentication(). Constructor for class com.netscape.certsrv.authentication.DirBasedAuthentication
Default constructor, initialization must follow.
DirStrConverter(). Constructor for class netscape.security.x509.DirStrConverter
Constructs a DirStrConverter.
DN_NAME. Static variable in class netscape.security.x509.CertificateIssuerName
DN_NAME. Static variable in class netscape.security.x509.CertificateSubjectName
DNSName(DerValue). Constructor for class netscape.security.x509.DNSName
Create the DNSName object from the passed encoded Der value.
DNSName(String). Constructor for class netscape.security.x509.DNSName
Create the DNSName object with the specified name.
DSA_oid. Static variable in class netscape.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 netscape.security.x509.AlgorithmId
Algorithm ID for the Digital Signing Algorithm (DSA), from the NIST OIW Stable Agreements part 12.
DSA_SIGNING_ALGORITHMS. Static variable in class netscape.security.x509.AlgorithmId
Supported signing algorithms for a DSA key.

E

EAuthException(String). Constructor for class com.netscape.certsrv.authentication.EAuthException
Constructs a auth exception

EAuthException(String, Exception). Constructor for class com.netscape.certsrv.authentication.EAuthException
Constructs a auth exception with a exception parameter.
EAuthException(String, Object[]). Constructor for class com.netscape.certsrv.authentication.EAuthException
Constructs a auth exception with a list of parameters.
EAuthException(String, String). Constructor for class com.netscape.certsrv.authentication.EAuthException
Constructs a auth exception with a parameter.
EBaseException(String). Constructor for class com.netscape.certsrv.base.EBaseException
Constructs an instance of this exception with the given resource key.
EBaseException(String, Exception). Constructor for class com.netscape.certsrv.base.EBaseException
Constructs an instance of the exception given the resource key and a exception parameter.
EBaseException(String, Object[]). Constructor for class com.netscape.certsrv.base.EBaseException
Constructs an instance of this exception given the resource key and an array of parameters.
EBaseException(String, String). Constructor for class com.netscape.certsrv.base.EBaseException
Constructs an instance of this exception with the given resource key and a parameter as a string.
EDIPartyName(DerValue). Constructor for class netscape.security.x509.EDIPartyName
Create the EDIPartyName object from the passed encoded Der value.
EDIPartyName(String). Constructor for class netscape.security.x509.EDIPartyName
Create the EDIPartyName object from the specified name.
EDIPartyName(String, String). Constructor for class netscape.security.x509.EDIPartyName
Create the EDIPartyName object from the specified names.
EInvalidCredentials(). Constructor for class com.netscape.certsrv.authentication.EInvalidCredentials
Constructs an Invalid Credentials exception.
email_oid. Static variable in class netscape.security.x509.X500Name
OID for the "E=" attribute, denoting a person's email address.
EMissingCredential(String). Constructor for class com.netscape.certsrv.authentication.EMissingCredential
Constructs a exception for a missing required authentication credential
ENCIPHER_ONLY. Static variable in class netscape.security.x509.KeyUsageExtension
ENCIPHER_ONLY_BIT. Static variable in class netscape.security.x509.KeyUsageExtension
encode(). Method in class netscape.security.x509.AlgorithmId
Returns the DER-encoded X.509 AlgorithmId as a byte array.
encode(). Method in class netscape.security.x509.X509Key
Returns the DER-encoded form of the key as a byte array.
encode(DerOutputStream). Method in class netscape.security.x509.AlgorithmId
Marshal a DER-encoded "AlgorithmID" sequence on the DER stream.
encode(DerOutputStream). Method in class netscape.security.x509.AVA
Encodes the AVA to a Der output stream.
encode(DerOutputStream). Method in class netscape.security.x509.CertificatePolicyId
Write the CertificatePolicyId to the DerOutputStream.
encode(DerOutputStream). Method in class netscape.security.x509.CertificatePolicyMap
Write the CertificatePolicyMap to the DerOutputStream.
encode(DerOutputStream). Method in class netscape.security.x509.CertificatePolicySet
Encode the policy set to the output stream.
encode(DerOutputStream). Method in class netscape.security.x509.CRLDistributionPointsExtension
Encodes this extension to the given DerOutputStream.
encode(DerOutputStream). Method in class netscape.security.util.DerValue
Encode an ASN1/DER encoded datum onto a DER output stream.
encode(DerOutputStream). Method in class netscape.security.x509.DNSName
Encode the DNS name into the DerOutputStream.
encode(DerOutputStream). Method in class netscape.security.x509.EDIPartyName
Encode the EDI party name into the DerOutputStream.
encode(DerOutputStream). Method in class netscape.security.x509.Extension
Write the extension to the DerOutputStream.
encode(DerOutputStream). Method in class netscape.security.x509.GeneralName
Encode the name to the specified DerOutputStream.
encode(DerOutputStream). Method in interface netscape.security.x509.GeneralNameInterface
Encode the name to the specified DerOutputStream.
encode(DerOutputStream). Method in class netscape.security.x509.GeneralNames
Write the extension to the DerOutputStream.
encode(DerOutputStream). Method in class netscape.security.x509.GeneralSubtree
Encode the GeneralSubtree.
encode(DerOutputStream). Method in class netscape.security.x509.GeneralSubtrees
Encode the GeneralSubtrees.
encode(DerOutputStream). Method in class netscape.security.x509.IPAddressName
Encode the IPAddress name into the DerOutputStream.
encode(DerOutputStream). Method in class netscape.security.x509.IssuingDistributionPointExtension
Encodes this extension to the given DerOutputStream.
encode(DerOutputStream). Method in class netscape.security.x509.OIDName
Encode the OID name into the DerOutputStream.
encode(DerOutputStream). Method in class netscape.security.x509.PolicyConstraint
Encode the object to the output stream.
encode(DerOutputStream). Method in class netscape.security.x509.RDN
Encodes this RDN to a Der output stream.
encode(DerOutputStream). Method in class netscape.security.x509.ReasonFlags
Write the extension to the DerOutputStream.
encode(DerOutputStream). Method in class netscape.security.x509.RevokedCertImpl
Encodes the revoked certificate to an output stream.
encode(DerOutputStream). Method in class netscape.security.x509.RFC822Name
Encode the RFC822 name into the DerOutputStream.
encode(DerOutputStream). Method in class netscape.security.x509.SerialNumber
Encode the SerialNumber in DER form to the stream.
encode(DerOutputStream). Method in class netscape.security.x509.URIName
Encode the URI name into the DerOutputStream.
encode(DerOutputStream). Method in class netscape.security.x509.X500Name
Encodes the name in DER-encoded form.
encode(DerOutputStream). Method in class netscape.security.x509.X509Key
Encode SubjectPublicKeyInfo sequence on the DER output stream.
encode(DerOutputStream, byte). Method in class netscape.security.x509.UniqueIdentity
Encode the UniqueIdentity in DER form to the stream.
encode(OutputStream). Method in class netscape.security.x509.ACertAttrSet
Encodes the attribute to the output stream in a format that can be parsed by the decode method.
encode(OutputStream). Method in class netscape.security.x509.AuthorityKeyIdentifierExtension
Write the extension to the OutputStream.
encode(OutputStream). Method in class netscape.security.x509.BasicConstraintsExtension
Encode this extension value to the output stream.
encode(OutputStream). Method in interface netscape.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 netscape.security.x509.CertificateAlgorithmId
Encode the algorithm identifier in DER form to the stream.
encode(OutputStream). Method in class netscape.security.x509.CertificateChain
encode(OutputStream). Method in class netscape.security.x509.CertificateExtensions
Encode the extensions in DER form to the stream.
encode(OutputStream). Method in class netscape.security.x509.CertificateIssuerName
Encode the name in DER form to the stream.
encode(OutputStream). Method in class netscape.security.x509.CertificateIssuerUniqueIdentity
Encode the identity in DER form to the stream.
encode(OutputStream). Method in class netscape.security.x509.CertificateSerialNumber
Encode the serial number in DER form to the stream.
encode(OutputStream). Method in class netscape.security.x509.CertificateSubjectName
Encode the name in DER form to the stream.
encode(OutputStream). Method in class netscape.security.x509.CertificateSubjectUniqueIdentity
Encode the identity in DER form to the stream.
encode(OutputStream). Method in class netscape.security.x509.CertificateValidity
Encode the CertificateValidity period in DER form to the stream.
encode(OutputStream). Method in class netscape.security.x509.CertificateVersion
Encode the CertificateVersion period in DER form to the stream.
encode(OutputStream). Method in class netscape.security.x509.CertificateX509Key
Encode the key in DER form to the stream.
encode(OutputStream). Method in class netscape.security.x509.CRLDistributionPoint
encode(OutputStream). Method in class netscape.security.x509.CRLDistributionPointsExtension
DER-encodes this extension to the given OutputStream.
encode(OutputStream). Method in class netscape.security.x509.CRLNumberExtension
Write the extension to the DerOutputStream.
encode(OutputStream). Method in class netscape.security.x509.CRLReasonExtension
Write the extension to the DerOutputStream.
encode(OutputStream). Method in class netscape.security.x509.IssuerAlternativeNameExtension
Write the extension to the OutputStream.
encode(OutputStream). Method in class netscape.security.x509.IssuingDistributionPoint
encode(OutputStream). Method in class netscape.security.x509.IssuingDistributionPointExtension
DER-encodes this extension to the given OutputStream.
encode(OutputStream). Method in class netscape.security.x509.KeyUsageExtension
Write the extension to the DerOutputStream.
encode(OutputStream). Method in class netscape.security.x509.NameConstraintsExtension
Write the extension to the OutputStream.
encode(OutputStream). Method in class netscape.security.x509.PolicyConstraintsExtension
Write the extension to the DerOutputStream.
encode(OutputStream). Method in class netscape.security.x509.PolicyMappingsExtension
Write the extension to the OutputStream.
encode(OutputStream). Method in class netscape.security.x509.PrivateKeyUsageExtension
Write the extension to the OutputStream.
encode(OutputStream). Method in class netscape.security.x509.SubjectAlternativeNameExtension
Write the extension to the OutputStream.
encode(OutputStream). Method in class netscape.security.x509.SubjectKeyIdentifierExtension
Write the extension to the OutputStream.
encode(OutputStream). Method in class netscape.security.x509.X509Cert
Appends the certificate to an output stream.
encode(OutputStream). Method in class netscape.security.x509.X509CertImpl
Appends the certificate to an output stream.
encode(OutputStream). Method in class netscape.security.x509.X509CertInfo
Appends the certificate to an output stream.
encode(OutputStream, boolean). Method in class netscape.security.x509.CertificateChain
encode in PKCS7 blob.
encode(OutputStream, boolean). Method in class netscape.security.x509.CRLExtensions
Encode the extensions in DER form to the stream.
encode(Tag, OutputStream). Method in class netscape.security.x509.CRLDistributionPoint
encode(Tag, OutputStream). Method in class netscape.security.x509.IssuingDistributionPoint
encodeAndSign(BigInt, X500Signer). Method in class netscape.security.x509.X509Cert
Creates an X.509 certificate, and signs it using the issuer passed (associating a signature algorithm and an X.500 name).
encodeAVA(AVA). Method in class netscape.security.x509.LdapDNStrConverter
Converts an AVA object to a Ldap dn string.
encodeAVA(AVA). Method in class netscape.security.x509.LdapV3DNStrConverter
Converts a AVA to a Ldap v3 DN String (except in unicode).
encodedKey. Variable in class netscape.security.x509.X509Key
encodeDN(X500Name). Method in class netscape.security.x509.LdapDNStrConverter
Converts a X500Name object to a Ldap dn string.
encodeDN(X500Name). Method in class netscape.security.x509.LdapV3DNStrConverter
Converts a X500Name object to a Ldap v3 DN string (except in unicode).
encodeInfo(OutputStream). Method in class netscape.security.x509.X509CRLImpl
Encodes the "to-be-signed" CRL to the OutputStream.
encodeOID(ObjectIdentifier). Method in class netscape.security.x509.LdapV3DNStrConverter
Converts an OID to a attribute keyword in a Ldap v3 DN string - either a keyword if known or a string of "1.2.3.4" syntax.
encodeOID(ObjectIdentifier). Method in class netscape.security.x509.RFC1779StrConverter
Converts a OID to a attribute keyword in a Ldap DN string or to a "OID.1.2.3.4" string syntax as defined in RFC1779.
encodeRDN(RDN). Method in class netscape.security.x509.LdapDNStrConverter
Converts an RDN object to a Ldap dn string.
encodeRDN(RDN). Method in class netscape.security.x509.LdapV3DNStrConverter
Converts a RDN to a Ldap v3 DN string (except in unicode).
encodeString(String). Method in class netscape.security.x509.LdapV3DNStrConverter
converts a raw value string to a string in Ldap V3 DN string format.
encodeValue(DerValue, ObjectIdentifier). Method in class netscape.security.x509.LdapV3DNStrConverter
Converts a value as a DerValue to a string in a Ldap V3 DN String.
encodeValue(DerValue, ObjectIdentifier). Method in class netscape.security.x509.RFC1779StrConverter
Converts a attribute value as a DerValue to a string in a RFC1779 Ldap DN string.
entries. Variable in class com.netscape.certsrv.authentication.FlatFileAuth
Hashtable of entries from Auth File.
equals(AlgorithmId). Method in class netscape.security.x509.AlgorithmId
Returns true iff the argument indicates the same algorithm with the same parameters.
equals(AVA). Method in class netscape.security.x509.AVA
Returns true if another AVA has the same OID and DerValue.
equals(BigInt). Method in class netscape.security.util.BigInt
Returns true iff the parameter is numerically equivalent.
equals(DerValue). Method in class netscape.security.util.DerValue
Bitwise equality comparison.
equals(Object). Method in class netscape.security.x509.AlgorithmId
Compares this AlgorithmID to another.
equals(Object). Method in class netscape.security.x509.AVA
Compares the AVA with an Object, returns true if the object is an AVA and has the same OID and value.
equals(Object). Method in class netscape.security.util.BigInt
Returns true iff the parameter is a numerically equivalent BigInt.
equals(Object). Method in class netscape.security.util.BitArray
equals(Object). Method in class netscape.security.x509.CRLReasonExtension
equals(Object). Method in class netscape.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 netscape.security.util.ObjectIdentifier
equals(Object). Method in class netscape.security.x509.RevocationReason
equals(Object). Method in class netscape.security.x509.X509Cert
Compares two certificates.
equals(Object). Method in class netscape.security.x509.X509CertInfo
Compares two X509CertInfo objects.
equals(Object). Method in class netscape.security.x509.X509Key
equals(ObjectIdentifier). Method in class netscape.security.x509.AlgorithmId
Compares two algorithm IDs for equality.
equals(ObjectIdentifier). Method in class netscape.security.util.ObjectIdentifier
Compares this identifier with another, for equality.
equals(RDN). Method in class netscape.security.x509.RDN
Checks if this RDN is the same as another by comparing the AVAs in the RDNs.
equals(X500Name). Method in class netscape.security.x509.X500Name
Compares this name with another, for equality.
equals(X509Cert). Method in class netscape.security.x509.X509Cert
Compares two certificates, returning false if any data differs between the two.
equals(X509CertInfo). Method in class netscape.security.x509.X509CertInfo
Compares two certificates, returning false if any data differs between the two.
err_CONSTRUCTION. Static variable in class netscape.security.x509.CertException
Indicates an error constructing a certificate or certificate chain.
err_ENCODING. Static variable in class netscape.security.x509.CertException
Indicates a problem with the certificate encoding
err_INVALID_FORMAT. Static variable in class netscape.security.x509.CertException
Indicates a problem with the certificate format
err_INVALID_PUBLIC_KEY. Static variable in class netscape.security.x509.CertException
Indicates a problem with the public key
err_INVALID_VERSION. Static variable in class netscape.security.x509.CertException
Indicates a problem with the certificate version
EXCLUDED_SUBTREES. Static variable in class netscape.security.x509.NameConstraintsExtension
Extension(). Constructor for class netscape.security.x509.Extension
Default constructor.
Extension(DerValue). Constructor for class netscape.security.x509.Extension
Constructs an extension from a DER encoded array of bytes.
Extension(Extension). Constructor for class netscape.security.x509.Extension
Constructs an Extension from another extension.
Extension(ObjectIdentifier, boolean, byte[]). Constructor for class netscape.security.x509.Extension
Constructs an Extension from individual components of ObjectIdentifier, criticality and the DER encoded OctetString.
extensionId. Variable in class netscape.security.x509.Extension
EXTENSIONS. Static variable in class netscape.security.x509.X509CertInfo
extensions. Variable in class netscape.security.x509.X509CertInfo
EXTENSIONS_CLASSES. Static variable in class netscape.security.x509.OIDMap
EXTENSIONS_HOME. Static variable in class netscape.security.x509.OIDMap
Location for where the OID/Classes maps are stored on the local system.
EXTENSIONS_OIDS. Static variable in class netscape.security.x509.OIDMap
File names for where OIDs and Classes are registered for V3 extensions.
extensionValue. Variable in class netscape.security.x509.Extension

F

FFAUTH. Variable in class com.netscape.certsrv.authentication.FlatFileAuth
FlatFileAuth(). Constructor for class com.netscape.certsrv.authentication.FlatFileAuth
flush(byte[], int, int). Method in class netscape.security.util.CharToByteIA5String
flush(byte[], int, int). Method in class netscape.security.util.CharToBytePrintable
flush(byte[], int, int). Method in class netscape.security.util.CharToByteUniversalString
flush(char[], int, int). Method in class netscape.security.util.ByteToCharIA5String
flush(char[], int, int). Method in class netscape.security.util.ByteToCharPrintable
flush(char[], int, int). Method in class netscape.security.util.ByteToCharUnicode
flush(char[], int, int). Method in class netscape.security.util.ByteToCharUniversalString
flushCachedEncoding(). Method in class netscape.security.x509.CRLDistributionPointsExtension
Should be called if any change is made to this data structure so that the cached DER encoding can be discarded.
flushCachedEncoding(). Method in class netscape.security.x509.IssuingDistributionPointExtension
Should be called if any change is made to this data structure so that the cached DER encoding can be discarded.
formCertInfo(LDAPConnection, String, X509CertInfo, AuthToken). Method in class com.netscape.certsrv.authentication.DirBasedAuthentication
Formulate the cert info.
formSubjectName(LDAPEntry). Method in class com.netscape.certsrv.authentication.DirBasedAuthentication
Formulate the subject name
fromInt(int). Static method in class netscape.security.x509.RevocationReason

G

GeneralName(DerValue). Constructor for class netscape.security.x509.GeneralName
Create the object from its DER encoded value.
GeneralName(GeneralNameInterface). Constructor for class netscape.security.x509.GeneralName
Default constructor for the class.
GeneralNames(). Constructor for class netscape.security.x509.GeneralNames
The default constructor for this class.
GeneralNames(DerValue). Constructor for class netscape.security.x509.GeneralNames
Create the GeneralNames, decoding from the passed DerValue.
GeneralNames(GeneralNameInterface[]). Constructor for class netscape.security.x509.GeneralNames
Create the GeneralNames
GeneralNamesException(). Constructor for class netscape.security.x509.GeneralNamesException
Constructs a GeneralNamesException with no detail message.
GeneralNamesException(String). Constructor for class netscape.security.x509.GeneralNamesException
Constructs the exception with the specified error message.
GeneralSubtree(DerValue). Constructor for class netscape.security.x509.GeneralSubtree
Create the object from its DER encoded form.
GeneralSubtree(GeneralName, int, int). Constructor for class netscape.security.x509.GeneralSubtree
The default constructor for the class.
GeneralSubtrees(DerValue). Constructor for class netscape.security.x509.GeneralSubtrees
Create the object from the passed DER encoded form.
GeneralSubtrees(Vector). Constructor for class netscape.security.x509.GeneralSubtrees
The default constructor for the class.
generate(int). Method in class netscape.security.x509.CertAndKeyGen
Generates a random public/private key pair, with a given key size.
GenericValueConverter(). Constructor for class netscape.security.x509.GenericValueConverter
get(int). Method in class netscape.security.util.BitArray
Returns the indexed bit in this BitArray.
get(String). Method in class netscape.security.x509.ACertAttrSet
Gets an attribute value for this CertAttrSet.
get(String). Static method in class netscape.security.x509.AlgorithmId
Returns one of the algorithm IDs most commonly associated with this algorithm name.
get(String). Method in class netscape.security.x509.AuthorityKeyIdentifierExtension
Get the attribute value.
get(String). Method in class netscape.security.x509.BasicConstraintsExtension
Get the attribute value.
get(String). Method in interface netscape.security.x509.CertAttrSet
Gets an attribute value for this CertAttrSet.
get(String). Method in class netscape.security.x509.CertificateAlgorithmId
Get the attribute value.
get(String). Method in class netscape.security.x509.CertificateExtensions
Get the attribute value.
get(String). Method in class netscape.security.x509.CertificateIssuerName
Get the attribute value.
get(String). Method in class netscape.security.x509.CertificateIssuerUniqueIdentity
Get the attribute value.
get(String). Method in class netscape.security.x509.CertificateSerialNumber
Get the attribute value.
get(String). Method in class netscape.security.x509.CertificateSubjectName
Get the attribute value.
get(String). Method in class netscape.security.x509.CertificateSubjectUniqueIdentity
Get the attribute value.
get(String). Method in class netscape.security.x509.CertificateValidity
Get the attribute value.
get(String). Method in class netscape.security.x509.CertificateVersion
Get the attribute value.
get(String). Method in class netscape.security.x509.CertificateX509Key
Get the attribute value.
get(String). Method in class netscape.security.x509.CRLDistributionPointsExtension
get(String). Method in class netscape.security.x509.CRLExtensions
Get the extension with this alias.
get(String). Method in class netscape.security.x509.CRLNumberExtension
Get the attribute value.
get(String). Method in class netscape.security.x509.CRLReasonExtension
Get the attribute value.
get(String). Method in interface com.netscape.certsrv.base.IAttrSet
Gets an attribute value.
get(String). Method in class netscape.security.x509.IssuerAlternativeNameExtension
Get the attribute value.
get(String). Method in class netscape.security.x509.IssuingDistributionPointExtension
get(String). Method in class netscape.security.x509.KeyUsageExtension
Get the attribute value.
get(String). Method in class netscape.security.x509.NameConstraintsExtension
Get the attribute value.
get(String). Method in class netscape.security.x509.PolicyConstraintsExtension
Get the attribute value.
get(String). Method in class netscape.security.x509.PolicyMappingsExtension
Get the attribute value.
get(String). Method in class netscape.security.x509.PrivateKeyUsageExtension
Get the attribute value.
get(String). Method in class netscape.security.x509.ReasonFlags
Get the attribute value.
get(String). Method in class netscape.security.x509.SubjectAlternativeNameExtension
Get the attribute value.
get(String). Method in class netscape.security.x509.SubjectKeyIdentifierExtension
Get the attribute value.
get(String). Method in class netscape.security.x509.X509CertImpl
Return the requested attribute from the certificate.
get(String). Method in class netscape.security.x509.X509CertInfo
Get the certificate attribute.
getAcceptUnknownOids(). Method in class netscape.security.x509.LdapV3DNStrConverter
returns true if the converter accepts unregistered attributes i.e.
getAlgorithm(). Method in class netscape.security.x509.X509Key
Returns the algorithm to be used with this key.
getAlgorithmId(). Method in class netscape.security.x509.X500Signer
Returns the algorithm used to sign.
getAlgorithmId(). Method in class netscape.security.x509.X509Key
Returns the algorithm ID to be used with this key.
getAlgorithmId(String). Static method in class netscape.security.x509.AlgorithmId
Returns one of the algorithm IDs most commonly associated with this algorithm name.
getAllNames(). Method in class netscape.security.x509.X500NameAttrMap
Get an Enumeration of all attribute names in this map.
getAllOIDs(). Method in class netscape.security.x509.X500NameAttrMap
Get an Enumeration of all ObjectIdentifiers in this map.
getASN1CharString(). Method in class netscape.security.util.DerValue
getAssertion(). Method in class netscape.security.x509.RDN
returns an array of AVA in the RDN.
getAssertionLength(). Method in class netscape.security.x509.RDN
returns the number of AVAs in the RDN.
getAsString(). Method in class netscape.security.util.DerValue
Returns the name component as a Java string, regardless of its encoding restrictions (ASCII, T61, Printable, etc).
getAsString(DerValue). Method in interface netscape.security.x509.AVAValueConverter
Converts a DER encoded value to a string, not encoded in any form.
getAsString(DerValue). Method in class netscape.security.x509.DirStrConverter
Converts a DerValue to a string.
getAsString(DerValue). Method in class netscape.security.x509.GenericValueConverter
Converts a DerValue of ASN1 Character string type to a java string (the string is not encoded in any form).
getAsString(DerValue). Method in class netscape.security.x509.IA5StringConverter
getAsString(DerValue). Method in class netscape.security.x509.PrintableConverter
Converts a DerValue of PrintableString to a java string with PrintableString characters.
getAttrMap(). Method in class netscape.security.x509.LdapV3DNStrConverter
gets the X500NameAttrMap used by the converter.
getAVAs(). Method in class netscape.security.x509.RDN
returns an enumeration of AVAs that make up this RDN.
getBasicConstraints(). Method in class netscape.security.x509.X509CertImpl
Get the certificate constraints path length from the the critical BasicConstraints extension, (oid = 2.5.29.19).
getBCC(byte). Method in class netscape.security.util.ASN1CharStrConvMap
Get a Byte to Character converter for the given DER tag.
getBits(). Method in class netscape.security.x509.KeyUsageExtension
getBitString(). Method in class netscape.security.util.DerInputStream
Get a bit string from the input stream.
getBitString(). Method in class netscape.security.util.DerValue
Returns an ASN.1 BIT STRING value.
getBitString(boolean). Method in class netscape.security.util.DerValue
Returns an ASN.1 BIT STRING value, with the tag assumed implicit based on the parameter.
getBMPString(). Method in class netscape.security.util.DerInputStream
getBMPString(). Method in class netscape.security.util.DerValue
getBoolean(). Method in class netscape.security.util.DerValue
Returns an ASN.1 BOOLEAN
getBoolean(String). Method in interface com.netscape.certsrv.base.IConfigStore
Retrieves the given property as a boolean.
getBoolean(String, boolean). Method in interface com.netscape.certsrv.base.IConfigStore
Retrieves the given property as a boolean.
getBundleName(). Method in class com.netscape.certsrv.authentication.EAuthException
Returns the resource bundle name
getBundleName(). Method in class com.netscape.certsrv.base.EBaseException
Returns the given resource bundle name.
getByteArray(String). Method in interface com.netscape.certsrv.base.IConfigStore
Retrieves the value of a property as a byte array.
getByteArray(String, byte[]). Method in interface com.netscape.certsrv.base.IConfigStore
Retrieves the value of a property as a byte array, using the given default value if property is not present.
getBytes(byte[]). Method in class netscape.security.util.DerInputStream
Returns the asked number of bytes from the input stream.
getCBC(byte). Method in class netscape.security.util.ASN1CharStrConvMap
Get a Character to Byte converter for the specified DER tag.
getCertificate(int). Method in class netscape.security.x509.CertificateChain
returns the certificate at specified index in chain.
getCertRequest(X500Name). Method in class netscape.security.x509.CertAndKeyGen
Returns a PKCS #10 certificate request.
getChain(). Method in class netscape.security.x509.CertificateChain
returns the certificate chain as an array of X509 certificates.
getCharacterEncoding(). Method in class netscape.security.util.ByteToCharIA5String
getCharacterEncoding(). Method in class netscape.security.util.ByteToCharPrintable
getCharacterEncoding(). Method in class netscape.security.util.ByteToCharUnicode
getCharacterEncoding(). Method in class netscape.security.util.ByteToCharUniversalString
getCharacterEncoding(). Method in class netscape.security.util.CharToByteIA5String
getCharacterEncoding(). Method in class netscape.security.util.CharToBytePrintable
getCharacterEncoding(). Method in class netscape.security.util.CharToByteUniversalString
getClass(ObjectIdentifier). Static method in class netscape.security.x509.OIDMap
Return the java class object associated with the object identifier..
getClass(String). Static method in class netscape.security.x509.OIDMap
Return the java class object associated with the user friendly name.
getCommonName(). Method in class netscape.security.x509.X500Name
Returns a "Common Name" component.
getConfigParams(). Method in class com.netscape.certsrv.authentication.DirBasedAuthentication
Returns a list of configuration parameter names.
getConfigParams(). Method in class com.netscape.certsrv.authentication.FlatFileAuth
Returns a list of configuration parameters, so the console can prompt the user when configuring.
getConfigParams(). Method in interface com.netscape.certsrv.authentication.IAuthManager
Get configuration parameters for this implementation.
getConfigParams(). Method in interface com.netscape.certsrv.jobs.IJob
getConfigParams(). Method in class com.netscape.certsrv.authentication.UidPwdDirAuthentication
Returns a list of configuration parameter names.
getConfigParams(). Method in class com.netscape.certsrv.authentication.UidPwdPinDirAuthentication
Returns a list of configuration parameter names.
getConfigStore(). Method in class com.netscape.certsrv.jobs.AJobBase
Gets the configuration substore used by this job
getConfigStore(). Method in class com.netscape.certsrv.authentication.DirBasedAuthentication
Gets the configuration substore used by this authentication manager
getConfigStore(). Method in class com.netscape.certsrv.authentication.FlatFileAuth
Returns the configuration store used by this authentication manager
getConfigStore(). Method in interface com.netscape.certsrv.authentication.IAuthManager
Get the configuration store for this authentication manager.
getConfigStore(). Method in interface com.netscape.certsrv.jobs.IJob
getCountry(). Method in class netscape.security.x509.X500Name
Returns a "Country" name component.
getCritical(boolean). Method in class netscape.security.x509.IssuingDistributionPointExtension
Gets the criticality of this extension.
getCriticalExtensionOIDs(). Method in class netscape.security.x509.RevokedCertImpl
Gets a Set of the extension(s) marked CRITICAL in the RevokedCertificate by OID strings.
getCriticalExtensionOIDs(). Method in class netscape.security.x509.X509CertImpl
Gets a Set of the extension(s) marked CRITICAL in the certificate by OID strings.
getCriticalExtensionOIDs(). Method in class netscape.security.x509.X509CRLImpl
Gets a Set of the extension(s) marked CRITICAL in the CRL by OID strings.
getCRLIssuer(). Method in class netscape.security.x509.CRLDistributionPoint
Returns the CRLIssuer for the CRL at this distribution point.
getDateBytes(Date, boolean). Method in class netscape.security.util.DerOutputStream
getDefault(). Static method in class netscape.security.util.ASN1CharStrConvMap
Get the global ASN1CharStrConvMap.
getDefault(). Static method in class netscape.security.x509.LdapDNStrConverter
Gets a global default Ldap DN String converter.
getDefault(). Static method in class netscape.security.x509.X500NameAttrMap
Get the global default X500NameAttrMap.
getDefaultParams(). Method in interface com.netscape.certsrv.policy.IPolicyRule
Return default parameters for a policy implementation.
getDerValue(). Method in class netscape.security.x509.ACertAttrSet
getDerValue(). Method in class netscape.security.util.DerInputStream
Get a single DER-encoded value from the input stream.
getDescription(). Method in interface com.netscape.certsrv.policy.IPolicyRule
Gets the description for this policy rule.
getElements(). Method in class netscape.security.x509.ACertAttrSet
Returns an enumeration of the names of the attributes existing within this attribute.
getElements(). Method in class netscape.security.x509.AuthorityKeyIdentifierExtension
Return an enumeration of names of attributes existing within this attribute.
getElements(). Method in class netscape.security.x509.BasicConstraintsExtension
Return an enumeration of names of attributes existing within this attribute.
getElements(). Method in interface netscape.security.x509.CertAttrSet
Returns an enumeration of the names of the attributes existing within this attribute.
getElements(). Method in class netscape.security.x509.CertificateAlgorithmId
Return an enumeration of names of attributes existing within this attribute.
getElements(). Method in class netscape.security.x509.CertificateExtensions
Return an enumeration of names of attributes existing within this attribute.
getElements(). Method in class netscape.security.x509.CertificateIssuerName
Return an enumeration of names of attributes existing within this attribute.
getElements(). Method in class netscape.security.x509.CertificateIssuerUniqueIdentity
Return an enumeration of names of attributes existing within this attribute.
getElements(). Method in class netscape.security.x509.CertificateSerialNumber
Return an enumeration of names of attributes existing within this attribute.
getElements(). Method in class netscape.security.x509.CertificateSubjectName
Return an enumeration of names of attributes existing within this attribute.
getElements(). Method in class netscape.security.x509.CertificateSubjectUniqueIdentity
Return an enumeration of names of attributes existing within this attribute.
getElements(). Method in class netscape.security.x509.CertificateValidity
Return an enumeration of names of attributes existing within this attribute.
getElements(). Method in class netscape.security.x509.CertificateVersion
Return an enumeration of names of attributes existing within this attribute.
getElements(). Method in class netscape.security.x509.CertificateX509Key
Return an enumeration of names of attributes existing within this attribute.
getElements(). Method in class netscape.security.x509.CRLDistributionPointsExtension
getElements(). Method in class netscape.security.x509.CRLExtensions
Return an enumeration of names of the extensions.
getElements(). Method in class netscape.security.x509.CRLNumberExtension
Return an enumeration of names of attributes existing within this attribute.
getElements(). Method in class netscape.security.x509.CRLReasonExtension
Return an enumeration of names of attributes existing within this attribute.
getElements(). Method in interface com.netscape.certsrv.base.IAttrSet
Returns an enumeration of the names of the attributes existing within this AttrSet.
getElements(). Method in class netscape.security.x509.IssuerAlternativeNameExtension
Return an enumeration of names of attributes existing within this attribute.
getElements(). Method in class netscape.security.x509.IssuingDistributionPointExtension
getElements(). Method in class netscape.security.x509.KeyUsageExtension
Return an enumeration of names of attributes existing within this attribute.
getElements(). Method in class netscape.security.x509.NameConstraintsExtension
Return an enumeration of names of attributes existing within this attribute.
getElements(). Method in class netscape.security.x509.PolicyConstraintsExtension
Return an enumeration of names of attributes existing within this attribute.
getElements(). Method in class netscape.security.x509.PolicyMappingsExtension
Return an enumeration of names of attributes existing within this attribute.
getElements(). Method in class netscape.security.x509.PrivateKeyUsageExtension
Return an enumeration of names of attributes existing within this attribute.
getElements(). Method in class netscape.security.x509.ReasonFlags
Return an enumeration of names of attributes existing within this attribute.
getElements(). Method in class netscape.security.x509.SubjectAlternativeNameExtension
Return an enumeration of names of attributes existing within this attribute.
getElements(). Method in class netscape.security.x509.SubjectKeyIdentifierExtension
Return an enumeration of names of attributes existing within this attribute.
getElements(). Method in class netscape.security.x509.X509CertImpl
Return an enumeration of names of attributes existing within this attribute.
getElements(). Method in class netscape.security.x509.X509CertInfo
Return an enumeration of names of attributes existing within this attribute.
getEmail(). Method in class netscape.security.x509.X500Name
Returns a "Email" name component.
getEncoded(). Method in class netscape.security.x509.X500Name
Gets the name in DER-encoded form.
getEncoded(). Method in class netscape.security.x509.X509CertImpl
Returns the encoded form of this certificate.
getEncoded(). Method in class netscape.security.x509.X509CRLImpl
Returns the ASN.1 DER encoded form of this CRL.
getEncoded(). Method in class netscape.security.x509.X509Key
Returns the DER-encoded form of the key as a byte array.
getEncodedInfo(). Method in class netscape.security.x509.X509CertInfo
Returns the encoded certificate info.
getEncodedParams(). Method in class netscape.security.x509.AlgorithmId
Returns the DER encoded parameter, which can then be used to initialize java.security.AlgorithmParamters.
getEnumerated(). Method in class netscape.security.util.DerValue
Returns an ASN.1 unsigned integer value of enumerated value.
getExtension(String). Method in class netscape.security.x509.X509CertImpl
getExtensionId(). Method in class netscape.security.x509.Extension
Returns the ObjectIdentifier of the extension.
getExtensions(). Method in class netscape.security.x509.RevokedCertImpl
Returns extensions for this impl.
getExtensions(). Method in class netscape.security.x509.X509CRLImpl
Returns extensions for this impl.
getExtensionValue(). Method in class netscape.security.x509.Extension
Returns the extension value as an byte array for further processing.
getExtensionValue(String). Method in class netscape.security.x509.RevokedCertImpl
Gets the DER encoded OCTET string for the extension value (extnValue) identified by the passed in oid String.
getExtensionValue(String). Method in class netscape.security.x509.X509CertImpl
Gets the DER encoded extension identified by the passed in oid String.
getExtensionValue(String). Method in class netscape.security.x509.X509CRLImpl
Gets the DER encoded OCTET string for the extension value (extnValue) identified by the passed in oid String.
getFirstCertificate(). Method in class netscape.security.x509.CertificateChain
returns the first certificate in chain.
getFormat(). Method in class netscape.security.x509.X509Cert
Returns the "X.509" format identifier.
getFormat(). Method in class netscape.security.x509.X509Key
Returns the format for this key: "X.509"
getFullName(). Method in class netscape.security.x509.CRLDistributionPoint
Returns the fullName of the DistributionPointName, which may be null.
getFullName(). Method in class netscape.security.x509.IssuingDistributionPoint
Returns the fullName of the DistributionPointName, which may be null.
getG(). Method in class netscape.security.x509.AlgIdDSA
Returns the DSS/DSA parameter "G"
getGeneralizedTime(). Method in class netscape.security.util.DerInputStream
Get a Generalized encoded time value from the input stream.
getGuarantor(). Method in class netscape.security.x509.X509Cert
Returns getIssuerName
getIA5String(). Method in class netscape.security.util.DerInputStream
getIA5String(). Method in class netscape.security.util.DerValue
Returns an ASN.1 IA5 (ASCII) STRING value
getId(). Method in class com.netscape.certsrv.jobs.AJobBase
public methods
getId(). Method in interface com.netscape.certsrv.jobs.IJob
getId(). Method in class netscape.security.x509.UniqueIdentity
Return the unique id.
getIdentifier(). Method in class netscape.security.x509.CertificatePolicyId
Return the value of the CertificatePolicyId as an ObjectIdentifier.
getIdentifier(). Method in class netscape.security.x509.KeyIdentifier
Return the value of the KeyIdentifier as byte array.
getImplName(). Method in class com.netscape.certsrv.jobs.AJobBase
gets the plugin name of this job.
getImplName(). Method in class com.netscape.certsrv.authentication.DirBasedAuthentication
gets the plugin name of this authentication manager.
getImplName(). Method in class com.netscape.certsrv.authentication.FlatFileAuth
getImplName(). Method in interface com.netscape.certsrv.authentication.IAuthManager
Get name of authentication manager plugin.
getImplName(). Method in interface com.netscape.certsrv.jobs.IJob
getIndirectCRL(). Method in class netscape.security.x509.IssuingDistributionPoint
getInstanceName(). Method in interface com.netscape.certsrv.policy.IPolicyRule
Returns the name of the policy rule instance.
getInstanceParams(). Method in interface com.netscape.certsrv.policy.IPolicyRule
Return configured parameters for a policy rule instance.
getInteger(). Method in class netscape.security.util.DerInputStream
Get an (unsigned) integer from the input stream.
getInteger(). Method in class netscape.security.util.DerValue
Returns an ASN.1 unsigned INTEGER value.
getInteger(boolean). Method in class netscape.security.util.DerValue
Returns an ASN.1 unsigned INTEGER value, the parameter determining if the tag is implicit.
getInteger(String). Method in interface com.netscape.certsrv.base.IConfigStore
Retrieves the given property as an integer.
getInteger(String, int). Method in interface com.netscape.certsrv.base.IConfigStore
Retrieves the given property as an integer.
getIssuerAlgorithmId(). Method in class netscape.security.x509.X509Cert
Returns the algorithm used by the issuer to sign the certificate.
getIssuerDN(). Method in class netscape.security.x509.X509CertImpl
Gets the issuer distinguished name from the certificate.
getIssuerDN(). Method in class netscape.security.x509.X509CRLImpl
Gets the issuer distinguished name from this CRL.
getIssuerIdentifier(). Method in class netscape.security.x509.CertificatePolicyMap
Return the issuer CA part of the policy map.
getIssuerName(). Method in class netscape.security.x509.X509Cert
Returns the certificate issuer's X.500 distinguished name.
getIssuerUniqueID(). Method in class netscape.security.x509.X509CertImpl
Gets the Issuer Unique Identity from the certificate.
getIssuingDistributionPoint(). Method in class netscape.security.x509.IssuingDistributionPointExtension
Returns the issuing distribution point.
getJobCron(). Method in class com.netscape.certsrv.jobs.AJobBase
getJobCron(). Method in interface com.netscape.certsrv.jobs.IJob
getKey(). Method in class netscape.security.x509.X509Key
Returns the raw key as a byte array
getKeyUsage(). Method in class netscape.security.x509.X509CertImpl
Get a boolean array representing the bits of the KeyUsage extension, (oid = 2.5.29.15).
getLdapAttrs(). Method in class com.netscape.certsrv.authentication.DirBasedAuthentication
Return a list of LDAP attributes with String values to retrieve.
getLdapByteAttrs(). Method in class com.netscape.certsrv.authentication.DirBasedAuthentication
Return a list of LDAP attributes with byte[] values to retrieve.
getLocality(). Method in class netscape.security.x509.X500Name
Returns a "Locality" name component.
getMaxBytesPerChar(). Method in class netscape.security.util.CharToByteIA5String
getMaxBytesPerChar(). Method in class netscape.security.util.CharToBytePrintable
getMaxBytesPerChar(). Method in class netscape.security.util.CharToByteUniversalString
getMessage(). Method in class netscape.security.x509.CertException
Returns a string describing the certificate exception.
getMoreData(). Method in class netscape.security.x509.CertException
Returns a string describing the context in which the exception was reported.
getName(). Method in class netscape.security.x509.ACertAttrSet
Returns the name (identifier) of this CertAttrSet.
getName(). Method in class netscape.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 netscape.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 netscape.security.x509.AuthorityKeyIdentifierExtension
Return the name of this attribute.
getName(). Method in class netscape.security.x509.BasicConstraintsExtension
Return the name of this attribute.
getName(). Method in interface netscape.security.x509.CertAttrSet
Returns the name (identifier) of this CertAttrSet.
getName(). Method in class netscape.security.x509.CertificateAlgorithmId
Return the name of this attribute.
getName(). Method in class netscape.security.x509.CertificateExtensions
Return the name of this attribute.
getName(). Method in class netscape.security.x509.CertificateIssuerName
Return the name of this attribute.
getName(). Method in class netscape.security.x509.CertificateIssuerUniqueIdentity
Return the name of this attribute.
getName(). Method in class netscape.security.x509.CertificateSerialNumber
Return the name of this attribute.
getName(). Method in class netscape.security.x509.CertificateSubjectName
Return the name of this attribute.
getName(). Method in class netscape.security.x509.CertificateSubjectUniqueIdentity
Return the name of this attribute.
getName(). Method in class netscape.security.x509.CertificateValidity
Return the name of this attribute.
getName(). Method in class netscape.security.x509.CertificateVersion
Return the name of this attribute.
getName(). Method in class netscape.security.x509.CertificateX509Key
Return the name of this attribute.
getName(). Method in class netscape.security.x509.CRLDistributionPointsExtension
getName(). Method in class netscape.security.x509.CRLNumberExtension
Return the name of this attribute.
getName(). Method in class netscape.security.x509.CRLReasonExtension
Return the name of this attribute.
getName(). Method in class com.netscape.certsrv.authentication.DirBasedAuthentication
gets the name of this authentication manager instance
getName(). Method in class com.netscape.certsrv.authentication.FlatFileAuth
getName(). Method in interface com.netscape.certsrv.authentication.IAuthManager
Get the name of this authentication manager instance.
getName(). Method in interface com.netscape.certsrv.base.IConfigStore
Gets the name of this Configuration Store.
getName(). Method in interface com.netscape.certsrv.policy.IPolicyRule
Returns the name of the policy rule class.
getName(). Method in class netscape.security.x509.IssuerAlternativeNameExtension
Return the name of this attribute.
getName(). Method in class netscape.security.x509.IssuingDistributionPointExtension
getName(). Method in class netscape.security.x509.KeyUsageExtension
Return the name of this attribute.
getName(). Method in class netscape.security.x509.NameConstraintsExtension
Return the name of this attribute.
getName(). Method in class netscape.security.x509.PolicyConstraintsExtension
Return the name of this attribute.
getName(). Method in class netscape.security.x509.PolicyMappingsExtension
Return the name of this attribute.
getName(). Method in class netscape.security.x509.PrivateKeyUsageExtension
Return the name of this attribute.
getName(). Method in class netscape.security.x509.SubjectAlternativeNameExtension
Return the name of this attribute.
getName(). Method in class netscape.security.x509.SubjectKeyIdentifierExtension
Return the name of this attribute.
getName(). Method in class netscape.security.x509.X500Name
Returns the value of toString().
getName(). Method in class netscape.security.x509.X509CertImpl
Return the name of this attribute.
getName(). Method in class netscape.security.x509.X509CertInfo
Return the name of this attribute.
getName(ObjectIdentifier). Static method in class netscape.security.x509.OIDMap
Return user friendly name associated with the OID.
getName(ObjectIdentifier). Method in class netscape.security.x509.X500NameAttrMap
Get the attribute name (keyword) of the specified OID.
getNames(). Method in class netscape.security.x509.X500Name
Returns an array of RDN in the X500Name.
getNamesLength(). Method in class netscape.security.x509.X500Name
Returns the number of RDNs in the X500Name.
getNextUpdate(). Method in class netscape.security.x509.X509CRLImpl
Gets the nextUpdate date from the CRL.
getNonCriticalExtensionOIDs(). Method in class netscape.security.x509.RevokedCertImpl
Gets a Set of the extension(s) marked NON-CRITICAL in the RevokedCertificate by OID strings.
getNonCriticalExtensionOIDs(). Method in class netscape.security.x509.X509CertImpl
Gets a Set of the extension(s) marked NON-CRITICAL in the certificate by OID strings.
getNonCriticalExtensionOIDs(). Method in class netscape.security.x509.X509CRLImpl
Gets a Set of the extension(s) marked NON-CRITICAL in the CRL by OID strings.
getNotAfter(). Method in class netscape.security.x509.X509Cert
Returns the last time the certificate is valid.
getNotAfter(). Method in class netscape.security.x509.X509CertImpl
Gets the notAfter date from the validity period of the certificate.
getNotBefore(). Method in class netscape.security.x509.X509Cert
Returns the first time the certificate is valid.
getNotBefore(). Method in class netscape.security.x509.X509CertImpl
Gets the notBefore date from the validity period of the certificate.
getNull(). Method in class netscape.security.util.DerInputStream
Reads an encoded null value from the input stream.
getNumber(). Method in class netscape.security.x509.SerialNumber
Return the serial number.
getNumPoints(). Method in class netscape.security.x509.CRLDistributionPointsExtension
Returns the number of distribution points in the sequence.
getOctetString(). Method in class netscape.security.util.DerInputStream
Returns an ASN.1 OCTET STRING from the input stream.
getOctetString(). Method in class netscape.security.util.DerValue
Returns an ASN.1 OCTET STRING
getOID(). Method in class netscape.security.x509.AlgorithmId
Returns the ISO OID for this algorithm.
getOid(). Method in class netscape.security.x509.AVA
Returns the OID in the AVA.
getOID(). Method in class netscape.security.util.DerInputStream
Reads an X.200 style Object Identifier from the stream.
getOID(). Method in class netscape.security.util.DerValue
Returns an ASN.1 OBJECT IDENTIFIER.
getOid(ObjectIdentifier). Method in class netscape.security.x509.X500NameAttrMap
Get the ObjectIdentifier object in the map for the specified OID.
getOID(String). Static method in class netscape.security.x509.OIDMap
Return Object identifier for user friendly name.
getOid(String). Method in class netscape.security.x509.X500NameAttrMap
Get the ObjectIdentifier of the attribute name.
getOnlyContainsCACerts(). Method in class netscape.security.x509.IssuingDistributionPoint
getOnlyContainsUserCerts(). Method in class netscape.security.x509.IssuingDistributionPoint
getOnlySomeReasons(). Method in class netscape.security.x509.IssuingDistributionPoint
Returns the reason flags for this distribution point.
getOrganization(). Method in class netscape.security.x509.X500Name
Returns an "Organization" name component.
getOrganizationalUnit(). Method in class netscape.security.x509.X500Name
Returns an "Organizational Unit" name component.
getP(). Method in class netscape.security.x509.AlgIdDSA
Returns the DSS/DSA parameter "P"
getParameters(). Method in class netscape.security.x509.AlgorithmId
getParameters(). Method in class com.netscape.certsrv.base.EBaseException
Returns the list of parameters.
getPointAt(int). Method in class netscape.security.x509.CRLDistributionPointsExtension
Returns the DistributionPoint at the given index in the sequence.
getPredicate(). Method in interface com.netscape.certsrv.policy.IPolicyRule
Returns the predicate expression for the rule.
getPrefix(). Method in class netscape.security.x509.X509AttributeName
Return the prefix of the name.
getPrincipal(). Method in class netscape.security.x509.X509Cert
Returns getSubjectName
getPrintableString(). Method in class netscape.security.util.DerInputStream
getPrintableString(). Method in class netscape.security.util.DerValue
Returns an ASN.1 STRING value
getPrivateKey(). Method in class netscape.security.x509.CertAndKeyGen
Returns the private key of the generated key pair.
getPropertyB(String, boolean). Method in class com.netscape.certsrv.authentication.FlatFileAuth
Get the named property, If the property is not set, use b as the default, and create a new value for the property in the config file.
getPropertyNames(). Method in interface com.netscape.certsrv.base.IConfigStore
Retrives and enumeration of all properties in this config-store.
getPropertyS(String, String). Method in class com.netscape.certsrv.authentication.FlatFileAuth
Get the named property If the property is not set, use s as the default, and create a new value for the property in the config file.
getPublicKey(). Method in class netscape.security.x509.CertAndKeyGen
Returns the public key of the generated key pair.
getPublicKey(). Method in class netscape.security.x509.X509Cert
Returns the subject's public key.
getPublicKey(). Method in class netscape.security.x509.X509CertImpl
Gets the publickey from this certificate.
getQ(). Method in class netscape.security.x509.AlgIdDSA
Returns the DSS/DSA parameter "Q"
getRDNs(). Method in class netscape.security.x509.X500Name
Returns an enumerator of RDNs in the X500Name.
getReason(). Method in class netscape.security.x509.CRLReasonExtension
getReasons(). Method in class netscape.security.x509.CRLDistributionPoint
Returns the reason flags for this distribution point.
getRelativeName(). Method in class netscape.security.x509.CRLDistributionPoint
Returns the relativeName of the DistributionPointName, which may be null.
getRelativeName(). Method in class netscape.security.x509.IssuingDistributionPoint
Returns the relativeName of the DistributionPointName, which may be null.
getRequiredCreds(). Method in class com.netscape.certsrv.authentication.DirBasedAuthentication
get the list of required credentials.
getRequiredCreds(). Method in class com.netscape.certsrv.authentication.FlatFileAuth
Return a list of HTTP parameters which will be taken from the request posting and placed into the AuthCredentials block Note that this method will not be called until after the init() method is called
getRequiredCreds(). Method in interface com.netscape.certsrv.authentication.IAuthManager
Gets a list of the required credentials for this authentication manager.
getRequiredCreds(). Method in class com.netscape.certsrv.authentication.UidPwdDirAuthentication
Returns array of required credentials for this authentication manager.
getRequiredCreds(). Method in class com.netscape.certsrv.authentication.UidPwdPinDirAuthentication
Returns array of required credentials for this authentication manager.
getRevocationDate(). Method in class netscape.security.x509.RevokedCertImpl
Gets the revocation date for this RevokedCertificate, the revocationDate.
getRevokedCertificate(BigInteger). Method in class netscape.security.x509.X509CRLImpl
Get the revoked certificate from the CRL by the serial number provided.
getRevokedCertificates(). Method in class netscape.security.x509.X509CRLImpl
Gets all the revoked certificates from the CRL.
getSelfCert(X500Name, long). Method in class netscape.security.x509.CertAndKeyGen
Returns a self-signed X.509v1 certificate for the public key.
getSelfCertificate(X500Name, long). Method in class netscape.security.x509.CertAndKeyGen
Returns a self-signed X.509v3 certificate for the public key.
getSequence(int). Method in class netscape.security.util.DerInputStream
Return a sequence of encoded entities.
getSerialNumber(). Method in class netscape.security.x509.RevokedCertImpl
Gets the serial number for this RevokedCertificate, the userCertificate.
getSerialNumber(). Method in class netscape.security.x509.X509Cert
Returns the certificate's serial number.
getSerialNumber(). Method in class netscape.security.x509.X509CertImpl
Gets the serial number from the certificate.
getSet(int). Method in class netscape.security.util.DerInputStream
Return a set of encoded entities.
getSet(int, boolean). Method in class netscape.security.util.DerInputStream
Return a set of encoded entities.
getSigAlgName(). Method in class netscape.security.x509.X509CertImpl
Gets the signature algorithm name for the certificate signature algorithm.
getSigAlgName(). Method in class netscape.security.x509.X509CRLImpl
Gets the signature algorithm name for the CRL signature algorithm.
getSigAlgOID(). Method in class netscape.security.x509.X509CertImpl
Gets the signature algorithm OID string from the certificate.
getSigAlgOID(). Method in class netscape.security.x509.X509CRLImpl
Gets the signature algorithm OID string from the CRL.
getSigAlgParams(). Method in class netscape.security.x509.X509CertImpl
Gets the DER encoded signature algorithm parameters from this certificate's signature algorithm.
getSigAlgParams(). Method in class netscape.security.x509.X509CRLImpl
Gets the DER encoded signature algorithm parameters from this CRL's signature algorithm.
getSignature(). Method in class netscape.security.x509.X509CertImpl
Gets the raw Signature bits from the certificate.
getSignature(). Method in class netscape.security.x509.X509CRLImpl
Gets the raw Signature bits from the CRL.
getSignedCert(). Method in class netscape.security.x509.X509Cert
Return the signed X.509 certificate as a byte array.
getSigner(). Method in class netscape.security.x509.X500Signer
Returns the name of the signing agent.
getSigner(AlgorithmId, PrivateKey). Method in class netscape.security.x509.X509Cert
Returns an X500Signer that may be used to create signatures.
getSigningAlgorithms(AlgorithmId). Static method in class netscape.security.x509.AlgorithmId
Returns list of signing algorithms for a key algorithm such as RSA or DSA.
getState(). Method in class netscape.security.x509.X500Name
Returns a "State" name component.
getString(String). Method in interface com.netscape.certsrv.base.IConfigStore
Retrieves the value of the given property as a string.
getString(String, String). Method in interface com.netscape.certsrv.base.IConfigStore
Retrieves the value of a given property as a string or the given default value if the property is not present.
getStringFromHexpairs(char[]). Static method in class netscape.security.x509.LdapV3DNStrConverter
Parse a sequence of hex pairs, each pair a UTF8 byte to a java string.
getSubjectDN(). Method in class netscape.security.x509.X509CertImpl
Gets the subject distinguished name from the certificate.
getSubjectIdentifier(). Method in class netscape.security.x509.CertificatePolicyMap
Return the subject CA part of the policy map.
getSubjectName(). Method in class netscape.security.x509.X509Cert
Returns the subject's X.500 distinguished name.
getSubjectUniqueID(). Method in class netscape.security.x509.X509CertImpl
Gets the Subject Unique Identity from the certificate.
getSubStore(String). Method in interface com.netscape.certsrv.base.IConfigStore
Retrieves the given sub-store.
getSubStoreNames(). Method in interface com.netscape.certsrv.base.IConfigStore
Returns an enumeration of the names of the substores of this config-store.
getSuffix(). Method in class netscape.security.x509.X509AttributeName
Return the suffix of the name.
getT61String(). Method in class netscape.security.util.DerInputStream
getT61String(). Method in class netscape.security.util.DerValue
Returns an ASN.1 T61 (Teletype) STRING value
getTag(). Method in class netscape.security.x509.CRLDistributionPoint
getTag(). Method in class netscape.security.x509.IssuingDistributionPoint
getTags(). Method in class netscape.security.util.ASN1CharStrConvMap
Get and enumeration of all tags in the map.
getTBSCertificate(). Method in class netscape.security.x509.X509CertImpl
Gets the DER encoded certificate informations, the tbsCertificate from this certificate.
getTBSCertList(). Method in class netscape.security.x509.X509CRLImpl
Gets the DER encoded CRL information, the tbsCertList from this CRL.
getTemplate(). Static method in class netscape.security.x509.CRLDistributionPoint
Returns an instance of a template for decoding a CRLDistributionPoint.
getTemplateContent(String). Method in class com.netscape.certsrv.jobs.AJobBase
getThisUpdate(). Method in class netscape.security.x509.X509CRLImpl
Gets the thisUpdate date from the CRL.
getType(). Method in class netscape.security.x509.DNSName
Return the type of the GeneralName.
getType(). Method in class netscape.security.x509.EDIPartyName
Return the type of the GeneralName.
getType(). Method in class netscape.security.x509.GeneralName
Return the type of the general name.
getType(). Method in interface netscape.security.x509.GeneralNameInterface
Return the type of the general name, as defined above.
getType(). Method in class netscape.security.x509.IPAddressName
Return the type of the GeneralName.
getType(). Method in class netscape.security.x509.OIDName
Return the type of the GeneralName.
getType(). Method in class netscape.security.x509.RFC822Name
Return the type of the GeneralName.
getType(). Method in class netscape.security.x509.URIName
Return the type of the GeneralName.
getType(). Method in class netscape.security.x509.X500Name
Return type of GeneralName.
getUnalignedBitString(). Method in class netscape.security.util.DerInputStream
Get a bit string from the input stream.
getUnalignedBitString(). Method in class netscape.security.util.DerValue
Returns an ASN.1 BIT STRING value that need not be byte-aligned.
getUnalignedBitString(boolean). Method in class netscape.security.util.DerValue
Returns an ASN.1 BIT STRING value, with the tag assumed implicit based on the parameter.
getUniversalString(). Method in class netscape.security.util.DerInputStream
getUniversalString(). Method in class netscape.security.util.DerValue
getUTCTime(). Method in class netscape.security.util.DerInputStream
Get a UTC encoded time value from the input stream.
getValue(). Method in class netscape.security.x509.AVA
Returns the value in this AVA as a DerValue
getValue(byte[]). Method in interface netscape.security.x509.AVAValueConverter
Converts a BER encoded value to a DER encoded attribute value.
getValue(byte[]). Method in class netscape.security.x509.DirStrConverter
Creates a DerValue from a BER encoded value, obtained from for example a attribute value in octothorpe form of a Ldap DN string.
getValue(byte[]). Method in class netscape.security.x509.GenericValueConverter
Creates a DerValue from the byte array of BER encoded value.
getValue(byte[]). Method in class netscape.security.x509.IA5StringConverter
getValue(byte[]). Method in class netscape.security.x509.PrintableConverter
Converts a BER encoded value of PrintableString to a DER encoded value.
getValue(String). Method in interface netscape.security.x509.AVAValueConverter
Converts a string to a DER encoded attribute value.
getValue(String). Method in class netscape.security.x509.DirStrConverter
Converts a string to a DER encoded ASN1 Directory String, which is a CHOICE of PrintableString, T.61String or UniversalString.
getValue(String). Method in class netscape.security.x509.GenericValueConverter
Converts a string to a DER encoded ASN.1 primtable string, defined here as a PrintableString, IA5String, T.61String, BMPString or UniversalString.
getValue(String). Method in class netscape.security.x509.IA5StringConverter
getValue(String). Method in class netscape.security.x509.PrintableConverter
Converts a string with ASN.1 Printable characters to a DerValue.
getValueConverter(ObjectIdentifier). Method in class netscape.security.x509.X500NameAttrMap
Get the Attribute Value Converter for the specified ObjectIdentifier.
getValueConverter(String). Method in class netscape.security.x509.X500NameAttrMap
Get the Attribute Value Converter for the specified attribute name.
getVerfCode(). Method in class netscape.security.x509.CertException
Returns the error code with which the exception was created.
getVerfDescription(). Method in class netscape.security.x509.CertException
Return a string corresponding to the error code used to create this exception.
getVerifier(String). Method in class netscape.security.x509.X509Cert
Returns a signature object that may be used to verify signatures created using a specified signature algorithm and the public key contained in this certificate.
getVersion(). Method in class netscape.security.x509.X509Cert
Returns the X.509 version number of this certificate, zero based.
getVersion(). Method in class netscape.security.x509.X509CertImpl
Gets the version number from the certificate.
getVersion(). Method in class netscape.security.x509.X509CRLImpl
Gets the version number from the CRL.

H

hasExtensions(). Method in class netscape.security.x509.RevokedCertImpl
Returns true if this revoked certificate entry has extensions, otherwise false.
hashCode(). Method in class netscape.security.util.BitArray
Returns a hash code value for this bit array.
hashCode(). Method in class netscape.security.util.ObjectIdentifier
hashCode(). Method in class netscape.security.x509.RevocationReason
hashCode(). Method in class netscape.security.x509.X509Cert
Calculates a hash code value for the object.
hashCode(). Method in class netscape.security.x509.X509CertInfo
Calculates a hash code value for the object.
hashCode(). Method in class netscape.security.x509.X509Key
Calculates a hash code value for the object.
hexDigits. Static variable in class netscape.security.x509.LdapV3DNStrConverter
HoldInstructionCode_Id. Static variable in class netscape.security.x509.PKIXExtensions
This extension provides a registered instruction identifier indicating the action to be taken, after encountering a certificate that has been placed on hold.

I

IA5StringConverter(). Constructor for class netscape.security.x509.IA5StringConverter
ID. Static variable in class netscape.security.x509.CertificateIssuerUniqueIdentity
ID. Static variable in class netscape.security.x509.CertificateSubjectUniqueIdentity
IDENT. Static variable in class netscape.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 netscape.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 netscape.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 netscape.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 netscape.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 netscape.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 netscape.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 netscape.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 netscape.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 netscape.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 netscape.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 netscape.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 netscape.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 netscape.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 netscape.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 netscape.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 netscape.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 netscape.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 netscape.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 netscape.security.x509.SubjectKeyIdentifierExtension
Identifier for this attribute, to be used with the get, set, delete methods of Certificate, x509 type.
IDENT. Static variable in class netscape.security.x509.X509CertInfo
Identifier for this attribute, to be used with the get, set, delete methods of Certificate, x509 type.
INFO. Static variable in class netscape.security.x509.X509CertImpl
info. Variable in class netscape.security.x509.X509CertImpl
INHIBIT. Static variable in class netscape.security.x509.PolicyConstraintsExtension
init(ISubsystem, IConfigStore). Method in interface com.netscape.certsrv.policy.IPolicyRule
Initializes the policy rule.
init(String, String, IConfigStore). Method in class com.netscape.certsrv.jobs.AJobBase
abstract methods
init(String, String, IConfigStore). Method in class com.netscape.certsrv.authentication.DirBasedAuthentication
Initializes the UidPwdDirBasedAuthentication auth manager.
init(String, String, IConfigStore). Method in class com.netscape.certsrv.authentication.FlatFileAuth
init(String, String, IConfigStore). Method in interface com.netscape.certsrv.authentication.IAuthManager
Initialize this authentication manager.
init(String, String, IConfigStore). Method in interface com.netscape.certsrv.jobs.IJob
init(String, String, IConfigStore). Method in class com.netscape.certsrv.authentication.UidPwdPinDirAuthentication
Initializes the UidPwdDirBasedAuthentication auth manager.
interval. Variable in class netscape.security.x509.X509CertInfo
InvalidityDate_Id. Static variable in class netscape.security.x509.PKIXExtensions
Identifies the date on which it is known or suspected that the private key was compromised or that the certificate otherwise became invalid.
ipAddress_oid. Static variable in class netscape.security.x509.X500Name
OID for "IP=" IP address attributes, used with SKIP.
IPAddressName(byte[]). Constructor for class netscape.security.x509.IPAddressName
Create the IPAddressName object with the specified name.
IPAddressName(DerValue). Constructor for class netscape.security.x509.IPAddressName
Create the IPAddressName object from the passed encoded Der value.
IPAddressName(String). Constructor for class netscape.security.x509.IPAddressName
Create the IPAddressName object with a string representing the ip address.
IS_CA. Static variable in class netscape.security.x509.BasicConstraintsExtension
isConstructed(). Method in class netscape.security.util.DerValue
Returns true iff the CONSTRUCTED bit is set in the type tag.
isContextSpecific(). Method in class netscape.security.util.DerValue
Returns true iff the CONTEXT SPECIFIC bit is set in the type tag.
isContextSpecific(byte). Method in class netscape.security.util.DerValue
Returns true iff the CONTEXT SPECIFIC TAG matches the passed tag.
isCritical(). Method in class netscape.security.x509.Extension
Returns true if extension is critical.
isPrintableChar(char). Static method in class netscape.security.util.CharToBytePrintable
isRevoked(BigInteger). Method in class netscape.security.x509.X509CRLImpl
Checks whether the given serial number is on this CRL.
issuer. Variable in class netscape.security.x509.X509CertInfo
ISSUER. Static variable in class netscape.security.x509.X509CertInfo
ISSUER_DN. Static variable in class netscape.security.x509.X509CertImpl
ISSUER_ID. Static variable in class netscape.security.x509.X509CertInfo
ISSUER_NAME. Static variable in class netscape.security.x509.IssuerAlternativeNameExtension
IssuerAlternativeName_Id. Static variable in class netscape.security.x509.PKIXExtensions
Allows additional identities to be associated with the certificate issuer.
IssuerAlternativeNameExtension(). Constructor for class netscape.security.x509.IssuerAlternativeNameExtension
Create a default IssuerAlternativeNameExtension.
IssuerAlternativeNameExtension(Boolean, Object). Constructor for class netscape.security.x509.IssuerAlternativeNameExtension
Create the extension from the passed DER encoded value.
IssuerAlternativeNameExtension(GeneralNames). Constructor for class netscape.security.x509.IssuerAlternativeNameExtension
Create a IssuerAlternativeNameExtension with the passed GeneralNames.
issuerUniqueId. Variable in class netscape.security.x509.X509CertInfo
ISSUING_DISTRIBUTION_POINT. Static variable in class netscape.security.x509.IssuingDistributionPointExtension
IssuingDistributionPoint(). Constructor for class netscape.security.x509.IssuingDistributionPoint
IssuingDistributionPoint_Id. Static variable in class netscape.security.x509.PKIXExtensions
Identifies the CRL distribution point for a particular CRL.
IssuingDistributionPointExtension(Boolean, Object). Constructor for class netscape.security.x509.IssuingDistributionPointExtension
This constructor is very important, since it will be called by the system.
IssuingDistributionPointExtension(IssuingDistributionPoint). Constructor for class netscape.security.x509.IssuingDistributionPointExtension
Creates a new IssuingDistributionPoint extension, with the given issuing distribution point as the first element.

K

KEY. Static variable in class netscape.security.x509.CertificateX509Key
KEY. Static variable in class netscape.security.x509.X509CertInfo
key. Variable in class netscape.security.x509.X509Key
KEY_AGREEMENT. Static variable in class netscape.security.x509.KeyUsageExtension
KEY_AGREEMENT_BIT. Static variable in class netscape.security.x509.KeyUsageExtension
KEY_CERTSIGN. Static variable in class netscape.security.x509.KeyUsageExtension
KEY_CERTSIGN_BIT. Static variable in class netscape.security.x509.KeyUsageExtension
KEY_COMPROMISE. Static variable in class netscape.security.x509.CRLReasonExtension
KEY_COMPROMISE. Static variable in class netscape.security.x509.ReasonFlags
KEY_COMPROMISE. Static variable in class netscape.security.x509.RevocationReason
KEY_ENCIPHERMENT. Static variable in class netscape.security.x509.KeyUsageExtension
KEY_ENCIPHERMENT_BIT. Static variable in class netscape.security.x509.KeyUsageExtension
KEY_ID. Static variable in class netscape.security.x509.AuthorityKeyIdentifierExtension
KEY_ID. Static variable in class netscape.security.x509.SubjectKeyIdentifierExtension
KeyIdentifier(byte[]). Constructor for class netscape.security.x509.KeyIdentifier
Create a KeyIdentifier with the passed bit settings.
KeyIdentifier(DerValue). Constructor for class netscape.security.x509.KeyIdentifier
Create a KeyIdentifier from the DER encoded value.
KeyUsage_Id. Static variable in class netscape.security.x509.PKIXExtensions
Defines the purpose of the key contained in the certificate.
KeyUsageExtension(). Constructor for class netscape.security.x509.KeyUsageExtension
Create a default key usage.
KeyUsageExtension(BitArray). Constructor for class netscape.security.x509.KeyUsageExtension
Create a KeyUsageExtension with the passed bit settings.
KeyUsageExtension(Boolean, Object). Constructor for class netscape.security.x509.KeyUsageExtension
Create the extension from the passed DER encoded value of the same.
KeyUsageExtension(boolean[]). Constructor for class netscape.security.x509.KeyUsageExtension
Create a KeyUsageExtension with the passed bit settings.
KeyUsageExtension(byte[]). Constructor for class netscape.security.x509.KeyUsageExtension
Create a KeyUsageExtension with the passed bit settings.

L

LdapDNStrConverter(). Constructor for class netscape.security.x509.LdapDNStrConverter
LdapV3DNStrConverter(). Constructor for class netscape.security.x509.LdapV3DNStrConverter
Constructs a LdapV3DNStrConverter using the global default X500NameAttrMap and accept OIDs not in the default X500NameAttrMap.
LdapV3DNStrConverter(X500NameAttrMap, boolean). Constructor for class netscape.security.x509.LdapV3DNStrConverter
Constructs a LdapV3DNStrConverter using the specified X500NameAttrMap and a boolean indicating whether to accept OIDs not listed in the X500NameAttrMap.
length(). Method in class netscape.security.util.BitArray
Returns the length of this BitArray.
length(). Method in class netscape.security.util.DerValue
Get the length of the encoded value.
localityName_oid. Static variable in class netscape.security.x509.X500Name
OID for the "L=" attribute, denoting a locality (such as a city)
log(int, String). Method in class com.netscape.certsrv.jobs.AJobBase
logs an entry in the log file.
log(int, String). Method in class com.netscape.certsrv.authentication.DirBasedAuthentication
Logs a message for this class in the system log file.

M

mailSummary(String). Method in class com.netscape.certsrv.jobs.AJobBase
main(String[]). Static method in class netscape.security.x509.CRLDistributionPoint
main(String[]). Static method in class netscape.security.x509.CRLDistributionPointsExtension
Test driver.
main(String[]). Static method in class netscape.security.x509.IssuingDistributionPoint
main(String[]). Static method in class netscape.security.x509.IssuingDistributionPointExtension
Test driver.
makeSubStore(String). Method in interface com.netscape.certsrv.base.IConfigStore
Creates a nested sub-store with the specified name.
MAP. Static variable in class netscape.security.x509.PolicyMappingsExtension
mAppendDN. Variable in class com.netscape.certsrv.authentication.FlatFileAuth
mark(int). Method in class netscape.security.util.DerInputStream
Mark the current position in the buffer, so that a later call to reset will return here.
mAuthAttrs. Variable in class com.netscape.certsrv.authentication.FlatFileAuth
mBaseDN. Variable in class com.netscape.certsrv.authentication.DirBasedAuthentication
mConfig. Variable in class com.netscape.certsrv.jobs.AJobBase
mConfig. Variable in class com.netscape.certsrv.authentication.DirBasedAuthentication
mConfig. Variable in class com.netscape.certsrv.authentication.FlatFileAuth
configuration store
mConfigParams. Static variable in class com.netscape.certsrv.jobs.AJobBase
mConfigParams. Static variable in class com.netscape.certsrv.authentication.FlatFileAuth
mConfigParams. Static variable in class com.netscape.certsrv.authentication.UidPwdDirAuthentication
mConfigParams. Static variable in class com.netscape.certsrv.authentication.UidPwdPinDirAuthentication
mConnFactory. Variable in class com.netscape.certsrv.authentication.DirBasedAuthentication
mContentParams. Variable in class com.netscape.certsrv.jobs.AJobBase
mCron. Variable in class com.netscape.certsrv.jobs.AJobBase
MD2_oid. Static variable in class netscape.security.x509.AlgorithmId
Algorithm ID for the MD2 Message Digest Algorthm, from RFC 1319.
md2WithRSAEncryption_oid. Static variable in class netscape.security.x509.AlgorithmId
Identifies a signing algorithm where an MD2 digest is encrypted using an RSA private key; defined in PKCS #1.
MD5_oid. Static variable in class netscape.security.x509.AlgorithmId
Algorithm ID for the MD5 Message Digest Algorthm, from RFC 1321.
md5WithRSAEncryption_oid. Static variable in class netscape.security.x509.AlgorithmId
Identifies a signing algorithm where an MD5 digest is encrypted using an RSA private key; defined in PKCS #1.
mDeferOnFailure. Variable in class com.netscape.certsrv.authentication.FlatFileAuth
mDerValue. Variable in class netscape.security.x509.ACertAttrSet
mFileLastRead. Variable in class com.netscape.certsrv.authentication.FlatFileAuth
mFilename. Variable in class com.netscape.certsrv.authentication.FlatFileAuth
mId. Variable in class com.netscape.certsrv.jobs.AJobBase
mImplName. Variable in class com.netscape.certsrv.jobs.AJobBase
mImplName. Variable in class com.netscape.certsrv.authentication.DirBasedAuthentication
mImplName. Variable in class com.netscape.certsrv.authentication.FlatFileAuth
name of the authentication manager plugin
mItemForm. Variable in class com.netscape.certsrv.jobs.AJobBase
mItemParams. Variable in class com.netscape.certsrv.jobs.AJobBase
mJobCron. Variable in class com.netscape.certsrv.jobs.AJobBase
mKeyAttributes. Variable in class com.netscape.certsrv.authentication.FlatFileAuth
mLdapAttrs. Variable in class com.netscape.certsrv.authentication.DirBasedAuthentication
mLdapByteAttrs. Variable in class com.netscape.certsrv.authentication.DirBasedAuthentication
mLdapConfig. Variable in class com.netscape.certsrv.authentication.DirBasedAuthentication
mLdapStringAttrs. Variable in class com.netscape.certsrv.authentication.DirBasedAuthentication
mLogger. Variable in class com.netscape.certsrv.jobs.AJobBase
mLogger. Variable in class com.netscape.certsrv.authentication.DirBasedAuthentication
mLogger. Variable in class com.netscape.certsrv.authentication.FlatFileAuth
system logger
mMailForm. Variable in class com.netscape.certsrv.jobs.AJobBase
mMailHTML. Variable in class com.netscape.certsrv.jobs.AJobBase
mMD5Digest. Variable in class com.netscape.certsrv.authentication.UidPwdPinDirAuthentication
mName. Variable in class com.netscape.certsrv.authentication.DirBasedAuthentication
mName. Variable in class com.netscape.certsrv.authentication.FlatFileAuth
name of this authentication manager instance
mParams. Variable in class com.netscape.certsrv.authentication.EAuthException
mParams. Variable in class com.netscape.certsrv.base.EBaseException
Parameters to the exception error message.
mPattern. Variable in class com.netscape.certsrv.authentication.DirBasedAuthentication
mPinAttr. Variable in class com.netscape.certsrv.authentication.UidPwdPinDirAuthentication
mRemovePin. Variable in class com.netscape.certsrv.authentication.UidPwdPinDirAuthentication
mRequiredCreds. Static variable in class com.netscape.certsrv.authentication.UidPwdDirAuthentication
mRequiredCreds. Static variable in class com.netscape.certsrv.authentication.UidPwdPinDirAuthentication
mSHADigest. Variable in class com.netscape.certsrv.authentication.UidPwdPinDirAuthentication
mSummaryMailSubject. Variable in class com.netscape.certsrv.jobs.AJobBase
mSummaryReceiverEmail. Variable in class com.netscape.certsrv.jobs.AJobBase
mSummarySenderEmail. Variable in class com.netscape.certsrv.jobs.AJobBase

N

NAME. Static variable in class netscape.security.x509.AuthorityKeyIdentifierExtension
Attribute names.
NAME. Static variable in class netscape.security.x509.BasicConstraintsExtension
Attribute names.
NAME. Static variable in class netscape.security.x509.CertificateAlgorithmId
Sub attributes name for this CertAttrSet.
NAME. Static variable in class netscape.security.x509.CertificateExtensions
name
NAME. Static variable in class netscape.security.x509.CertificateIssuerName
Sub attributes name for this CertAttrSet.
NAME. Static variable in class netscape.security.x509.CertificateIssuerUniqueIdentity
Sub attributes name for this CertAttrSet.
NAME. Static variable in class netscape.security.x509.CertificateSerialNumber
Sub attributes name for this CertAttrSet.
NAME. Static variable in class netscape.security.x509.CertificateSubjectName
Sub attributes name for this CertAttrSet.
NAME. Static variable in class netscape.security.x509.CertificateSubjectUniqueIdentity
Sub attributes name for this CertAttrSet.
NAME. Static variable in class netscape.security.x509.CertificateValidity
Sub attributes name for this CertAttrSet.
NAME. Static variable in class netscape.security.x509.CertificateVersion
Sub attributes name for this CertAttrSet.
NAME. Static variable in class netscape.security.x509.CertificateX509Key
Sub attributes name for this CertAttrSet.
NAME. Static variable in class netscape.security.x509.CRLDistributionPointsExtension
NAME. Static variable in class netscape.security.x509.CRLNumberExtension
Attribute name.
NAME. Static variable in class netscape.security.x509.CRLReasonExtension
Attribute names.
NAME. Static variable in class netscape.security.x509.IssuerAlternativeNameExtension
Attribute names.
NAME. Static variable in class netscape.security.x509.IssuingDistributionPointExtension
Attribute names.
NAME. Static variable in class netscape.security.x509.KeyUsageExtension
Attribute names.
NAME. Static variable in class netscape.security.x509.NameConstraintsExtension
Attribute names.
NAME. Static variable in class netscape.security.x509.PolicyConstraintsExtension
Attribute names.
NAME. Static variable in class netscape.security.x509.PolicyMappingsExtension
Attribute names.
NAME. Static variable in class netscape.security.x509.PrivateKeyUsageExtension
Sub attributes name for this CertAttrSet.
NAME. Static variable in class netscape.security.x509.SubjectAlternativeNameExtension
Attribute names.
NAME. Static variable in class netscape.security.x509.SubjectKeyIdentifierExtension
Attribute names.
NAME. Static variable in class netscape.security.x509.X509CertImpl
Public attribute names.
NAME. Static variable in class netscape.security.x509.X509CertInfo
NAME_ANY. Static variable in interface netscape.security.x509.GeneralNameInterface
The list of names supported.
NAME_DIRECTORY. Static variable in interface netscape.security.x509.GeneralNameInterface
NAME_DNS. Static variable in interface netscape.security.x509.GeneralNameInterface
NAME_EDI. Static variable in interface netscape.security.x509.GeneralNameInterface
NAME_IP. Static variable in interface netscape.security.x509.GeneralNameInterface
NAME_OID. Static variable in interface netscape.security.x509.GeneralNameInterface
NAME_RFC822. Static variable in interface netscape.security.x509.GeneralNameInterface
NAME_URI. Static variable in interface netscape.security.x509.GeneralNameInterface
NAME_X400. Static variable in interface netscape.security.x509.GeneralNameInterface
NameConstraints_Id. Static variable in class netscape.security.x509.PKIXExtensions
Provides for permitted and excluded subtrees that place restrictions on names that may be included within a certificate issued by a given CA.
NameConstraintsExtension(Boolean, Object). Constructor for class netscape.security.x509.NameConstraintsExtension
Create the extension from the passed DER encoded value.
NameConstraintsExtension(GeneralSubtrees, GeneralSubtrees). Constructor for class netscape.security.x509.NameConstraintsExtension
The default constructor for this class.
names. Static variable in class netscape.security.x509.KeyUsageExtension
NBITS. Static variable in class netscape.security.x509.KeyUsageExtension
NON_REPUDIATION. Static variable in class netscape.security.x509.KeyUsageExtension
NON_REPUDIATION_BIT. Static variable in class netscape.security.x509.KeyUsageExtension
NOT_AFTER. Static variable in class netscape.security.x509.CertificateValidity
NOT_AFTER. Static variable in class netscape.security.x509.PrivateKeyUsageExtension
NOT_BEFORE. Static variable in class netscape.security.x509.CertificateValidity
NOT_BEFORE. Static variable in class netscape.security.x509.PrivateKeyUsageExtension
NUMBER. Static variable in class netscape.security.x509.CertificateSerialNumber
NUMBER. Static variable in class netscape.security.x509.CRLNumberExtension

O

ObjectIdentifier(DerInputStream). Constructor for class netscape.security.util.ObjectIdentifier
Constructs an object ID from an ASN.1 encoded input stream.
ObjectIdentifier(int[]). Constructor for class netscape.security.util.ObjectIdentifier
Constructs an object ID from an array of integers.
ObjectIdentifier(String). Constructor for class netscape.security.util.ObjectIdentifier
Constructs an object identifier from a string.
octoEndChars. Static variable in class netscape.security.x509.LdapV3DNStrConverter
OID. Static variable in class netscape.security.x509.CRLDistributionPointsExtension
The Object Identifier for this extension.
OID. Static variable in class netscape.security.x509.IssuingDistributionPointExtension
The Object Identifier for this extension.
OIDMap(). Constructor for class netscape.security.x509.OIDMap
OIDName(DerValue). Constructor for class netscape.security.x509.OIDName
Create the OIDName object from the passed encoded Der value.
OIDName(ObjectIdentifier). Constructor for class netscape.security.x509.OIDName
Create the OIDName object with the specified name.
orgName_oid. Static variable in class netscape.security.x509.X500Name
OID for the "O=" attribute, denoting an organization name
orgUnitName_oid. Static variable in class netscape.security.x509.X500Name
OID for the "OU=" attribute, denoting an organizational unit name

P

params. Variable in class netscape.security.x509.AlgorithmId
Parameters for this algorithm.
paramsToString(). Method in class netscape.security.x509.AlgIdDSA
Provides a human-readable description of the algorithm parameters.
paramsToString(). Method in class netscape.security.x509.AlgorithmId
Provides a human-readable description of the algorithm parameters.
parse(DerValue). Static method in class netscape.security.x509.AlgorithmId
Parse (unmarshal) an ID from a DER sequence input value.
parse(DerValue). Static method in class netscape.security.x509.X509Key
Construct X.509 subject public key from a DER value.
parseAVA(PushbackReader). Method in class netscape.security.x509.LdapV3DNStrConverter
Parses a Ldap DN string with a AVA component from a string reader to an AVA.
parseAVA(String). Method in class netscape.security.x509.LdapDNStrConverter
Converts a Ldap DN string to a AVA object.
parseAVA(String). Method in class netscape.security.x509.LdapV3DNStrConverter
Parse a Ldap v3 DN string with a AVA component to a AVA.
parseAVAKeyword(String). Method in class netscape.security.x509.LdapV3DNStrConverter
Converts a AVA keyword from a Ldap DN string to an ObjectIdentifier from the attribute map or, if this keyword is an OID not in the attribute map, create a new ObjectIdentifier for the keyword if acceptUnknownOids is true.
parseAVAValue(byte[], ObjectIdentifier). Method in class netscape.security.x509.LdapV3DNStrConverter
Converts a value in BER encoding, for example given in octothorpe form in a Ldap v3 dn string, to a DerValue.
parseAVAValue(String, ObjectIdentifier). Method in class netscape.security.x509.LdapV3DNStrConverter
Converts a AVA value from a Ldap dn string to a DerValue according the attribute type.
parseDN(PushbackReader). Method in class netscape.security.x509.LdapV3DNStrConverter
Parses a Ldap DN string in a string reader to a X500Name.
parseDN(String). Method in class netscape.security.x509.LdapDNStrConverter
Converts a Ldap DN string to a X500Name object.
parseDN(String). Method in class netscape.security.x509.LdapV3DNStrConverter
Parse a Ldap v3 DN string to a X500Name.
parseExtension(Extension). Method in class netscape.security.x509.CertificateExtensions
parseKeyBits(). Method in class netscape.security.x509.X509Key
Parse the key bits.
parseRDN(PushbackReader). Method in class netscape.security.x509.LdapV3DNStrConverter
Parses Ldap DN string with a rdn component from a string reader to a RDN.
parseRDN(String). Method in class netscape.security.x509.LdapDNStrConverter
Converts a Ldap DN string to a RDN object.
parseRDN(String). Method in class netscape.security.x509.LdapV3DNStrConverter
Parse a Ldap v3 DN string with a RDN component to a RDN
PATH_LEN. Static variable in class netscape.security.x509.BasicConstraintsExtension
peekByte(). Method in class netscape.security.util.DerInputStream
PERMITTED_SUBTREES. Static variable in class netscape.security.x509.NameConstraintsExtension
PKIXExtensions(). Constructor for class netscape.security.x509.PKIXExtensions
PolicyConstraint(CertificatePolicySet, int, int). Constructor for class netscape.security.x509.PolicyConstraint
The default constructor for this object
PolicyConstraint(DerValue). Constructor for class netscape.security.x509.PolicyConstraint
Create the PolicyConstraint from the DerValue.
PolicyConstraints_Id. Static variable in class netscape.security.x509.PKIXExtensions
Used to either prohibit policy mapping or limit the set of policies that can be in subsequent certificates.
PolicyConstraintsExtension(Boolean, Object). Constructor for class netscape.security.x509.PolicyConstraintsExtension
Create the extension from its DER encoded value and criticality.
PolicyConstraintsExtension(int, int). Constructor for class netscape.security.x509.PolicyConstraintsExtension
Create a PolicyConstraintsExtension object with both require explicit policy and inhibit policy mapping.
PolicyMappings_Id. Static variable in class netscape.security.x509.PKIXExtensions
Lists pairs of objectidentifiers of policies considered equivalent by the issuing CA to the subject CA.
PolicyMappingsExtension(). Constructor for class netscape.security.x509.PolicyMappingsExtension
Create a default PolicyMappingsExtension.
PolicyMappingsExtension(Boolean, Object). Constructor for class netscape.security.x509.PolicyMappingsExtension
Create the extension from the passed DER encoded value.
PolicyMappingsExtension(Vector). Constructor for class netscape.security.x509.PolicyMappingsExtension
Create a PolicyMappings with the Vector of CertificatePolicyMap.
precedes(ObjectIdentifier). Method in class netscape.security.util.ObjectIdentifier
Compares this identifier with another, for sorting purposes.
PrintableConverter(). Constructor for class netscape.security.x509.PrintableConverter
PrivateKeyUsage_Id. Static variable in class netscape.security.x509.PKIXExtensions
Allows the certificate issuer to specify a different validity period for the private key than the certificate.
PrivateKeyUsageExtension(Boolean, Object). Constructor for class netscape.security.x509.PrivateKeyUsageExtension
Create the extension from the passed DER encoded value.
PrivateKeyUsageExtension(Date, Date). Constructor for class netscape.security.x509.PrivateKeyUsageExtension
The default constructor for PrivateKeyUsageExtension.
PROP_APPENDDN. Static variable in class com.netscape.certsrv.authentication.FlatFileAuth
PROP_AUTHATTRS. Static variable in class com.netscape.certsrv.authentication.FlatFileAuth
PROP_BASEDN. Static variable in class com.netscape.certsrv.authentication.DirBasedAuthentication
PROP_DEFERONFAILURE. Static variable in class com.netscape.certsrv.authentication.FlatFileAuth
PROP_DNPATTERN. Static variable in class com.netscape.certsrv.authentication.DirBasedAuthentication
PROP_EMAIL_SUBJECT. Static variable in class com.netscape.certsrv.jobs.AJobBase
PROP_EMAIL_TEMPLATE. Static variable in class com.netscape.certsrv.jobs.AJobBase
PROP_ENABLE. Static variable in interface com.netscape.certsrv.policy.IPolicyRule
PROP_ENABLED. Static variable in class com.netscape.certsrv.jobs.AJobBase
PROP_FILENAME. Static variable in class com.netscape.certsrv.authentication.FlatFileAuth
PROP_IMPLNAME. Static variable in interface com.netscape.certsrv.policy.IPolicyRule
PROP_ITEM_TEMPLATE. Static variable in class com.netscape.certsrv.jobs.AJobBase
PROP_KEYATTRIBUTES. Static variable in class com.netscape.certsrv.authentication.FlatFileAuth
PROP_LDAP. Static variable in class com.netscape.certsrv.authentication.DirBasedAuthentication
PROP_LDAPBYTEATTRS. Static variable in class com.netscape.certsrv.authentication.DirBasedAuthentication
PROP_LDAPSTRINGATTRS. Static variable in class com.netscape.certsrv.authentication.DirBasedAuthentication
PROP_PIN_ATTR. Static variable in class com.netscape.certsrv.authentication.UidPwdPinDirAuthentication
PROP_PREDICATE. Static variable in interface com.netscape.certsrv.policy.IPolicyRule
PROP_RECEIVER_EMAIL. Static variable in class com.netscape.certsrv.jobs.AJobBase
PROP_REMOVE_PIN. Static variable in class com.netscape.certsrv.authentication.UidPwdPinDirAuthentication
PROP_SENDER_EMAIL. Static variable in class com.netscape.certsrv.jobs.AJobBase
PROP_SUMMARY. Static variable in class com.netscape.certsrv.jobs.AJobBase
pubKey. Variable in class netscape.security.x509.X509CertInfo
PUBLIC_KEY. Static variable in class netscape.security.x509.X509CertImpl
putBitString(byte[]). Method in class netscape.security.util.DerOutputStream
Marshals a DER bit string on the output stream.
putBMPString(String). Method in class netscape.security.util.DerOutputStream
Marshals a string which is consists of BMP (unicode) characters
putBoolean(boolean). Method in class netscape.security.util.DerOutputStream
Marshals a DER boolean on the output stream.
putBoolean(String, boolean). Method in interface com.netscape.certsrv.base.IConfigStore
Stores the given property and its value as a boolean.
putByteArray(String, byte[]). Method in interface com.netscape.certsrv.base.IConfigStore
Stores the given property and value as a byte array.
putDerValue(DerValue). Method in class netscape.security.util.DerOutputStream
Marshals pre-encoded DER value onto the output stream.
putEnumerated(int). Method in class netscape.security.util.DerOutputStream
Marshals a DER enumerated value on the output stream.
putGeneralizedTime(Date). Method in class netscape.security.util.DerOutputStream
Marshals a DER Generalized Time/date value.
putIA5String(String). Method in class netscape.security.util.DerOutputStream
Marshals a string which is consists of IA5(ASCII) characters
putInteger(BigInt). Method in class netscape.security.util.DerOutputStream
Marshals a DER unsigned integer on the output stream.
putInteger(String, int). Method in interface com.netscape.certsrv.base.IConfigStore
Sets a property and its value as an integer.
putLength(int). Method in class netscape.security.util.DerOutputStream
Put the encoding of the length in the stream.
putNull(). Method in class netscape.security.util.DerOutputStream
Marshals a DER "null" value on the output stream.
putOctetString(byte[]). Method in class netscape.security.util.DerOutputStream
DER-encodes an ASN.1 OCTET STRING value on the output stream.
putOID(ObjectIdentifier). Method in class netscape.security.util.DerOutputStream
Marshals an object identifier (OID) on the output stream.
putOrderedSet(byte, DerEncoder[]). Method in class netscape.security.util.DerOutputStream
Marshals the contents of a set on the output stream.
putOrderedSetOf(byte, DerEncoder[]). Method in class netscape.security.util.DerOutputStream
Marshals the contents of a set on the output stream.
putPrintableString(String). Method in class netscape.security.util.DerOutputStream
Converts string to printable and writes to der output stream.
putSequence(DerValue[]). Method in class netscape.security.util.DerOutputStream
Marshals a sequence on the output stream.
putSet(byte, DerEncoder[]). Method in class netscape.security.util.DerOutputStream
NSCP : Like putOrderSetOf, except not sorted.
putSet(DerValue[]). Method in class netscape.security.util.DerOutputStream
Marshals the contents of a set on the output stream without ordering the elements.
putString(String, String). Method in interface com.netscape.certsrv.base.IConfigStore
Stores a property and its value as a string.
putStringType(byte, String). Method in class netscape.security.util.DerOutputStream
putTag(byte, boolean, byte). Method in class netscape.security.util.DerOutputStream
Put the tag of the attribute in the stream.
putUnalignedBitString(BitArray). Method in class netscape.security.util.DerOutputStream
Marshals a DER bit string on the output stream.
putUnalignedBitString(boolean[]). Method in class netscape.security.util.DerOutputStream
Marshals a DER bit string on the output stream.
putUnalignedBitString(byte[]). Method in class netscape.security.util.DerOutputStream
Marshals a DER bit string on the output stream.
putUnsignedInteger(byte[]). Method in class netscape.security.util.DerOutputStream
Marshals a DER unsigned integer on the output stream.
putUTCTime(Date). Method in class netscape.security.util.DerOutputStream
Marshals a DER UTC time/date value.

Q

quotedEndChars. Static variable in class netscape.security.x509.LdapV3DNStrConverter

R

RDN(AVA[]). Constructor for class netscape.security.x509.RDN
Constructs a RDN from an array of AVA.
RDN(DerInputStream). Constructor for class netscape.security.x509.RDN
Constructs a RDN from a Der Input Stream.
RDN(DerValue). Constructor for class netscape.security.x509.RDN
Constructs a RDN from a DerValue.
RDN(String). Constructor for class netscape.security.x509.RDN
Constructs a RDN from a Ldap DN String with one RDN component using the global default LdapDNStrConverter.
RDN(String, LdapDNStrConverter). Constructor for class netscape.security.x509.RDN
Constructs a RDN from a Ldap DN string with one RDN component using the specified Ldap DN Str converter.
RDN(Vector). Constructor for class netscape.security.x509.RDN
convenience method.
readFile(File, String[]). Method in class com.netscape.certsrv.authentication.FlatFileAuth
Read a file with the following format:

 param1: valuea
 param2: valueb
 -blank-line-
 param1: valuec
 param2: valued
 
readVector(int). Method in class netscape.security.util.DerInputStream
REASON. Static variable in class netscape.security.x509.CRLReasonExtension
ReasonCode_Id. Static variable in class netscape.security.x509.PKIXExtensions
Identifies the reason for the certificate revocation.
ReasonFlags(BitArray). Constructor for class netscape.security.x509.ReasonFlags
Create a ReasonFlags with the passed bit settings.
ReasonFlags(boolean[]). Constructor for class netscape.security.x509.ReasonFlags
Create a ReasonFlags with the passed bit settings.
ReasonFlags(byte[]). Constructor for class netscape.security.x509.ReasonFlags
Create a ReasonFlags with the passed bit settings.
ReasonFlags(DerInputStream). Constructor for class netscape.security.x509.ReasonFlags
Create the object from the passed DER encoded value.
ReasonFlags(DerValue). Constructor for class netscape.security.x509.ReasonFlags
Create the object from the passed DER encoded value.
REJECTED. Static variable in class com.netscape.certsrv.request.PolicyResult
REMOVE_FROM_CRL. Static variable in class netscape.security.x509.CRLReasonExtension
REMOVE_FROM_CRL. Static variable in class netscape.security.x509.RevocationReason
removeSubStore(String). Method in interface com.netscape.certsrv.base.IConfigStore
Removes sub-store with the given name.
REQUIRE. Static variable in class netscape.security.x509.PolicyConstraintsExtension
reset(). Method in class netscape.security.util.ByteToCharIA5String
reset(). Method in class netscape.security.util.ByteToCharPrintable
reset(). Method in class netscape.security.util.ByteToCharUnicode
reset(). Method in class netscape.security.util.ByteToCharUniversalString
reset(). Method in class netscape.security.util.CharToByteIA5String
reset(). Method in class netscape.security.util.CharToBytePrintable
reset(). Method in class netscape.security.util.CharToByteUniversalString
reset(). Method in class netscape.security.util.DerInputStream
Return to the position of the last mark call.
resetTag(byte). Method in class netscape.security.util.DerValue
Set the tag of the attribute.
RESOURCES. Static variable in class com.netscape.certsrv.authentication.EAuthException
RESOURCES. Static variable in class com.netscape.certsrv.base.EBaseException
The resource bundle to use for error messages.
RevokedCertImpl(). Constructor for class netscape.security.x509.RevokedCertImpl
Default constructor.
RevokedCertImpl(BigInteger, Date). Constructor for class netscape.security.x509.RevokedCertImpl
Constructs a revoked certificate entry using the serial number and revocation date.
RevokedCertImpl(BigInteger, Date, CRLExtensions). Constructor for class netscape.security.x509.RevokedCertImpl
Constructs a revoked certificate entry using the serial number, revocation date and the entry extensions.
RevokedCertImpl(byte[]). Constructor for class netscape.security.x509.RevokedCertImpl
Unmarshals a revoked certificate from its encoded form.
RevokedCertImpl(DerValue). Constructor for class netscape.security.x509.RevokedCertImpl
Unmarshals a revoked certificate from its encoded form.
RFC1779StrConverter(). Constructor for class netscape.security.x509.RFC1779StrConverter
Constructs a RFC1779StrConverter using the global default X500NameAttrMap and accepts OIDs not listed in the attribute map.
RFC1779StrConverter(X500NameAttrMap, boolean). Constructor for class netscape.security.x509.RFC1779StrConverter
Constructs a RFC1779StrConverter using the specified X500NameAttrMap and boolean for whether to accept OIDs not in the X500NameAttrMap.
RFC822Name(DerValue). Constructor for class netscape.security.x509.RFC822Name
Create the RFC822Name object from the passed encoded Der value.
RFC822Name(String). Constructor for class netscape.security.x509.RFC822Name
Create the RFC822Name object with the specified name.
RSA_oid. Static variable in class netscape.security.x509.AlgorithmId
Algorithm ID for RSA keys used for any purpose, as defined in X.509.
RSA_SIGNING_ALGORITHMS. Static variable in class netscape.security.x509.AlgorithmId
Supported signing algorithms for a RSA key.
RSAEncryption_oid. Static variable in class netscape.security.x509.AlgorithmId
Algorithm ID for RSA keys used with RSA encryption, as defined in PKCS #1.
run(). Method in class com.netscape.certsrv.jobs.AJobBase

S

SENTINEL_MD5. Static variable in class com.netscape.certsrv.authentication.UidPwdPinDirAuthentication
SENTINEL_NONE. Static variable in class com.netscape.certsrv.authentication.UidPwdPinDirAuthentication
SENTINEL_SHA. Static variable in class com.netscape.certsrv.authentication.UidPwdPinDirAuthentication
SERIAL_ID. Static variable in class netscape.security.x509.X509CertImpl
SERIAL_NUMBER. Static variable in class netscape.security.x509.AuthorityKeyIdentifierExtension
SERIAL_NUMBER. Static variable in class netscape.security.x509.X509CertInfo
serialNum. Variable in class netscape.security.x509.X509CertInfo
SerialNumber(BigInteger). Constructor for class netscape.security.x509.SerialNumber
The default constructor for this class using BigInteger.
SerialNumber(DerInputStream). Constructor for class netscape.security.x509.SerialNumber
Create the object, decoding the values from the passed DER stream.
SerialNumber(DerValue). Constructor for class netscape.security.x509.SerialNumber
Create the object, decoding the values from the passed DerValue.
SerialNumber(InputStream). Constructor for class netscape.security.x509.SerialNumber
Create the object, decoding the values from the passed stream.
SerialNumber(int). Constructor for class netscape.security.x509.SerialNumber
The default constructor for this class using int.
set(int, boolean). Method in class netscape.security.util.BitArray
Sets the indexed bit in this BitArray.
set(String, Object). Method in class netscape.security.x509.ACertAttrSet
Sets an attribute value within this CertAttrSet.
set(String, Object). Method in class netscape.security.x509.AuthorityKeyIdentifierExtension
Set the attribute value.
set(String, Object). Method in class netscape.security.x509.BasicConstraintsExtension
Set the attribute value.
set(String, Object). Method in interface netscape.security.x509.CertAttrSet
Sets an attribute value within this CertAttrSet.
set(String, Object). Method in class netscape.security.x509.CertificateAlgorithmId
Set the attribute value.
set(String, Object). Method in class netscape.security.x509.CertificateExtensions
Set the attribute value.
set(String, Object). Method in class netscape.security.x509.CertificateIssuerName
Set the attribute value.
set(String, Object). Method in class netscape.security.x509.CertificateIssuerUniqueIdentity
Set the attribute value.
set(String, Object). Method in class netscape.security.x509.CertificateSerialNumber
Set the attribute value.
set(String, Object). Method in class netscape.security.x509.CertificateSubjectName
Set the attribute value.
set(String, Object). Method in class netscape.security.x509.CertificateSubjectUniqueIdentity
Set the attribute value.
set(String, Object). Method in class netscape.security.x509.CertificateValidity
Set the attribute value.
set(String, Object). Method in class netscape.security.x509.CertificateVersion
Set the attribute value.
set(String, Object). Method in class netscape.security.x509.CertificateX509Key
Set the attribute value.
set(String, Object). Method in class netscape.security.x509.CRLDistributionPointsExtension
set(String, Object). Method in class netscape.security.x509.CRLExtensions
Set the extension value with this alias.
set(String, Object). Method in class netscape.security.x509.CRLNumberExtension
Set the attribute value.
set(String, Object). Method in class netscape.security.x509.CRLReasonExtension
Set the attribute value.
set(String, Object). Method in interface com.netscape.certsrv.base.IAttrSet
Sets an attribute value within this AttrSet.
set(String, Object). Method in class netscape.security.x509.IssuerAlternativeNameExtension
Set the attribute value.
set(String, Object). Method in class netscape.security.x509.IssuingDistributionPointExtension
set(String, Object). Method in class netscape.security.x509.KeyUsageExtension
Set the attribute value.
set(String, Object). Method in class netscape.security.x509.NameConstraintsExtension
Set the attribute value.
set(String, Object). Method in class netscape.security.x509.PolicyConstraintsExtension
Set the attribute value.
set(String, Object). Method in class netscape.security.x509.PolicyMappingsExtension
Set the attribute value.
set(String, Object). Method in class netscape.security.x509.PrivateKeyUsageExtension
Set the attribute value.
set(String, Object). Method in class netscape.security.x509.ReasonFlags
Set the attribute value.
set(String, Object). Method in class netscape.security.x509.SubjectAlternativeNameExtension
Set the attribute value.
set(String, Object). Method in class netscape.security.x509.SubjectKeyIdentifierExtension
Set the attribute value.
set(String, Object). Method in class netscape.security.x509.X509CertImpl
Set the requested attribute in the certificate.
set(String, Object). Method in class netscape.security.x509.X509CertInfo
Set the certificate attribute.
setAuthTokenByteValue(String, LDAPEntry, AuthToken). Method in class com.netscape.certsrv.authentication.DirBasedAuthentication
setAuthTokenStringValue(String, LDAPEntry, AuthToken). Method in class com.netscape.certsrv.authentication.DirBasedAuthentication
setAuthTokenValues(LDAPEntry, AuthToken). Method in class com.netscape.certsrv.authentication.DirBasedAuthentication
Copy values from the LDAPEntry into the AuthToken.
setCritical(boolean). Method in class netscape.security.x509.CRLDistributionPointsExtension
Sets the criticality of this extension.
setCritical(boolean). Method in class netscape.security.x509.IssuingDistributionPointExtension
Sets the criticality of this extension.
setCRLIssuer(GeneralNames). Method in class netscape.security.x509.CRLDistributionPoint
Sets the CRLIssuer for the CRL at this distribution point.
setDefault(ASN1CharStrConvMap). Static method in class netscape.security.util.ASN1CharStrConvMap
Set the global default ASN1CharStrConvMap.
setDefault(LdapDNStrConverter). Static method in class netscape.security.x509.LdapDNStrConverter
Set the global default LdapDNStrConverter object.
setDefault(X500NameAttrMap). Static method in class netscape.security.x509.X500NameAttrMap
Set the global default X500NameAttrMap.
setExtensions(CRLExtensions). Method in class netscape.security.x509.RevokedCertImpl
Sets extensions for this impl.
setFullName(GeneralNames). Method in class netscape.security.x509.CRLDistributionPoint
Sets the fullName of the DistributionPointName.
setFullName(GeneralNames). Method in class netscape.security.x509.IssuingDistributionPoint
Sets the fullName of the DistributionPointName.
setId(String). Method in class com.netscape.certsrv.jobs.AJobBase
setId(String). Method in interface com.netscape.certsrv.jobs.IJob
setIndirectCRL(boolean). Method in class netscape.security.x509.IssuingDistributionPoint
setOnlyContainsCACerts(boolean). Method in class netscape.security.x509.IssuingDistributionPoint
setOnlyContainsUserCerts(boolean). Method in class netscape.security.x509.IssuingDistributionPoint
setOnlySomeReasons(BitArray). Method in class netscape.security.x509.IssuingDistributionPoint
Sets the reason flags for this distribution point.
setPredicate(IExpression). Method in interface com.netscape.certsrv.policy.IPolicyRule
Sets a predicate expression for rule matching.
setRandom(SecureRandom). Method in class netscape.security.x509.CertAndKeyGen
Sets the source of random numbers used when generating keys.
setReasons(BitArray). Method in class netscape.security.x509.CRLDistributionPoint
Sets the reason flags for this distribution point.
setRelativeName(RDN). Method in class netscape.security.x509.CRLDistributionPoint
Sets the relativeName of the DistributionPointName.
setRelativeName(RDN). Method in class netscape.security.x509.IssuingDistributionPoint
Sets the relativeName of the DistributionPointName.
sha1WithDSA_oid. Static variable in class netscape.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 netscape.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 netscape.security.x509.AlgorithmId
The proper one for sha1/rsa
sha1WithRSAEncryption_OIW_oid. Static variable in class netscape.security.x509.AlgorithmId
Identifies a signing algorithm where an SHA1 digest is encrypted using an RSA private key; defined in NIST OIW.
SHA_oid. Static variable in class netscape.security.x509.AlgorithmId
Algorithm ID for the SHA1 Message Digest Algorithm, from FIPS 180-1.
shaWithDSA_OIW_oid. Static variable in class netscape.security.x509.AlgorithmId
Identifies the FIPS 186 "Digital Signature Standard" (DSS), where a SHA digest is signed using the Digital Signing Algorithm (DSA).
shutdown(). Method in class com.netscape.certsrv.authentication.DirBasedAuthentication
disconnects the ldap connections
shutdown(). Method in class com.netscape.certsrv.authentication.FlatFileAuth
shutdown(). Method in interface com.netscape.certsrv.authentication.IAuthManager
Prepare this authentication manager for a shutdown.
SIG. Static variable in class netscape.security.x509.X509CertImpl
SIG_ALG. Static variable in class netscape.security.x509.X509CertImpl
sign(). Method in class netscape.security.x509.X500Signer
Produces the signature for the data processed by update().
sign(PrivateKey, String). Method in class netscape.security.x509.X509CertImpl
Creates an X.509 certificate, and signs it using the key passed (associating a signature algorithm and an X.500 name).
sign(PrivateKey, String). Method in class netscape.security.x509.X509CRLImpl
Encodes an X.509 CRL, and signs it using the key passed.
sign(PrivateKey, String, String). Method in class netscape.security.x509.X509CertImpl
Creates an X.509 certificate, and signs it using the key passed (associating a signature algorithm and an X.500 name).
sign(PrivateKey, String, String). Method in class netscape.security.x509.X509CRLImpl
Encodes an X.509 CRL, and signs it using the key passed.
signature. Variable in class netscape.security.x509.X509CertImpl
SIGNATURE. Static variable in class netscape.security.x509.X509CertImpl
SIGNED_CERT. Static variable in class netscape.security.x509.X509CertImpl
specialChars. Static variable in class netscape.security.x509.LdapV3DNStrConverter
stateName_oid. Static variable in class netscape.security.x509.X500Name
OID for the "S=" attribute, denoting a state (such as Delaware)
STATUS_FAILURE. Static variable in class com.netscape.certsrv.jobs.AJobBase
STATUS_SUCCESS. Static variable in class com.netscape.certsrv.jobs.AJobBase
streetAddress_oid. Static variable in class netscape.security.x509.X500Name
OID for the "STREET=" attribute, denoting a street address.
subject. Variable in class netscape.security.x509.X509CertInfo
SUBJECT. Static variable in class netscape.security.x509.X509CertInfo
SUBJECT_DN. Static variable in class netscape.security.x509.X509CertImpl
The following are defined for ease-of-use.
SUBJECT_ID. Static variable in class netscape.security.x509.X509CertInfo
SUBJECT_NAME. Static variable in class netscape.security.x509.SubjectAlternativeNameExtension
SubjectAlternativeName_Id. Static variable in class netscape.security.x509.PKIXExtensions
Allows additional identities to be bound to the subject of the certificate.
SubjectAlternativeNameExtension(). Constructor for class netscape.security.x509.SubjectAlternativeNameExtension
Create a default SubjectAlternativeNameExtension.
SubjectAlternativeNameExtension(Boolean, Object). Constructor for class netscape.security.x509.SubjectAlternativeNameExtension
Create the extension from the passed DER encoded value.
SubjectAlternativeNameExtension(GeneralNames). Constructor for class netscape.security.x509.SubjectAlternativeNameExtension
Create a SubjectAlternativeNameExtension with the passed GeneralNames.
SubjectDirectoryAttributes_Id. Static variable in class netscape.security.x509.PKIXExtensions
Identifies additional directory attributes.
SubjectKey_Id. Static variable in class netscape.security.x509.PKIXExtensions
Identifies the particular public key used in an application.
SubjectKeyIdentifierExtension(Boolean, Object). Constructor for class netscape.security.x509.SubjectKeyIdentifierExtension
Create the extension from the passed DER encoded value.
SubjectKeyIdentifierExtension(byte[]). Constructor for class netscape.security.x509.SubjectKeyIdentifierExtension
Create a SubjectKeyIdentifierExtension with the passed octet string.
subjectUniqueId. Variable in class netscape.security.x509.X509CertInfo
subStream(int, boolean). Method in class netscape.security.util.DerInputStream
Creates a new DER input stream from part of this input stream.
SUPERSEDED. Static variable in class netscape.security.x509.CRLReasonExtension
SUPERSEDED. Static variable in class netscape.security.x509.ReasonFlags
SUPERSEDED. Static variable in class netscape.security.x509.RevocationReason

T

tag. Variable in class netscape.security.util.DerValue
The DER tag of the value; one of the tag_ constants.
TAG_APPLICATION. Static variable in class netscape.security.util.DerValue
tag_BitString. Static variable in class netscape.security.util.DerValue
Tag value indicating an ASN.1 "BIT STRING" value.
tag_BMPString. Static variable in class netscape.security.util.DerValue
Tag value indicating an ASN.1 "BMPString" value.
tag_Boolean. Static variable in class netscape.security.util.DerValue
Tag value indicating an ASN.1 "BOOLEAN" value.
TAG_CONTEXT. Static variable in class netscape.security.util.DerValue
tag_Enumerated. Static variable in class netscape.security.util.DerValue
Tag value including an ASN.1 "ENUMERATED" value
tag_GeneralizedTime. Static variable in class netscape.security.util.DerValue
Tag value indicating an ASN.1 "GeneralizedTime" value.
tag_IA5String. Static variable in class netscape.security.util.DerValue
Tag value including an ASCII string
tag_Integer. Static variable in class netscape.security.util.DerValue
Tag value indicating an ASN.1 "INTEGER" value.
tag_Null. Static variable in class netscape.security.util.DerValue
Tag value indicating an ASN.1 "NULL" value.
tag_ObjectId. Static variable in class netscape.security.util.DerValue
Tag value indicating an ASN.1 "OBJECT IDENTIFIER" value.
tag_OctetString. Static variable in class netscape.security.util.DerValue
Tag value indicating an ASN.1 "OCTET STRING" value.
tag_PrintableString. Static variable in class netscape.security.util.DerValue
Tag value including a "printable" string
TAG_PRIVATE. Static variable in class netscape.security.util.DerValue
tag_Sequence. Static variable in class netscape.security.util.DerValue
Tag value indicating an ASN.1 "SEQUENCE" (zero to N elements, order is significant).
tag_SequenceOf. Static variable in class netscape.security.util.DerValue
Tag value indicating an ASN.1 "SEQUENCE OF" (one to N elements, order is significant).
tag_Set. Static variable in class netscape.security.util.DerValue
Tag value indicating an ASN.1 "SET" (zero to N members, order does not matter).
tag_SetOf. Static variable in class netscape.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 netscape.security.util.DerValue
Tag value including a "teletype" string
TAG_UNIVERSAL. Static variable in class netscape.security.util.DerValue
The tag class types
tag_UniversalString. Static variable in class netscape.security.util.DerValue
Tag value indicating an ASN.1 "UniversalString" value.
tag_UtcTime. Static variable in class netscape.security.util.DerValue
Tag value indicating an ASN.1 "UTCTime" value.
title_oid. Static variable in class netscape.security.x509.X500Name
OID for the "T=" attribute, denoting a person's title.
toBigInteger(). Method in class netscape.security.util.BigInt
Returns a BigInteger value which supports many arithmetic operations.
toBooleanArray(). Method in class netscape.security.util.BitArray
Return a boolean array with the same bit values a this BitArray.
toByteArray(). Method in class netscape.security.util.BigInt
Returns the data as a byte array.
toByteArray(). Method in class netscape.security.util.BitArray
Returns a Byte array containing the contents of this BitArray.
toByteArray(). Method in class netscape.security.util.DerInputStream
Return what has been written to this DerInputStream as a byte array.
toByteArray(). Method in class netscape.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.
toDerInputStream(). Method in class netscape.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 netscape.security.util.BigInt
Converts the "big" integer to a java primitive integer.
toInt(). Method in class netscape.security.x509.RevocationReason
toLdapDNString(). Method in class netscape.security.x509.AVA
Returns a Ldap DN string with one AVA component using the global default LdapDNStrConverter.
toLdapDNString(). Method in class netscape.security.x509.RDN
Returns a Ldap DN string with one RDN component using the global default LdapDNStrConverter.
toLdapDNString(). Method in class netscape.security.x509.X500Name
Returns a Ldap DN String from the X500Name using the global default LdapDNStrConverter
toLdapDNString(LdapDNStrConverter). Method in class netscape.security.x509.AVA
Returns a Ldap DN string with one AVA component using the specified LdapDNStrConverter.
toLdapDNString(LdapDNStrConverter). Method in class netscape.security.x509.RDN
Returns a Ldap DN String with this RDN component using the specified LdapDNStrConverter.
toLdapDNString(LdapDNStrConverter). Method in class netscape.security.x509.X500Name
Returns a Ldap DN String from the X500Name using the specified LdapDNStrconverter.
toString(). Method in class netscape.security.x509.ACertAttrSet
Returns a short string describing this certificate attribute.
toString(). Method in class netscape.security.x509.AlgIdDSA
Returns a string describing the algorithm and its parameters.
toString(). Method in class netscape.security.x509.AlgorithmId
Returns a string describing the algorithm and its parameters.
toString(). Method in class netscape.security.x509.AuthorityKeyIdentifierExtension
Return the object as a string.
toString(). Method in class netscape.security.x509.AVA
Returns a Ldap DN string with the AVA component using the global default LdapDNStrConverter, or null if an error occurs in conversion.
toString(). Method in class netscape.security.x509.BasicConstraintsExtension
Return user readable form of extension.
toString(). Method in class netscape.security.util.BigInt
Returns a hexadecimal printed representation.
toString(). Method in class netscape.security.util.BitArray
Returns a string representation of this BitArray.
toString(). Method in interface netscape.security.x509.CertAttrSet
Returns a short string describing this certificate attribute.
toString(). Method in class netscape.security.x509.CertException
Returns a string describing the certificate exception.
toString(). Method in class netscape.security.x509.CertificateAlgorithmId
Return the algorithm identifier as user readable string.
toString(). Method in class netscape.security.x509.CertificateIssuerName
Return the name as user readable string.
toString(). Method in class netscape.security.x509.CertificateIssuerUniqueIdentity
Return the identity as user readable string.
toString(). Method in class netscape.security.x509.CertificatePolicyId
Returns a printable representation of the CertificatePolicyId.
toString(). Method in class netscape.security.x509.CertificatePolicyMap
Returns a printable representation of the CertificatePolicyId.
toString(). Method in class netscape.security.x509.CertificatePolicySet
Return printable form of the object.
toString(). Method in class netscape.security.x509.CertificateSerialNumber
Return the serial number as user readable string.
toString(). Method in class netscape.security.x509.CertificateSubjectName
Return the name as user readable string.
toString(). Method in class netscape.security.x509.CertificateSubjectUniqueIdentity
Return the identity as user readable string.
toString(). Method in class netscape.security.x509.CertificateValidity
Return the validity period as user readable string.
toString(). Method in class netscape.security.x509.CertificateVersion
Return the version number of the certificate.
toString(). Method in class netscape.security.x509.CertificateX509Key
Return the key as printable string.
toString(). Method in class netscape.security.x509.CRLDistributionPointsExtension
Returns the Extension in user readable form.
toString(). Method in class netscape.security.x509.CRLNumberExtension
Returns a printable representation of the CRLNumberExtension.
toString(). Method in class netscape.security.x509.CRLReasonExtension
Returns a printable representation of the ReasonFlags.
toString(). Method in class netscape.security.util.DerValue
Returns a printable representation of the value.
toString(). Method in class netscape.security.x509.DNSName
Convert the name into user readable string.
toString(). Method in class com.netscape.certsrv.base.EBaseException
Returns the exception string in the default locale.
toString(). Method in class netscape.security.x509.EDIPartyName
Return the printable string.
toString(). Method in class netscape.security.x509.Extension
Returns the Extension in user readable form.
toString(). Method in class netscape.security.x509.GeneralName
Return the name as user readable string
toString(). Method in class netscape.security.x509.GeneralSubtree
Return a printable string of the GeneralSubtree.
toString(). Method in class netscape.security.x509.GeneralSubtrees
Return a printable string of the GeneralSubtree.
toString(). Method in class netscape.security.x509.IPAddressName
Return a printable string of IPaddress
toString(). Method in class netscape.security.x509.IssuerAlternativeNameExtension
Returns a printable representation of the IssuerAlternativeName.
toString(). Method in class netscape.security.x509.IssuingDistributionPointExtension
Returns the Extension in user readable form.
toString(). Method in class netscape.security.x509.KeyIdentifier
Returns a printable representation of the KeyUsage.
toString(). Method in class netscape.security.x509.KeyUsageExtension
Returns a printable representation of the KeyUsage.
toString(). Method in class netscape.security.x509.NameConstraintsExtension
Return the printable string.
toString(). Method in class netscape.security.util.ObjectIdentifier
Returns a string form of the object ID.
toString(). Method in class netscape.security.x509.OIDName
Convert the name into user readable string.
toString(). Method in class netscape.security.x509.PolicyConstraint
Return user readable form of the object.
toString(). Method in class netscape.security.x509.PolicyConstraintsExtension
Return the extension as user readable string.
toString(). Method in class netscape.security.x509.PolicyMappingsExtension
Returns a printable representation of the policy map.
toString(). Method in class netscape.security.x509.PrivateKeyUsageExtension
Return the printable string.
toString(). Method in class netscape.security.x509.RDN
Returns a Ldap DN string with this RDN component using the global default LdapDNStrConverter.
toString(). Method in class netscape.security.x509.ReasonFlags
Returns a printable representation of the ReasonFlags.
toString(). Method in class netscape.security.x509.RevocationReason
toString(). Method in class netscape.security.x509.RevokedCertImpl
Returns a printable string of this revoked certificate.
toString(). Method in class netscape.security.x509.RFC822Name
Convert the name into user readable string.
toString(). Method in class netscape.security.x509.SerialNumber
Return the SerialNumber as user readable string.
toString(). Method in class netscape.security.x509.SubjectAlternativeNameExtension
Returns a printable representation of the SubjectAlternativeName.
toString(). Method in class netscape.security.x509.SubjectKeyIdentifierExtension
Returns a printable representation.
toString(). Method in class netscape.security.x509.UniqueIdentity
Return the UniqueIdentity as a printable string.
toString(). Method in class netscape.security.x509.URIName
Convert the name into user readable string.
toString(). Method in class netscape.security.x509.X500Name
Returns a Ldap DN string, using the global default LdapDNStrConverter or null if an error occurs in the conversion.
toString(). Method in class netscape.security.x509.X509Cert
Returns a printable representation of the certificate.
toString(). Method in class netscape.security.x509.X509CertImpl
Returns a printable representation of the certificate.
toString(). Method in class netscape.security.x509.X509CertInfo
Returns a printable representation of the certificate.
toString(). Method in class netscape.security.x509.X509CRLImpl
Returns a printable string of this CRL.
toString(). Method in class netscape.security.x509.X509Key
toString(boolean). Method in class netscape.security.x509.X509Cert
Returns a printable representation of the certificate.
toString(Locale). Method in class com.netscape.certsrv.base.EBaseException
Returns the exception string in the given locale.

U

UidPwdDirAuthentication(). Constructor for class com.netscape.certsrv.authentication.UidPwdDirAuthentication
Default constructor, initialization must follow.
UidPwdPinDirAuthentication(). Constructor for class com.netscape.certsrv.authentication.UidPwdPinDirAuthentication
Default constructor, initialization must follow.
unionOfStrings(String[][]). Method in class com.netscape.certsrv.authentication.FlatFileAuth
Return a string array which is the union of all the string arrays passed in.
UniqueIdentity(BitArray). Constructor for class netscape.security.x509.UniqueIdentity
The default constructor for this class.
UniqueIdentity(byte[]). Constructor for class netscape.security.x509.UniqueIdentity
The default constructor for this class.
UniqueIdentity(DerInputStream). Constructor for class netscape.security.x509.UniqueIdentity
Create the object, decoding the values from the passed DER stream.
UniqueIdentity(DerValue). Constructor for class netscape.security.x509.UniqueIdentity
Create the object, decoding the values from the passed DER stream.
UNSPECIFIED. Static variable in class netscape.security.x509.CRLReasonExtension
Canned instances for all revocation reasons
UNSPECIFIED. Static variable in class netscape.security.x509.RevocationReason
Reasons
UNUSED. Static variable in class netscape.security.x509.ReasonFlags
Reasons
update(byte[], int, int). Method in class netscape.security.x509.X500Signer
Called for each chunk of the data being signed.
URIName(DerValue). Constructor for class netscape.security.x509.URIName
Create the URIName object from the passed encoded Der value.
URIName(String). Constructor for class netscape.security.x509.URIName
Create the URIName object with the specified name.

V

V1. Static variable in class netscape.security.x509.CertificateVersion
X509Certificate Version 1
V2. Static variable in class netscape.security.x509.CertificateVersion
X509Certificate Version 2
V3. Static variable in class netscape.security.x509.CertificateVersion
X509Certificate Version 3
valid(). Method in class netscape.security.x509.CertificateValidity
Verify that the current time is within the validity period.
valid(). Method in class netscape.security.x509.PrivateKeyUsageExtension
Verify that that the current time is within the validity period.
valid(Date). Method in class netscape.security.x509.CertificateValidity
Verify that the passed time is within the validity period.
valid(Date). Method in class netscape.security.x509.PrivateKeyUsageExtension
Verify that that the passed time is within the validity period.
VALIDITY. Static variable in class netscape.security.x509.X509CertInfo
valueEndChars. Static variable in class netscape.security.x509.LdapV3DNStrConverter
verf_CA_UNTRUSTED. Static variable in class netscape.security.x509.CertException
Indicates that a certificate authority in the certification chain is not trusted.
verf_CHAIN_LENGTH. Static variable in class netscape.security.x509.CertException
Indicates that the certification chain is too long.
verf_INVALID_EXPIRED. Static variable in class netscape.security.x509.CertException
Indicates that the certificate has expired and so is not valid.
verf_INVALID_NOTBEFORE. Static variable in class netscape.security.x509.CertException
Indicates that the certificate is not yet valid.
verf_INVALID_REVOKED. Static variable in class netscape.security.x509.CertException
Indicates that the certificate was revoked, and so is invalid.
verf_INVALID_SIG. Static variable in class netscape.security.x509.CertException
Indicates that the signature in the certificate is not valid.
verf_PARSE_ERROR. Static variable in class netscape.security.x509.CertException
Indicates an error parsing the ASN.1/DER encoding of the certificate.
verify(PublicKey). Method in class netscape.security.x509.X509Cert
Throws an exception if the certificate is invalid because it is now outside of the certificate's validity period, or because it was not signed using the verification key provided.
verify(PublicKey). Method in class netscape.security.x509.X509CertImpl
Throws an exception if the certificate was not signed using the verification key provided.
verify(PublicKey). Method in class netscape.security.x509.X509CRLImpl
Verifies that this CRL was signed using the private key that corresponds to the specified public key.
verify(PublicKey, String). Method in class netscape.security.x509.X509CertImpl
Throws an exception if the certificate was not signed using the verification key provided.
verify(PublicKey, String). Method in class netscape.security.x509.X509CRLImpl
Verifies that this CRL was signed using the private key that corresponds to the specified public key, and that the signature verification was computed by the given provider.
verifyPassword(String). Method in class com.netscape.certsrv.authentication.UidPwdPinDirAuthentication
VERSION. Static variable in class netscape.security.x509.CertificateVersion
VERSION. Static variable in class netscape.security.x509.X509CertInfo
version. Variable in class netscape.security.x509.X509CertInfo

W

write(byte, byte[]). Method in class netscape.security.util.DerOutputStream
Writes tagged, pre-marshaled data.
write(byte, DerOutputStream). Method in class netscape.security.util.DerOutputStream
Writes tagged data using buffer-to-buffer copy.
writeImplicit(byte, DerOutputStream). Method in class netscape.security.util.DerOutputStream
Writes implicitly tagged data using buffer-to-buffer copy.

X

X500Name(byte[]). Constructor for class netscape.security.x509.X500Name
Constructs a name from an ASN.1 encoded byte array.
X500Name(DerInputStream). Constructor for class netscape.security.x509.X500Name
Constructs a name from an ASN.1 encoded input stream.
X500Name(DerValue). Constructor for class netscape.security.x509.X500Name
Constructs a name from an ASN.1 encoded value.
X500Name(RDN[]). Constructor for class netscape.security.x509.X500Name
Constructs a X500Name from array of RDN.
X500Name(String). Constructor for class netscape.security.x509.X500Name
Constructs a name from a Ldap DN string, such as &lb;CN=Dave, OU=JavaSoft, O=Sun Microsystems, C=US&rb;.
X500Name(String, LdapDNStrConverter). Constructor for class netscape.security.x509.X500Name
Constructs a X500Name from a Ldap DN String using the specified LdapDNStrConverter.
X500Name(String, String, String, String). Constructor for class netscape.security.x509.X500Name
Constructs a X500Name from fields common in enterprise application environments.
X500Name(String, String, String, String, String, String). Constructor for class netscape.security.x509.X500Name
Constructs a X500Name from fields common in Internet application environments.
X500Name(Vector). Constructor for class netscape.security.x509.X500Name
convenience method.
X500NameAttrMap(). Constructor for class netscape.security.x509.X500NameAttrMap
Construct a X500NameAttrMap.
X500Signer(Signature, X500Name). Constructor for class netscape.security.x509.X500Signer
X509AttributeName(String). Constructor for class netscape.security.x509.X509AttributeName
Default constructor for the class.
X509Cert(). Constructor for class netscape.security.x509.X509Cert
Construct a uninitialized X509 Cert on which decode must later be called (or which may be deserialized).
X509Cert(byte[]). Constructor for class netscape.security.x509.X509Cert
Unmarshals a certificate from its encoded form, parsing the encoded bytes.
X509Cert(byte[], int, int). Constructor for class netscape.security.x509.X509Cert
Unmarshals a certificate from its encoded form, parsing the encoded bytes.
X509Cert(DerValue). Constructor for class netscape.security.x509.X509Cert
Unmarshal a certificate from its encoded form, parsing a DER value.
X509Cert(X500Name, X509Key, Date, Date). Constructor for class netscape.security.x509.X509Cert
Partially constructs a certificate from descriptive parameters.
X509CertImpl(). Constructor for class netscape.security.x509.X509CertImpl
Default constructor.
X509CertImpl(byte[]). Constructor for class netscape.security.x509.X509CertImpl
Unmarshals a certificate from its encoded form, parsing the encoded bytes.
X509CertImpl(DerValue). Constructor for class netscape.security.x509.X509CertImpl
Unmarshal a certificate from its encoded form, parsing a DER value.
X509CertImpl(InputStream). Constructor for class netscape.security.x509.X509CertImpl
unmarshals an X.509 certificate from an input stream.
X509CertImpl(X509CertInfo). Constructor for class netscape.security.x509.X509CertImpl
Construct an initialized X509 Certificate.
X509CertInfo(). Constructor for class netscape.security.x509.X509CertInfo
Construct an uninitialized X509CertInfo on which decode must later be called (or which may be deserialized).
X509CertInfo(byte[]). Constructor for class netscape.security.x509.X509CertInfo
Unmarshals a certificate from its encoded form, parsing the encoded bytes.
X509CertInfo(DerValue). Constructor for class netscape.security.x509.X509CertInfo
Unmarshal a certificate from its encoded form, parsing a DER value.
X509CRLImpl(byte[]). Constructor for class netscape.security.x509.X509CRLImpl
Unmarshals an X.509 CRL from its encoded form, parsing the encoded bytes.
X509CRLImpl(InputStream). Constructor for class netscape.security.x509.X509CRLImpl
Unmarshals an X.509 CRL from an input stream.
X509CRLImpl(X500Name, AlgorithmId, Date, Date, RevokedCertificate[], CRLExtensions). Constructor for class netscape.security.x509.X509CRLImpl
CRL constructor, revoked certs and extensions.
X509CRLImpl(X500Name, Date, Date). Constructor for class netscape.security.x509.X509CRLImpl
Initial CRL constructor, no revoked certs, and no extensions.
X509CRLImpl(X500Name, Date, Date, RevokedCertificate[]). Constructor for class netscape.security.x509.X509CRLImpl
CRL constructor, revoked certs, no extensions.
X509CRLImpl(X500Name, Date, Date, RevokedCertificate[], CRLExtensions). Constructor for class netscape.security.x509.X509CRLImpl
CRL constructor, revoked certs and extensions.
X509Key(). Constructor for class netscape.security.x509.X509Key
Default constructor.
X509Key(AlgorithmId, byte[]). Constructor for class netscape.security.x509.X509Key