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 ObjectIdentifierMetaAttributeDef. 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 MetaAttributeDefMetaAttributeDef. forOID(ObjectIdentifier oid)Retrieves attribute definition by object identifierstatic MetaAttributeDefMetaAttributeDef. 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 ObjectIdentifierICMSExtension. 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. mDnCompsprotected ObjectIdentifier[]LdapDNCompsMap. mFilterCompsMethods 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 voidLdapCertCompsMap. init(java.lang.String baseDN, ObjectIdentifier[] dnComps, ObjectIdentifier[] filterComps)protected voidLdapCrlIssuerCompsMap. init(java.lang.String baseDN, ObjectIdentifier[] dnComps, ObjectIdentifier[] filterComps)protected voidLdapDNCompsMap. 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 ObjectIdentifierCRSEnrollment. OID_SERIALNUMBERstatic ObjectIdentifierCRSEnrollment. OID_UNSTRUCTUREDADDRESSstatic ObjectIdentifierCRSEnrollment. 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 ExtensionCryptoUtil. 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 ObjectIdentifierNSCertTypeExtension. CertType_IdIdentifies the particular public key used to sign the certificate.static ObjectIdentifierAuthInfoAccessExtension. IDstatic ObjectIdentifierCertificateRenewalWindowExtension. IDstatic ObjectIdentifierCertificateScopeOfUseExtension. IDstatic ObjectIdentifierSubjectInfoAccessExtension. IDstatic ObjectIdentifierKerberosName. KRB5_PRINCIPAL_NAMEstatic ObjectIdentifierAuthInfoAccessExtension. METHOD_CA_ISSUERSstatic ObjectIdentifierSubjectInfoAccessExtension. METHOD_CA_ISSUERSstatic ObjectIdentifierAuthInfoAccessExtension. METHOD_OCSPstatic ObjectIdentifierSubjectInfoAccessExtension. METHOD_OCSPstatic ObjectIdentifierExtendedKeyUsageExtension. OID_CODE_SIGNINGstatic ObjectIdentifierExtendedKeyUsageExtension. OID_OCSP_SIGNINGMethods in netscape.security.extensions that return ObjectIdentifier Modifier and Type Method Description ObjectIdentifierAccessDescription. 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 voidAuthInfoAccessExtension. addAccessDescription(ObjectIdentifier method, GeneralName gn)Adds Access Description.voidSubjectInfoAccessExtension. addAccessDescription(ObjectIdentifier method, GeneralName gn)Adds Access Description.voidExtendedKeyUsageExtension. 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 ObjectIdentifierPKCS10Attribute. getAttributeId()Returns the ObjectIdentifier of the attribute.ObjectIdentifierPKCS9Attribute. getOID()Return the OID of this attribute.static ObjectIdentifierPKCS9Attribute. 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 PKCS9AttributePKCS9Attributes. getAttribute(ObjectIdentifier oid)Get an attribute from this set.java.lang.ObjectPKCS9Attributes. getAttributeValue(ObjectIdentifier oid)Get an attribute value by OID.static java.lang.StringPKCS9Attribute. 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. mOIDsNetscape Enhancement: This function implements a object identifier factory.Methods in netscape.security.util that return ObjectIdentifier Modifier and Type Method Description static ObjectIdentifierObjectIdentifier. getObjectIdentifier(int[] values)static ObjectIdentifierObjectIdentifier. getObjectIdentifier(java.lang.String oid)ObjectIdentifierDerInputStream. getOID()Reads an X.200 style Object Identifier from the stream.ObjectIdentifierDerValue. getOID()Returns an ASN.1 OBJECT IDENTIFIER.Methods in netscape.security.util with parameters of type ObjectIdentifier Modifier and Type Method Description booleanObjectIdentifier. equals(ObjectIdentifier other)Compares this identifier with another, for equality.booleanObjectIdentifier. precedes(ObjectIdentifier other)Compares this identifier with another, for sorting purposes.voidDerOutputStream. 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 ObjectIdentifierAlgorithmId. ANSIX962_EC_Public_Key_oidstatic ObjectIdentifierAlgorithmId. ANSIX962_SHA1_With_EC_oidstatic ObjectIdentifierPKIXExtensions. AuthorityKey_IdIdentifies the particular public key used to sign the certificate.static ObjectIdentifierPKIXExtensions. BasicConstraints_IdIdentifies whether the subject of the certificate is a CA and how deep a certification path may exist through that CA.static ObjectIdentifierHoldInstructionExtension. CALL_ISSUER_HOLD_INSTR_OIDstatic ObjectIdentifierPKIXExtensions. CertificateIssuer_IdIdentifies the date on which it is known or suspected that the private key was compromised or that the certificate otherwise became invalid.static ObjectIdentifierPKIXExtensions. CertificatePolicies_IdContains the sequence of policy information terms.static ObjectIdentifierX500Name. commonName_oidOID for the "CN=" attribute, denoting a person's common name.static ObjectIdentifierX500Name. countryName_oidOID for the "C=" attribute, denoting a country.static ObjectIdentifierPKIXExtensions. CRLDistributionPoints_IdIdentifies how CRL information is obtained.static ObjectIdentifierPKIXExtensions. CRLNumber_IdConveys a monotonically increasing sequence number for each CRL issued by a given CA.static ObjectIdentifierPKIXExtensions. DeltaCRLIndicator_IdIdentifies the delta CRL.static ObjectIdentifierAlgorithmId. DH_oidAlgorithm ID for Diffie Hellman Key agreement, from PKCS #3.static ObjectIdentifierAlgorithmId. DH_PKIX_oidAlgorithm ID for the Diffie Hellman Key Agreement (DH), from the IETF PKIX IPKI Part I.static ObjectIdentifierAlgorithmId. DSA_oidAlgorithm ID for the Digital Signing Algorithm (DSA), from the IETF PKIX IPKI Part I.static ObjectIdentifierAlgorithmId. DSA_OIW_oidAlgorithm ID for the Digital Signing Algorithm (DSA), from the NIST OIW Stable Agreements part 12.static ObjectIdentifierX500Name. email_oidOID for the "E=" attribute, denoting a person's email address.protected ObjectIdentifierExtension. extensionIdstatic ObjectIdentifierPKIXExtensions. FreshestCRL_IdIdentifies how delta CRL information is obtained.static ObjectIdentifierPKIXExtensions. HoldInstructionCode_IdThis extension provides a registered instruction identifier indicating the action to be taken, after encountering a certificate that has been placed on hold.static ObjectIdentifierPKIXExtensions. InvalidityDate_IdIdentifies the date on which it is known or suspected that the private key was compromised or that the certificate otherwise became invalid.static ObjectIdentifierX500Name. ipAddress_oidOID for "IP=" IP address attributes, used with SKIP.static ObjectIdentifierPKIXExtensions. IssuerAlternativeName_IdAllows additional identities to be associated with the certificate issuer.static ObjectIdentifierPKIXExtensions. IssuingDistributionPoint_IdIdentifies the CRL distribution point for a particular CRL.static ObjectIdentifierPKIXExtensions. KeyUsage_IdDefines the purpose of the key contained in the certificate.static ObjectIdentifierX500Name. localityName_oidOID for the "L=" attribute, denoting a locality (such as a city)static ObjectIdentifierAlgorithmId. MD2_oidAlgorithm ID for the MD2 Message Digest Algorthm, from RFC 1319.static ObjectIdentifierAlgorithmId. md2WithRSAEncryption_oidIdentifies a signing algorithm where an MD2 digest is encrypted using an RSA private key; defined in PKCS #1.static ObjectIdentifierAlgorithmId. MD5_oidAlgorithm ID for the MD5 Message Digest Algorthm, from RFC 1321.static ObjectIdentifierAlgorithmId. md5WithRSAEncryption_oidIdentifies a signing algorithm where an MD5 digest is encrypted using an RSA private key; defined in PKCS #1.static ObjectIdentifierPKIXExtensions. NameConstraints_IdProvides for permitted and excluded subtrees that place restrictions on names that may be included within a certificate issued by a given CA.static ObjectIdentifierHoldInstructionExtension. NONE_HOLD_INSTR_OIDstatic ObjectIdentifierNSCCommentExtension. OIDstatic ObjectIdentifierX500Name. orgName_oidOID for the "O=" attribute, denoting an organization namestatic ObjectIdentifierX500Name. orgUnitName_oidOID for the "OU=" attribute, denoting an organizational unit namestatic ObjectIdentifierPKIXExtensions. PolicyConstraints_IdUsed to either prohibit policy mapping or limit the set of policies that can be in subsequent certificates.static ObjectIdentifierPKIXExtensions. PolicyMappings_IdLists pairs of objectidentifiers of policies considered equivalent by the issuing CA to the subject CA.static ObjectIdentifierPKIXExtensions. PrivateKeyUsage_IdAllows the certificate issuer to specify a different validity period for the private key than the certificate.static ObjectIdentifierPolicyQualifierInfo. QT_CPSstatic ObjectIdentifierPolicyQualifierInfo. QT_UNOTICEstatic ObjectIdentifierPKIXExtensions. ReasonCode_IdIdentifies the reason for the certificate revocation.static ObjectIdentifierHoldInstructionExtension. REJECT_HOLD_INSTR_OIDstatic ObjectIdentifierAlgorithmId. RSA_oidAlgorithm ID for RSA keys used for any purpose, as defined in X.509.static ObjectIdentifierAlgorithmId. RSAEncryption_oidAlgorithm ID for RSA keys used with RSA encryption, as defined in PKCS #1.static ObjectIdentifierAlgorithmId. SHA_oidAlgorithm ID for the SHA1 Message Digest Algorithm, from FIPS 180-1.static ObjectIdentifierAlgorithmId. sha1WithDSA_oidIdentifies the FIPS 186 "Digital Signature Standard" (DSS), where a SHA1 digest is signed using the Digital Signing Algorithm (DSA).static ObjectIdentifierAlgorithmId. sha1WithDSA_OIW_oidIdentifies the FIPS 186 "Digital Signature Standard" (DSS), where a SHA1 digest is signed using the Digital Signing Algorithm (DSA).static ObjectIdentifierAlgorithmId. sha1WithEC_oidstatic ObjectIdentifierAlgorithmId. sha1WithRSAEncryption_oidThe proper one for sha1/rsastatic ObjectIdentifierAlgorithmId. sha1WithRSAEncryption_OIW_oidIdentifies a signing algorithm where an SHA1 digest is encrypted using an RSA private key; defined in NIST OIW.static ObjectIdentifierAlgorithmId. sha224WithEC_oidstatic ObjectIdentifierAlgorithmId. SHA256_oidstatic ObjectIdentifierAlgorithmId. sha256WithEC_oidstatic ObjectIdentifierAlgorithmId. sha256WithRSAEncryption_oidThe proper one for sha256/rsastatic ObjectIdentifierAlgorithmId. SHA384_oidstatic ObjectIdentifierAlgorithmId. sha384WithEC_oidstatic ObjectIdentifierAlgorithmId. sha384WithRSAEncryption_oidThe proper one for sha384/rsastatic ObjectIdentifierAlgorithmId. SHA512_oidstatic ObjectIdentifierAlgorithmId. sha512WithEC_oidstatic ObjectIdentifierAlgorithmId. sha512WithRSAEncryption_oidThe proper one for sha512/rsastatic ObjectIdentifierAlgorithmId. shaWithDSA_OIW_oidIdentifies the FIPS 186 "Digital Signature Standard" (DSS), where a SHA digest is signed using the Digital Signing Algorithm (DSA).static ObjectIdentifierX500Name. stateName_oidOID for the "S=" attribute, denoting a state (such as Delaware)static ObjectIdentifierX500Name. streetAddress_oidOID for the "STREET=" attribute, denoting a street address.static ObjectIdentifierPKIXExtensions. SubjectAlternativeName_IdAllows additional identities to be bound to the subject of the certificate.static ObjectIdentifierPKIXExtensions. SubjectDirectoryAttributes_IdIdentifies additional directory attributes.static ObjectIdentifierPKIXExtensions. SubjectKey_IdIdentifies the particular public key used in an application.static ObjectIdentifierX500Name. title_oidOID for the "T=" attribute, denoting a person's title.static ObjectIdentifierX500Name. uidName_oidOID for the "UID=" attribute, denoting a person's ID.Methods in netscape.security.x509 that return ObjectIdentifier Modifier and Type Method Description ObjectIdentifierExtension. getExtensionId()Returns the ObjectIdentifier of the extension.ObjectIdentifierHoldInstructionExtension. getHoldInstructionCode()Get the hold instruction code.ObjectIdentifierPolicyQualifierInfo. getId()ObjectIdentifierCertificatePolicyId. getIdentifier()Return the value of the CertificatePolicyId as an ObjectIdentifier.ObjectIdentifierAttribute. getOid()Returns the OID in the Attribute.ObjectIdentifierAVA. getOid()Returns the OID in the AVA.ObjectIdentifierX500NameAttrMap. getOid(java.lang.String name)Get the ObjectIdentifier of the attribute name.ObjectIdentifierX500NameAttrMap. getOid(ObjectIdentifier oid)Get the ObjectIdentifier object in the map for the specified OID.ObjectIdentifierAlgorithmId. getOID()Returns the ISO OID for this algorithm.static ObjectIdentifierOIDMap. getOID(java.lang.String name)Return Object identifier for user friendly name.ObjectIdentifierOtherName. getOID()ObjectIdentifierLdapV3DNStrConverter. 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 voidX500NameAttrMap. addNameOID(java.lang.String name, ObjectIdentifier oid, AVAValueConverter valueConverter)Adds a attribute name, ObjectIdentifier, AVAValueConverter entry to the map.java.lang.StringLdapV3DNStrConverter. 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.StringRFC1779StrConverter. 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.StringLdapV3DNStrConverter. encodeValue(DerValue attrValue, ObjectIdentifier oid)Converts a value as a DerValue to a string in a Ldap V3 DN String.java.lang.StringRFC1779StrConverter. encodeValue(DerValue attrValue, ObjectIdentifier oid)Converts a attribute value as a DerValue to a string in a RFC1779 Ldap DN string.booleanAlgorithmId. 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.StringOIDMap. getName(ObjectIdentifier oid)Return user friendly name associated with the OID.java.lang.StringX500NameAttrMap. getName(ObjectIdentifier oid)Get the attribute name (keyword) of the specified OID.ObjectIdentifierX500NameAttrMap. getOid(ObjectIdentifier oid)Get the ObjectIdentifier object in the map for the specified OID.AVAValueConverterX500NameAttrMap. getValueConverter(ObjectIdentifier oid)Get the Attribute Value Converter for the specified ObjectIdentifier.DerValueLdapV3DNStrConverter. 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.DerValueLdapV3DNStrConverter. parseAVAValue(java.lang.String avaValueString, ObjectIdentifier oid)Converts a AVA value from a Ldap dn string to a DerValue according the attribute type.DerValueLdapV3DNStrConverter. parseAVAValue(java.lang.String avaValueString, ObjectIdentifier oid, byte[] encodingOrder)Like parseAVAValue(String) with a DER encoding order given as argument for Directory Strings.voidExtension. 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
-