Uses of Class
netscape.security.util.ObjectIdentifier
-
-
Uses of ObjectIdentifier in com.netscape.certsrv.base
Methods in com.netscape.certsrv.base that return ObjectIdentifier Modifier and Type Method Description ObjectIdentifier
MetaAttributeDef. getOID()
Gets an attribute OID.Methods in com.netscape.certsrv.base that return types with arguments of type ObjectIdentifier Modifier and Type Method Description static java.util.Enumeration<ObjectIdentifier>
MetaAttributeDef. getAttributeNameOids()
Returns enumeration of the registered attribute object identifiersMethods in com.netscape.certsrv.base with parameters of type ObjectIdentifier Modifier and Type Method Description static MetaAttributeDef
MetaAttributeDef. forOID(ObjectIdentifier oid)
Retrieves attribute definition by object identifierstatic MetaAttributeDef
MetaAttributeDef. register(java.lang.String name, java.lang.Class<?> valueClass, ObjectIdentifier oid)
Registers new MetaAttribute defintion Attribute is defined by name, Java class for attribute values and optional object identifier -
Uses of ObjectIdentifier in com.netscape.certsrv.extensions
Methods in com.netscape.certsrv.extensions that return ObjectIdentifier Modifier and Type Method Description ObjectIdentifier
ICMSExtension. getOID()
Get object identifier associated with this extension. -
Uses of ObjectIdentifier in com.netscape.cms.publish.mappers
Fields in com.netscape.cms.publish.mappers declared as ObjectIdentifier Modifier and Type Field Description protected ObjectIdentifier[]
LdapDNCompsMap. mDnComps
protected ObjectIdentifier[]
LdapDNCompsMap. mFilterComps
Methods in com.netscape.cms.publish.mappers that return ObjectIdentifier Modifier and Type Method Description static ObjectIdentifier[]
LdapDNCompsMap. getCompsFromString(java.lang.String val)
useful routine for parsing components given as string to arrays of objectidentifiers.ObjectIdentifier[]
LdapDNCompsMap. getDnComps()
ObjectIdentifier[]
LdapDNCompsMap. getFilterComps()
Methods in com.netscape.cms.publish.mappers with parameters of type ObjectIdentifier Modifier and Type Method Description protected void
LdapCertCompsMap. init(java.lang.String baseDN, ObjectIdentifier[] dnComps, ObjectIdentifier[] filterComps)
protected void
LdapCrlIssuerCompsMap. init(java.lang.String baseDN, ObjectIdentifier[] dnComps, ObjectIdentifier[] filterComps)
protected void
LdapDNCompsMap. init(java.lang.String baseDN, ObjectIdentifier[] dnComps, ObjectIdentifier[] filterComps)
common initialization routine.Constructors in com.netscape.cms.publish.mappers with parameters of type ObjectIdentifier Constructor Description LdapCertCompsMap(java.lang.String certAttr, java.lang.String baseDN, ObjectIdentifier[] dnComps, ObjectIdentifier[] filterComps)
constructor using non-standard certificate attribute.LdapCertCompsMap(java.lang.String baseDN, ObjectIdentifier[] dnComps, ObjectIdentifier[] filterComps)
Constructor.LdapCrlIssuerCompsMap(java.lang.String crlAttr, java.lang.String baseDN, ObjectIdentifier[] dnComps, ObjectIdentifier[] filterComps)
constructor using non-standard certificate attribute.LdapCrlIssuerCompsMap(java.lang.String baseDN, ObjectIdentifier[] dnComps, ObjectIdentifier[] filterComps)
Constructor.LdapDNCompsMap(java.lang.String ldapAttr, java.lang.String baseDN, ObjectIdentifier[] dnComps, ObjectIdentifier[] filterComps)
Constructor. -
Uses of ObjectIdentifier in com.netscape.cms.servlet.cert.scep
Fields in com.netscape.cms.servlet.cert.scep declared as ObjectIdentifier Modifier and Type Field Description static ObjectIdentifier
CRSEnrollment. OID_SERIALNUMBER
static ObjectIdentifier
CRSEnrollment. OID_UNSTRUCTUREDADDRESS
static ObjectIdentifier
CRSEnrollment. OID_UNSTRUCTUREDNAME
-
Uses of ObjectIdentifier in com.netscape.cmsutil.crypto
Methods in com.netscape.cmsutil.crypto with parameters of type ObjectIdentifier Modifier and Type Method Description static Extension
CryptoUtil. getExtensionFromCertTemplate(org.mozilla.jss.pkix.crmf.CertTemplate certTemplate, ObjectIdentifier csOID)
-
Uses of ObjectIdentifier in netscape.security.extensions
Fields in netscape.security.extensions declared as ObjectIdentifier Modifier and Type Field Description static ObjectIdentifier
NSCertTypeExtension. CertType_Id
Identifies the particular public key used to sign the certificate.static ObjectIdentifier
AuthInfoAccessExtension. ID
static ObjectIdentifier
CertificateRenewalWindowExtension. ID
static ObjectIdentifier
CertificateScopeOfUseExtension. ID
static ObjectIdentifier
SubjectInfoAccessExtension. ID
static ObjectIdentifier
KerberosName. KRB5_PRINCIPAL_NAME
static ObjectIdentifier
AuthInfoAccessExtension. METHOD_CA_ISSUERS
static ObjectIdentifier
SubjectInfoAccessExtension. METHOD_CA_ISSUERS
static ObjectIdentifier
AuthInfoAccessExtension. METHOD_OCSP
static ObjectIdentifier
SubjectInfoAccessExtension. METHOD_OCSP
static ObjectIdentifier
ExtendedKeyUsageExtension. OID_CODE_SIGNING
static ObjectIdentifier
ExtendedKeyUsageExtension. OID_OCSP_SIGNING
Methods in netscape.security.extensions that return ObjectIdentifier Modifier and Type Method Description ObjectIdentifier
AccessDescription. getMethod()
Methods in netscape.security.extensions that return types with arguments of type ObjectIdentifier Modifier and Type Method Description java.util.Enumeration<ObjectIdentifier>
ExtendedKeyUsageExtension. getOIDs()
Methods in netscape.security.extensions with parameters of type ObjectIdentifier Modifier and Type Method Description void
AuthInfoAccessExtension. addAccessDescription(ObjectIdentifier method, GeneralName gn)
Adds Access Description.void
SubjectInfoAccessExtension. addAccessDescription(ObjectIdentifier method, GeneralName gn)
Adds Access Description.void
ExtendedKeyUsageExtension. addOID(ObjectIdentifier oid)
Constructor parameters in netscape.security.extensions with type arguments of type ObjectIdentifier Constructor Description ExtendedKeyUsageExtension(boolean crit, java.util.Vector<ObjectIdentifier> oids)
-
Uses of ObjectIdentifier in netscape.security.pkcs
Methods in netscape.security.pkcs that return ObjectIdentifier Modifier and Type Method Description ObjectIdentifier
PKCS10Attribute. getAttributeId()
Returns the ObjectIdentifier of the attribute.ObjectIdentifier
PKCS9Attribute. getOID()
Return the OID of this attribute.static ObjectIdentifier
PKCS9Attribute. getOID(java.lang.String name)
Return the OID for a given attribute name or null if we don't recognize the name.Methods in netscape.security.pkcs with parameters of type ObjectIdentifier Modifier and Type Method Description PKCS9Attribute
PKCS9Attributes. getAttribute(ObjectIdentifier oid)
Get an attribute from this set.java.lang.Object
PKCS9Attributes. getAttributeValue(ObjectIdentifier oid)
Get an attribute value by OID.static java.lang.String
PKCS9Attribute. getName(ObjectIdentifier oid)
Return the attribute name for a given OID or null if we don't recognize the oid.Constructors in netscape.security.pkcs with parameters of type ObjectIdentifier Constructor Description ContentInfo(ObjectIdentifier contentType, DerValue content)
PKCS10Attribute(ObjectIdentifier attributeId, CertAttrSet attributeValue)
Constructs an attribute from individual components of ObjectIdentifier and the DER encoded value.PKCS9Attribute(ObjectIdentifier oid, java.lang.Object value)
Construct an attribute object from the attribute's OID and value.PKCS9Attributes(ObjectIdentifier[] permittedAttributes, DerInputStream in)
Construct a set of PKCS9 Attributes from its DER encoding on a DerInputStream, accepting only attributes with OIDs on the given list. -
Uses of ObjectIdentifier in netscape.security.util
Fields in netscape.security.util with type parameters of type ObjectIdentifier Modifier and Type Field Description static java.util.Hashtable<java.lang.String,ObjectIdentifier>
ObjectIdentifier. mOIDs
Netscape Enhancement: This function implements a object identifier factory.Methods in netscape.security.util that return ObjectIdentifier Modifier and Type Method Description static ObjectIdentifier
ObjectIdentifier. getObjectIdentifier(int[] values)
static ObjectIdentifier
ObjectIdentifier. getObjectIdentifier(java.lang.String oid)
ObjectIdentifier
DerInputStream. getOID()
Reads an X.200 style Object Identifier from the stream.ObjectIdentifier
DerValue. getOID()
Returns an ASN.1 OBJECT IDENTIFIER.Methods in netscape.security.util with parameters of type ObjectIdentifier Modifier and Type Method Description boolean
ObjectIdentifier. equals(ObjectIdentifier other)
Compares this identifier with another, for equality.boolean
ObjectIdentifier. precedes(ObjectIdentifier other)
Compares this identifier with another, for sorting purposes.void
DerOutputStream. putOID(ObjectIdentifier oid)
Marshals an object identifier (OID) on the output stream. -
Uses of ObjectIdentifier in netscape.security.x509
Fields in netscape.security.x509 declared as ObjectIdentifier Modifier and Type Field Description static ObjectIdentifier
AlgorithmId. ANSIX962_EC_Public_Key_oid
static ObjectIdentifier
AlgorithmId. ANSIX962_SHA1_With_EC_oid
static ObjectIdentifier
PKIXExtensions. AuthorityKey_Id
Identifies the particular public key used to sign the certificate.static ObjectIdentifier
PKIXExtensions. BasicConstraints_Id
Identifies whether the subject of the certificate is a CA and how deep a certification path may exist through that CA.static ObjectIdentifier
HoldInstructionExtension. CALL_ISSUER_HOLD_INSTR_OID
static ObjectIdentifier
PKIXExtensions. CertificateIssuer_Id
Identifies the date on which it is known or suspected that the private key was compromised or that the certificate otherwise became invalid.static ObjectIdentifier
PKIXExtensions. CertificatePolicies_Id
Contains the sequence of policy information terms.static ObjectIdentifier
X500Name. commonName_oid
OID for the "CN=" attribute, denoting a person's common name.static ObjectIdentifier
X500Name. countryName_oid
OID for the "C=" attribute, denoting a country.static ObjectIdentifier
PKIXExtensions. CRLDistributionPoints_Id
Identifies how CRL information is obtained.static ObjectIdentifier
PKIXExtensions. CRLNumber_Id
Conveys a monotonically increasing sequence number for each CRL issued by a given CA.static ObjectIdentifier
PKIXExtensions. DeltaCRLIndicator_Id
Identifies the delta CRL.static ObjectIdentifier
AlgorithmId. DH_oid
Algorithm ID for Diffie Hellman Key agreement, from PKCS #3.static ObjectIdentifier
AlgorithmId. DH_PKIX_oid
Algorithm ID for the Diffie Hellman Key Agreement (DH), from the IETF PKIX IPKI Part I.static ObjectIdentifier
AlgorithmId. DSA_oid
Algorithm ID for the Digital Signing Algorithm (DSA), from the IETF PKIX IPKI Part I.static ObjectIdentifier
AlgorithmId. DSA_OIW_oid
Algorithm ID for the Digital Signing Algorithm (DSA), from the NIST OIW Stable Agreements part 12.static ObjectIdentifier
X500Name. email_oid
OID for the "E=" attribute, denoting a person's email address.protected ObjectIdentifier
Extension. extensionId
static ObjectIdentifier
PKIXExtensions. FreshestCRL_Id
Identifies how delta CRL information is obtained.static ObjectIdentifier
PKIXExtensions. HoldInstructionCode_Id
This extension provides a registered instruction identifier indicating the action to be taken, after encountering a certificate that has been placed on hold.static ObjectIdentifier
PKIXExtensions. InvalidityDate_Id
Identifies the date on which it is known or suspected that the private key was compromised or that the certificate otherwise became invalid.static ObjectIdentifier
X500Name. ipAddress_oid
OID for "IP=" IP address attributes, used with SKIP.static ObjectIdentifier
PKIXExtensions. IssuerAlternativeName_Id
Allows additional identities to be associated with the certificate issuer.static ObjectIdentifier
PKIXExtensions. IssuingDistributionPoint_Id
Identifies the CRL distribution point for a particular CRL.static ObjectIdentifier
PKIXExtensions. KeyUsage_Id
Defines the purpose of the key contained in the certificate.static ObjectIdentifier
X500Name. localityName_oid
OID for the "L=" attribute, denoting a locality (such as a city)static ObjectIdentifier
AlgorithmId. MD2_oid
Algorithm ID for the MD2 Message Digest Algorthm, from RFC 1319.static ObjectIdentifier
AlgorithmId. md2WithRSAEncryption_oid
Identifies a signing algorithm where an MD2 digest is encrypted using an RSA private key; defined in PKCS #1.static ObjectIdentifier
AlgorithmId. MD5_oid
Algorithm ID for the MD5 Message Digest Algorthm, from RFC 1321.static ObjectIdentifier
AlgorithmId. md5WithRSAEncryption_oid
Identifies a signing algorithm where an MD5 digest is encrypted using an RSA private key; defined in PKCS #1.static ObjectIdentifier
PKIXExtensions. NameConstraints_Id
Provides for permitted and excluded subtrees that place restrictions on names that may be included within a certificate issued by a given CA.static ObjectIdentifier
HoldInstructionExtension. NONE_HOLD_INSTR_OID
static ObjectIdentifier
NSCCommentExtension. OID
static ObjectIdentifier
X500Name. orgName_oid
OID for the "O=" attribute, denoting an organization namestatic ObjectIdentifier
X500Name. orgUnitName_oid
OID for the "OU=" attribute, denoting an organizational unit namestatic ObjectIdentifier
PKIXExtensions. PolicyConstraints_Id
Used to either prohibit policy mapping or limit the set of policies that can be in subsequent certificates.static ObjectIdentifier
PKIXExtensions. PolicyMappings_Id
Lists pairs of objectidentifiers of policies considered equivalent by the issuing CA to the subject CA.static ObjectIdentifier
PKIXExtensions. PrivateKeyUsage_Id
Allows the certificate issuer to specify a different validity period for the private key than the certificate.static ObjectIdentifier
PolicyQualifierInfo. QT_CPS
static ObjectIdentifier
PolicyQualifierInfo. QT_UNOTICE
static ObjectIdentifier
PKIXExtensions. ReasonCode_Id
Identifies the reason for the certificate revocation.static ObjectIdentifier
HoldInstructionExtension. REJECT_HOLD_INSTR_OID
static ObjectIdentifier
AlgorithmId. RSA_oid
Algorithm ID for RSA keys used for any purpose, as defined in X.509.static ObjectIdentifier
AlgorithmId. RSAEncryption_oid
Algorithm ID for RSA keys used with RSA encryption, as defined in PKCS #1.static ObjectIdentifier
AlgorithmId. SHA_oid
Algorithm ID for the SHA1 Message Digest Algorithm, from FIPS 180-1.static ObjectIdentifier
AlgorithmId. sha1WithDSA_oid
Identifies the FIPS 186 "Digital Signature Standard" (DSS), where a SHA1 digest is signed using the Digital Signing Algorithm (DSA).static ObjectIdentifier
AlgorithmId. sha1WithDSA_OIW_oid
Identifies the FIPS 186 "Digital Signature Standard" (DSS), where a SHA1 digest is signed using the Digital Signing Algorithm (DSA).static ObjectIdentifier
AlgorithmId. sha1WithEC_oid
static ObjectIdentifier
AlgorithmId. sha1WithRSAEncryption_oid
The proper one for sha1/rsastatic ObjectIdentifier
AlgorithmId. sha1WithRSAEncryption_OIW_oid
Identifies a signing algorithm where an SHA1 digest is encrypted using an RSA private key; defined in NIST OIW.static ObjectIdentifier
AlgorithmId. sha224WithEC_oid
static ObjectIdentifier
AlgorithmId. SHA256_oid
static ObjectIdentifier
AlgorithmId. sha256WithEC_oid
static ObjectIdentifier
AlgorithmId. sha256WithRSAEncryption_oid
The proper one for sha256/rsastatic ObjectIdentifier
AlgorithmId. SHA384_oid
static ObjectIdentifier
AlgorithmId. sha384WithEC_oid
static ObjectIdentifier
AlgorithmId. sha384WithRSAEncryption_oid
The proper one for sha384/rsastatic ObjectIdentifier
AlgorithmId. SHA512_oid
static ObjectIdentifier
AlgorithmId. sha512WithEC_oid
static ObjectIdentifier
AlgorithmId. sha512WithRSAEncryption_oid
The proper one for sha512/rsastatic ObjectIdentifier
AlgorithmId. shaWithDSA_OIW_oid
Identifies the FIPS 186 "Digital Signature Standard" (DSS), where a SHA digest is signed using the Digital Signing Algorithm (DSA).static ObjectIdentifier
X500Name. stateName_oid
OID for the "S=" attribute, denoting a state (such as Delaware)static ObjectIdentifier
X500Name. streetAddress_oid
OID for the "STREET=" attribute, denoting a street address.static ObjectIdentifier
PKIXExtensions. SubjectAlternativeName_Id
Allows additional identities to be bound to the subject of the certificate.static ObjectIdentifier
PKIXExtensions. SubjectDirectoryAttributes_Id
Identifies additional directory attributes.static ObjectIdentifier
PKIXExtensions. SubjectKey_Id
Identifies the particular public key used in an application.static ObjectIdentifier
X500Name. title_oid
OID for the "T=" attribute, denoting a person's title.static ObjectIdentifier
X500Name. uidName_oid
OID for the "UID=" attribute, denoting a person's ID.Methods in netscape.security.x509 that return ObjectIdentifier Modifier and Type Method Description ObjectIdentifier
Extension. getExtensionId()
Returns the ObjectIdentifier of the extension.ObjectIdentifier
HoldInstructionExtension. getHoldInstructionCode()
Get the hold instruction code.ObjectIdentifier
PolicyQualifierInfo. getId()
ObjectIdentifier
CertificatePolicyId. getIdentifier()
Return the value of the CertificatePolicyId as an ObjectIdentifier.ObjectIdentifier
Attribute. getOid()
Returns the OID in the Attribute.ObjectIdentifier
AVA. getOid()
Returns the OID in the AVA.ObjectIdentifier
X500NameAttrMap. getOid(java.lang.String name)
Get the ObjectIdentifier of the attribute name.ObjectIdentifier
X500NameAttrMap. getOid(ObjectIdentifier oid)
Get the ObjectIdentifier object in the map for the specified OID.ObjectIdentifier
AlgorithmId. getOID()
Returns the ISO OID for this algorithm.static ObjectIdentifier
OIDMap. getOID(java.lang.String name)
Return Object identifier for user friendly name.ObjectIdentifier
OtherName. getOID()
ObjectIdentifier
LdapV3DNStrConverter. parseAVAKeyword(java.lang.String avaKeyword)
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.Methods in netscape.security.x509 that return types with arguments of type ObjectIdentifier Modifier and Type Method Description java.util.Enumeration<ObjectIdentifier>
X500NameAttrMap. getAllOIDs()
Get an Enumeration of all ObjectIdentifiers in this map.Methods in netscape.security.x509 with parameters of type ObjectIdentifier Modifier and Type Method Description void
X500NameAttrMap. addNameOID(java.lang.String name, ObjectIdentifier oid, AVAValueConverter valueConverter)
Adds a attribute name, ObjectIdentifier, AVAValueConverter entry to the map.java.lang.String
LdapV3DNStrConverter. encodeOID(ObjectIdentifier oid)
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.java.lang.String
RFC1779StrConverter. encodeOID(ObjectIdentifier oid)
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.java.lang.String
LdapV3DNStrConverter. encodeValue(DerValue attrValue, ObjectIdentifier oid)
Converts a value as a DerValue to a string in a Ldap V3 DN String.java.lang.String
RFC1779StrConverter. encodeValue(DerValue attrValue, ObjectIdentifier oid)
Converts a attribute value as a DerValue to a string in a RFC1779 Ldap DN string.boolean
AlgorithmId. equals(ObjectIdentifier id)
Compares two algorithm IDs for equality.java.util.List<java.lang.String>
X500Name. getAttributesForOid(ObjectIdentifier oid)
Return a list of attributes of the given type.static java.lang.Class<?>
OIDMap. getClass(ObjectIdentifier oid)
Return the java class object associated with the object identifier..static java.lang.String
OIDMap. getName(ObjectIdentifier oid)
Return user friendly name associated with the OID.java.lang.String
X500NameAttrMap. getName(ObjectIdentifier oid)
Get the attribute name (keyword) of the specified OID.ObjectIdentifier
X500NameAttrMap. getOid(ObjectIdentifier oid)
Get the ObjectIdentifier object in the map for the specified OID.AVAValueConverter
X500NameAttrMap. getValueConverter(ObjectIdentifier oid)
Get the Attribute Value Converter for the specified ObjectIdentifier.DerValue
LdapV3DNStrConverter. parseAVAValue(byte[] berValue, ObjectIdentifier oid)
Converts a value in BER encoding, for example given in octothorpe form in a Ldap v3 dn string, to a DerValue.DerValue
LdapV3DNStrConverter. parseAVAValue(java.lang.String avaValueString, ObjectIdentifier oid)
Converts a AVA value from a Ldap dn string to a DerValue according the attribute type.DerValue
LdapV3DNStrConverter. parseAVAValue(java.lang.String avaValueString, ObjectIdentifier oid, byte[] encodingOrder)
Like parseAVAValue(String) with a DER encoding order given as argument for Directory Strings.void
Extension. setExtensionId(ObjectIdentifier oid)
Constructors in netscape.security.x509 with parameters of type ObjectIdentifier Constructor Description AlgorithmId(ObjectIdentifier oid)
Constructs a parameterless algorithm ID.Attribute(ObjectIdentifier oid, java.lang.String value)
Construct an attribute from attribute type and attribute valueAttribute(ObjectIdentifier oid, java.util.Vector<java.lang.String> values)
Construct an attribute from attribute type and attribute valuesAVA(ObjectIdentifier type, DerValue val)
Constructs an AVA from an OID and DerValue.CertificatePolicyId(ObjectIdentifier id)
Create a CertificatePolicyId with the ObjectIdentifier.Extension(ObjectIdentifier extensionId, boolean critical, byte[] extensionValue)
Constructs an Extension from individual components of ObjectIdentifier, criticality and the DER encoded OctetString.HoldInstructionExtension(java.lang.Boolean critical, ObjectIdentifier oid)
Create a HoldInstructionExtension with the date.HoldInstructionExtension(ObjectIdentifier oid)
Create a HoldInstructionExtension with the date.OIDName(ObjectIdentifier oid)
Create the OIDName object with the specified name.OtherName(ObjectIdentifier oid, byte[] data)
OtherName(ObjectIdentifier oid, byte tag, java.lang.String value)
Constructs a string-based other name.OtherName(ObjectIdentifier oid, java.lang.String value)
PolicyQualifierInfo(ObjectIdentifier id, Qualifier qualifier)
Create a PolicyQualifierInfo
-