Uses of Class
org.mozilla.jss.netscape.security.util.ObjectIdentifier
Packages that use ObjectIdentifier
Package
Description
-
Uses of ObjectIdentifier in org.mozilla.jss.netscape.security.extensions
Fields in org.mozilla.jss.netscape.security.extensions declared as ObjectIdentifierModifier and TypeFieldDescriptionstatic final ObjectIdentifier
NSCertTypeExtension.CertType_Id
Identifies the particular public key used to sign the certificate.static final ObjectIdentifier
AuthInfoAccessExtension.ID
static final ObjectIdentifier
CertificateRenewalWindowExtension.ID
static final ObjectIdentifier
CertificateScopeOfUseExtension.ID
static final ObjectIdentifier
SubjectInfoAccessExtension.ID
static final ObjectIdentifier
KerberosName.KRB5_PRINCIPAL_NAME
static final ObjectIdentifier
AuthInfoAccessExtension.METHOD_CA_ISSUERS
static final ObjectIdentifier
SubjectInfoAccessExtension.METHOD_CA_ISSUERS
static final ObjectIdentifier
AuthInfoAccessExtension.METHOD_OCSP
static final ObjectIdentifier
SubjectInfoAccessExtension.METHOD_OCSP
(package private) ObjectIdentifier
AccessDescription.mOID
static final ObjectIdentifier
ExtendedKeyUsageExtension.OID_CODE_SIGNING
static final ObjectIdentifier
ExtendedKeyUsageExtension.OID_OCSP_SIGNING
Fields in org.mozilla.jss.netscape.security.extensions with type parameters of type ObjectIdentifierModifier and TypeFieldDescriptionprivate Vector
<ObjectIdentifier> ExtendedKeyUsageExtension.oidSet
Methods in org.mozilla.jss.netscape.security.extensions that return ObjectIdentifierMethods in org.mozilla.jss.netscape.security.extensions that return types with arguments of type ObjectIdentifierMethods in org.mozilla.jss.netscape.security.extensions with parameters of type ObjectIdentifierModifier and TypeMethodDescriptionvoid
AuthInfoAccessExtension.addAccessDescription
(ObjectIdentifier method, GeneralName gn) Adds Access Description.void
SubjectInfoAccessExtension.addAccessDescription
(ObjectIdentifier method, GeneralName gn) Adds Access Description.void
ExtendedKeyUsageExtension.addOID
(ObjectIdentifier oid) Constructors in org.mozilla.jss.netscape.security.extensions with parameters of type ObjectIdentifierModifierConstructorDescription(package private)
AccessDescription
(ObjectIdentifier oid, GeneralName location) Constructor parameters in org.mozilla.jss.netscape.security.extensions with type arguments of type ObjectIdentifierModifierConstructorDescriptionExtendedKeyUsageExtension
(boolean crit, Vector<ObjectIdentifier> oids) -
Uses of ObjectIdentifier in org.mozilla.jss.netscape.security.pkcs
Fields in org.mozilla.jss.netscape.security.pkcs declared as ObjectIdentifierModifier and TypeFieldDescriptionprotected ObjectIdentifier
PKCS10Attribute.attributeId
static final ObjectIdentifier
PKCS9Attribute.CHALLENGE_PASSWORD_OID
static final ObjectIdentifier
PKCS9Attribute.CONTENT_TYPE_OID
(package private) ObjectIdentifier
ContentInfo.contentType
private ObjectIdentifier
PKCS7.contentType
static final ObjectIdentifier
PKCS9Attribute.COUNTERSIGNATURE_OID
static final ObjectIdentifier
ContentInfo.DATA_OID
static final ObjectIdentifier
ContentInfo.DIGESTED_DATA_OID
static final ObjectIdentifier
PKCS9Attribute.EMAIL_ADDRESS_OID
static final ObjectIdentifier
ContentInfo.ENCRYPTED_DATA_OID
static final ObjectIdentifier
ContentInfo.ENVELOPED_DATA_OID
static final ObjectIdentifier
PKCS9Attribute.EXTENDED_CERTIFICATE_ATTRIBUTES_OID
static final ObjectIdentifier
PKCS9Attribute.EXTENSION_REQUEST_OID
static final ObjectIdentifier
PKCS9Attribute.ISSUER_AND_SERIALNUMBER_OID
static final ObjectIdentifier
PKCS9Attribute.MESSAGE_DIGEST_OID
static final ObjectIdentifier
PKCS9Attribute.PASSWORD_CHECK_OID
static final ObjectIdentifier
ContentInfo.PKCS7_OID
(package private) static final ObjectIdentifier[]
PKCS9Attribute.PKCS9_OIDS
Array of attribute OIDs defined in PKCS9, by number.static final ObjectIdentifier
PKCS9Attribute.PUBLIC_KEY_OID
static final ObjectIdentifier
ContentInfo.SIGNED_AND_ENVELOPED_DATA_OID
static final ObjectIdentifier
ContentInfo.SIGNED_DATA_OID
static final ObjectIdentifier
PKCS9Attribute.SIGNING_DESCRIPTION_OID
static final ObjectIdentifier
PKCS9Attribute.SIGNING_TIME_OID
static final ObjectIdentifier
PKCS9Attribute.UNSTRUCTURED_ADDRESS_OID
static final ObjectIdentifier
PKCS9Attribute.UNSTRUCTURED_NAME_OID
Fields in org.mozilla.jss.netscape.security.pkcs with type parameters of type ObjectIdentifierModifier and TypeFieldDescriptionprivate final Hashtable
<ObjectIdentifier, PKCS9Attribute> PKCS9Attributes.attributes
Attributes in this set indexed by OID.private static final Hashtable
<String, ObjectIdentifier> PKCS9Attribute.NAME_OID_TABLE
Hashtable mapping names and variant names of supported attributes to their OIDs.private static final Hashtable
<ObjectIdentifier, String> PKCS9Attribute.OID_NAME_TABLE
Hashtable mapping attribute OIDs defined in PKCS9 to the corresponding attribute value type.private final Hashtable
<ObjectIdentifier, ObjectIdentifier> PKCS9Attributes.permittedAttributes
The keys of this hashtable are the OIDs of permitted attributes.private final Hashtable
<ObjectIdentifier, ObjectIdentifier> PKCS9Attributes.permittedAttributes
The keys of this hashtable are the OIDs of permitted attributes.Methods in org.mozilla.jss.netscape.security.pkcs that return ObjectIdentifierModifier and TypeMethodDescriptionPKCS10Attribute.getAttributeId()
Returns the ObjectIdentifier of the attribute.PKCS9Attribute.getOID()
Return the OID of this attribute.static ObjectIdentifier
Return the OID for a given attribute name or null if we don't recognize the name.Methods in org.mozilla.jss.netscape.security.pkcs with parameters of type ObjectIdentifierModifier and TypeMethodDescriptionPKCS9Attributes.getAttribute
(ObjectIdentifier oid) Get an attribute from this set.PKCS9Attributes.getAttributeValue
(ObjectIdentifier oid) Get an attribute value by OID.static String
PKCS9Attribute.getName
(ObjectIdentifier oid) Return the attribute name for a given OID or null if we don't recognize the oid.private void
PKCS9Attribute.init
(ObjectIdentifier oid, Object value) Constructors in org.mozilla.jss.netscape.security.pkcs with parameters of type ObjectIdentifierModifierConstructorDescriptionContentInfo
(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, 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 org.mozilla.jss.netscape.security.provider
Fields in org.mozilla.jss.netscape.security.provider declared as ObjectIdentifierModifier and TypeFieldDescriptionprivate static final ObjectIdentifier
RSAPublicKey.ALGORITHM_OID
-
Uses of ObjectIdentifier in org.mozilla.jss.netscape.security.util
Fields in org.mozilla.jss.netscape.security.util with type parameters of type ObjectIdentifierModifier and TypeFieldDescriptionprivate static Map
<String, ObjectIdentifier> ObjectIdentifier.mOIDs
Netscape Enhancement: This function implements a object identifier factory.Methods in org.mozilla.jss.netscape.security.util that return ObjectIdentifierModifier and TypeMethodDescriptionstatic ObjectIdentifier
ObjectIdentifier.getObjectIdentifier
(int[] values) static ObjectIdentifier
ObjectIdentifier.getObjectIdentifier
(String oid) DerInputStream.getOID()
Reads an X.200 style Object Identifier from the stream.DerValue.getOID()
Returns an ASN.1 OBJECT IDENTIFIER.Methods in org.mozilla.jss.netscape.security.util with parameters of type ObjectIdentifierModifier and TypeMethodDescriptionboolean
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 org.mozilla.jss.netscape.security.x509
Fields in org.mozilla.jss.netscape.security.x509 declared as ObjectIdentifierModifier and TypeFieldDescriptionprivate ObjectIdentifier
AlgorithmId.algid
The object identitifer being used for this algorithm.static final ObjectIdentifier
AlgorithmId.ANSIX962_EC_Public_Key_oid
static final ObjectIdentifier
AlgorithmId.ANSIX962_SHA1_With_EC_oid
Deprecated, for removal: This API element is subject to removal in a future version.static final ObjectIdentifier
PKIXExtensions.AuthorityKey_Id
Identifies the particular public key used to sign the certificate.static final 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 final ObjectIdentifier
HoldInstructionExtension.CALL_ISSUER_HOLD_INSTR_OID
static final 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 final ObjectIdentifier
PKIXExtensions.CertificatePolicies_Id
Contains the sequence of policy information terms.static final ObjectIdentifier
X500Name.commonName_oid
OID for the "CN=" attribute, denoting a person's common name.static final ObjectIdentifier
X500Name.countryName_oid
OID for the "C=" attribute, denoting a country.static final ObjectIdentifier
PKIXExtensions.CRLDistributionPoints_Id
Identifies how CRL information is obtained.static final ObjectIdentifier
PKIXExtensions.CRLNumber_Id
Conveys a monotonically increasing sequence number for each CRL issued by a given CA.static final ObjectIdentifier
PKIXExtensions.DeltaCRLIndicator_Id
Identifies the delta CRL.static final ObjectIdentifier
AlgorithmId.DH_oid
Algorithm ID for Diffie Hellman Key agreement, from PKCS #3.static final ObjectIdentifier
AlgorithmId.DH_PKIX_oid
Algorithm ID for the Diffie Hellman Key Agreement (DH), from the IETF PKIX IPKI Part I.static final ObjectIdentifier
AlgorithmId.DSA_oid
Algorithm ID for the Digital Signing Algorithm (DSA), from the IETF PKIX IPKI Part I.static final ObjectIdentifier
AlgorithmId.DSA_OIW_oid
Algorithm ID for the Digital Signing Algorithm (DSA), from the NIST OIW Stable Agreements part 12.static final ObjectIdentifier
X500Name.email_oid
OID for the "E=" attribute, denoting a person's email address.protected ObjectIdentifier
Extension.extensionId
static final ObjectIdentifier
PKIXExtensions.FreshestCRL_Id
Identifies how delta CRL information is obtained.static final 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.private ObjectIdentifier
HoldInstructionExtension.holdInstructionCodeOID
private ObjectIdentifier[]
HoldInstructionExtension.holdInstructionCodeOIDs
private ObjectIdentifier
CertificatePolicyId.id
static final 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 final ObjectIdentifier
X500Name.ipAddress_oid
OID for "IP=" IP address attributes, used with SKIP.static final ObjectIdentifier
PKIXExtensions.IssuerAlternativeName_Id
Allows additional identities to be associated with the certificate issuer.static final ObjectIdentifier
PKIXExtensions.IssuingDistributionPoint_Id
Identifies the CRL distribution point for a particular CRL.static final ObjectIdentifier
PKIXExtensions.KeyUsage_Id
Defines the purpose of the key contained in the certificate.static final ObjectIdentifier
X500Name.localityName_oid
OID for the "L=" attribute, denoting a locality (such as a city)static final ObjectIdentifier
AlgorithmId.MD2_oid
Algorithm ID for the MD2 Message Digest Algorthm, from RFC 1319.static final ObjectIdentifier
AlgorithmId.md2WithRSAEncryption_oid
Identifies a signing algorithm where an MD2 digest is encrypted using an RSA private key; defined in PKCS #1.static final ObjectIdentifier
AlgorithmId.MD5_oid
Algorithm ID for the MD5 Message Digest Algorthm, from RFC 1321.static final ObjectIdentifier
AlgorithmId.md5WithRSAEncryption_oid
Identifies a signing algorithm where an MD5 digest is encrypted using an RSA private key; defined in PKCS #1.static final ObjectIdentifier
AlgorithmId.MGF1_oid
private ObjectIdentifier
PolicyQualifierInfo.mId
private ObjectIdentifier
OtherName.mOID
static final 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 final ObjectIdentifier
HoldInstructionExtension.NONE_HOLD_INSTR_OID
(package private) ObjectIdentifier
Attribute.oid
(package private) ObjectIdentifier
AVA.oid
private ObjectIdentifier
OIDName.oid
static final ObjectIdentifier
NSCCommentExtension.OID
static final ObjectIdentifier
X500Name.orgName_oid
OID for the "O=" attribute, denoting an organization namestatic final ObjectIdentifier
X500Name.orgUnitName_oid
OID for the "OU=" attribute, denoting an organizational unit namestatic final ObjectIdentifier
PKIXExtensions.PolicyConstraints_Id
Used to either prohibit policy mapping or limit the set of policies that can be in subsequent certificates.static final ObjectIdentifier
PKIXExtensions.PolicyMappings_Id
Lists pairs of objectidentifiers of policies considered equivalent by the issuing CA to the subject CA.static final ObjectIdentifier
PKIXExtensions.PrivateKeyUsage_Id
Allows the certificate issuer to specify a different validity period for the private key than the certificate.static final ObjectIdentifier
PolicyQualifierInfo.QT_CPS
static final ObjectIdentifier
PolicyQualifierInfo.QT_UNOTICE
static final ObjectIdentifier
PKIXExtensions.ReasonCode_Id
Identifies the reason for the certificate revocation.static final ObjectIdentifier
HoldInstructionExtension.REJECT_HOLD_INSTR_OID
static final ObjectIdentifier
AlgorithmId.RSA_oid
Algorithm ID for RSA keys used for any purpose, as defined in X.509.static final ObjectIdentifier
AlgorithmId.RSAEncryption_oid
Algorithm ID for RSA keys used with RSA encryption, as defined in PKCS #1.static final ObjectIdentifier
AlgorithmId.rsaPSS_oid
static final ObjectIdentifier
AlgorithmId.SHA_oid
Deprecated, for removal: This API element is subject to removal in a future version.static final ObjectIdentifier
AlgorithmId.sha1WithDSA_oid
Deprecated, for removal: This API element is subject to removal in a future version.static final ObjectIdentifier
AlgorithmId.sha1WithDSA_OIW_oid
Deprecated, for removal: This API element is subject to removal in a future version.static final ObjectIdentifier
AlgorithmId.sha1WithEC_oid
Deprecated, for removal: This API element is subject to removal in a future version.static final ObjectIdentifier
AlgorithmId.sha1WithRSAEncryption_oid
Deprecated, for removal: This API element is subject to removal in a future version.static final ObjectIdentifier
AlgorithmId.sha1WithRSAEncryption_OIW_oid
Deprecated, for removal: This API element is subject to removal in a future version.static final ObjectIdentifier
AlgorithmId.sha224WithEC_oid
static final ObjectIdentifier
AlgorithmId.SHA256_oid
static final ObjectIdentifier
AlgorithmId.sha256WithEC_oid
static final ObjectIdentifier
AlgorithmId.sha256WithRSAEncryption_oid
The proper one for sha256/rsastatic final ObjectIdentifier
AlgorithmId.SHA384_oid
static final ObjectIdentifier
AlgorithmId.sha384WithEC_oid
static final ObjectIdentifier
AlgorithmId.sha384WithRSAEncryption_oid
The proper one for sha384/rsastatic final ObjectIdentifier
AlgorithmId.SHA512_oid
static final ObjectIdentifier
AlgorithmId.sha512WithEC_oid
static final ObjectIdentifier
AlgorithmId.sha512WithRSAEncryption_oid
The proper one for sha512/rsastatic final ObjectIdentifier
AlgorithmId.shaWithDSA_OIW_oid
Deprecated, for removal: This API element is subject to removal in a future version.static final ObjectIdentifier
X500Name.stateName_oid
OID for the "S=" attribute, denoting a state (such as Delaware)static final ObjectIdentifier
X500Name.streetAddress_oid
OID for the "STREET=" attribute, denoting a street address.static final ObjectIdentifier
PKIXExtensions.SubjectAlternativeName_Id
Allows additional identities to be bound to the subject of the certificate.static final ObjectIdentifier
PKIXExtensions.SubjectDirectoryAttributes_Id
Identifies additional directory attributes.static final ObjectIdentifier
PKIXExtensions.SubjectKey_Id
Identifies the particular public key used in an application.static final ObjectIdentifier
X500Name.title_oid
OID for the "T=" attribute, denoting a person's title.static final ObjectIdentifier
X500Name.uidName_oid
OID for the "UID=" attribute, denoting a person's ID.Fields in org.mozilla.jss.netscape.security.x509 with type parameters of type ObjectIdentifierModifier and TypeFieldDescriptionprivate static final Hashtable
<String, ObjectIdentifier> OIDMap.name2OID
(package private) Hashtable
<String, ObjectIdentifier> X500NameAttrMap.name2OID
private static final Hashtable
<ObjectIdentifier, String> OIDMap.oid2Name
(package private) Hashtable
<ObjectIdentifier, String> X500NameAttrMap.oid2Name
(package private) Hashtable
<ObjectIdentifier, AVAValueConverter> X500NameAttrMap.oid2ValueConverter
Methods in org.mozilla.jss.netscape.security.x509 that return ObjectIdentifierModifier and TypeMethodDescriptionprivate static ObjectIdentifier
Extension.getExtensionId()
Returns the ObjectIdentifier of the extension.HoldInstructionExtension.getHoldInstructionCode()
Get the hold instruction code.PolicyQualifierInfo.getId()
CertificatePolicyId.getIdentifier()
Return the value of the CertificatePolicyId as an ObjectIdentifier.Attribute.getOid()
Returns the OID in the Attribute.AVA.getOid()
Returns the OID in the AVA.Get the ObjectIdentifier of the attribute name.X500NameAttrMap.getOid
(ObjectIdentifier oid) Get the ObjectIdentifier object in the map for the specified OID.final ObjectIdentifier
AlgorithmId.getOID()
Returns the ISO OID for this algorithm.static ObjectIdentifier
Return Object identifier for user friendly name.OtherName.getOID()
(package private) static ObjectIdentifier
X500Name.intern
(ObjectIdentifier oid) LdapV3DNStrConverter.parseAVAKeyword
(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 org.mozilla.jss.netscape.security.x509 that return types with arguments of type ObjectIdentifierModifier and TypeMethodDescriptionX500NameAttrMap.getAllOIDs()
Get an Enumeration of all ObjectIdentifiers in this map.Methods in org.mozilla.jss.netscape.security.x509 with parameters of type ObjectIdentifierModifier and TypeMethodDescriptionvoid
X500NameAttrMap.addNameOID
(String name, ObjectIdentifier oid, AVAValueConverter valueConverter) Adds a attribute name, ObjectIdentifier, AVAValueConverter entry to the map.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.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.LdapV3DNStrConverter.encodeValue
(DerValue attrValue, ObjectIdentifier oid) Converts a value as a DerValue to a string in a Ldap V3 DN String.RFC1779StrConverter.encodeValue
(DerValue attrValue, ObjectIdentifier oid) Converts a attribute value as a DerValue to a string in a RFC1779 Ldap DN string.final boolean
AlgorithmId.equals
(ObjectIdentifier id) Compares two algorithm IDs for equality.(package private) DerValue
RDN.findAttribute
(ObjectIdentifier oid) private DerValue
X500Name.findAttribute
(ObjectIdentifier attribute) Find the first instance of this attribute in a "top down" search of all the attributes in the name.X500Name.getAttributesForOid
(ObjectIdentifier oid) Return a list of attributes of the given type.static Class
<?> OIDMap.getClass
(ObjectIdentifier oid) Return the java class object associated with the object identifier..private int
HoldInstructionExtension.getHoldInstructionCodeFromOID
(ObjectIdentifier oid) private String
HoldInstructionExtension.getHoldInstructionDescription
(ObjectIdentifier oid) static String
OIDMap.getName
(ObjectIdentifier oid) Return user friendly name associated with the OID.X500NameAttrMap.getName
(ObjectIdentifier oid) Get the attribute name (keyword) of the specified OID.X500NameAttrMap.getOid
(ObjectIdentifier oid) Get the ObjectIdentifier object in the map for the specified OID.X500NameAttrMap.getValueConverter
(ObjectIdentifier oid) Get the Attribute Value Converter for the specified ObjectIdentifier.(package private) static ObjectIdentifier
X500Name.intern
(ObjectIdentifier oid) 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.LdapV3DNStrConverter.parseAVAValue
(String avaValueString, ObjectIdentifier oid) Converts a AVA value from a Ldap dn string to a DerValue according the attribute type.LdapV3DNStrConverter.parseAVAValue
(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 org.mozilla.jss.netscape.security.x509 with parameters of type ObjectIdentifierModifierConstructorDescriptionConstructs an algorithm ID with possible RSAPSS params.AlgorithmId
(ObjectIdentifier oid, String algName) Constructor that takes the oid and name, so the name can be cachedf or laster use.AlgorithmId
(ObjectIdentifier oid, AlgorithmParameters params) Constructs an algorithm ID with a fully encoded params objectprivate
AlgorithmId
(ObjectIdentifier oid, DerValue params) Attribute
(ObjectIdentifier oid, String value) Construct an attribute from attribute type and attribute valueAttribute
(ObjectIdentifier oid, Vector<String> values) Construct an attribute from attribute type and attribute valuesAVA
(ObjectIdentifier type, DerValue val) Constructs an AVA from an OID and DerValue.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
(Boolean critical, ObjectIdentifier oid) Create a HoldInstructionExtension with the date.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, String value) Constructs a string-based other name.OtherName
(ObjectIdentifier oid, String value) PolicyQualifierInfo
(ObjectIdentifier id, Qualifier qualifier) Create a PolicyQualifierInfo