Uses of Class
iaik.asn1.ObjectID

Packages that use ObjectID
com.entrust.toolkit Contains classes for user mangement tasks and for PKCS #7 encode and decode operations. 
com.entrust.toolkit.asn1.structures Contains clases used to parse ASN.1 structures. 
com.entrust.toolkit.x509.extensions Contains classes that implement certificate extensions. 
com.entrust.toolkit.x509.testlets Contains classes used to validate certificate, CRL, and CRL Entry extensions. 
iaik.asn1   
iaik.asn1.structures   
iaik.pkcs.pkcs10   
iaik.pkcs.pkcs12   
iaik.pkcs.pkcs7   
iaik.x509   
iaik.x509.extensions   
iaik.x509.extensions.netscape   
 

Uses of ObjectID in com.entrust.toolkit
 

Methods in com.entrust.toolkit that return ObjectID
 ObjectID[] CertificateSelector.getPolicyOids()
          Returns the policy oids.
 

Methods in com.entrust.toolkit with parameters of type ObjectID
 void CertificateSelector.setPolicyOids(ObjectID[] oids)
          Specifies the policy oids.
 

Uses of ObjectID in com.entrust.toolkit.asn1.structures
 

Methods in com.entrust.toolkit.asn1.structures that return ObjectID
 ObjectID Extension.getExtnID()
           
 

Methods in com.entrust.toolkit.asn1.structures with parameters of type ObjectID
 void Extension.setExtnID(ObjectID extnID)
           
 

Constructors in com.entrust.toolkit.asn1.structures with parameters of type ObjectID
AlgorithmIdentifier.AlgorithmIdentifier(ObjectID algorithm)
           
AlgorithmIdentifier.AlgorithmIdentifier(ObjectID algorithm, ASN1Object parameter)
           
 

Uses of ObjectID in com.entrust.toolkit.x509.extensions
 

Fields in com.entrust.toolkit.x509.extensions declared as ObjectID
static ObjectID OldCRLDistributionPoints.oid
           
static ObjectID IssuingDistributionPoint.oid
           
static ObjectID OldIssuingDistributionPoint.oid
           
static ObjectID InvalidityDate.oid
           
static ObjectID CertificateIssuer.oid
           
static ObjectID OldBasicConstraints.oid
           
static ObjectID HoldInstructionCode.oid
           
static ObjectID EntrustVersInfo.oid
           
static ObjectID DeltaCRLIndicator.oid
           
static ObjectID KeyAttributes.oid
           
static ObjectID OldAuthorityKeyIdentifier.oid
           
 

Methods in com.entrust.toolkit.x509.extensions that return ObjectID
 ObjectID OldCRLDistributionPoints.getObjectID()
          Returns the object ID of this OldCRLDistributionPoints extension
 ObjectID IssuingDistributionPoint.getObjectID()
          Returns the object ID of this IssuingDistributionPoint extension
 ObjectID OldIssuingDistributionPoint.getObjectID()
          Returns the object ID of this OldIssuingDistributionPoint extension
 ObjectID InvalidityDate.getObjectID()
          Returns the object ID of this InvalidityDate extension
 ObjectID CertificateIssuer.getObjectID()
          Returns the object ID of this CertificateIssuer extension
 ObjectID OldBasicConstraints.getObjectID()
          Returns the object ID of this OldBasicConstraints extension
 ObjectID HoldInstructionCode.getObjectID()
          Returns the object ID of this HoldInstructionCode extension
 ObjectID HoldInstructionCode.getInstructionCode()
          Returns the instructionCode value of this HoldInstructionCode extension specifying the action to be taken on encountering a held certificate.
 ObjectID EntrustVersInfo.getObjectID()
          Returns the object ID of this EntrustVersInfo extension
 ObjectID DeltaCRLIndicator.getObjectID()
          Returns the object ID of this DeltaCRLIndicator extension
 ObjectID KeyAttributes.getObjectID()
          Returns the object ID of this KeyAttributes extension
 ObjectID OldAuthorityKeyIdentifier.getObjectID()
          Returns the object ID of this OldAuthorityKeyIdentifier extension
 

Uses of ObjectID in com.entrust.toolkit.x509.testlets
 

Methods in com.entrust.toolkit.x509.testlets that return ObjectID
 ObjectID TestletData.getObjectID()
           Returns the calling TestletData's object ID.
 

Methods in com.entrust.toolkit.x509.testlets with parameters of type ObjectID
 void ExtensionTester.addTestlet(CertTestlet testlet, ObjectID extension)
           Adds an extension testlet to be evaluated for each certificate when a certificate chain is validated.
 void ExtensionTester.addTestlet(CRLTestlet testlet, ObjectID extension)
           Adds an extension testlet to be evaluated for each CRL when it is validated.
 void ExtensionTester.addTestlet(CRLEntryTestlet testlet, ObjectID extension)
           Adds an extension testlet to be evaluated for each CRL entry when it is validated.
 TestletData TestletDataSet.getTestletData(ObjectID oid)
          Returns the TestletData for the specified object id or null if none is found.
 

Constructors in com.entrust.toolkit.x509.testlets with parameters of type ObjectID
TestletData.TestletData(ObjectID oid)
           Creates a new TestletData for the extension with object ID oid.
CertificatePoliciesCertTestlet.CertificatePoliciesCertTestlet(ObjectID[] validPolicyOids)
           
 

Uses of ObjectID in iaik.asn1
 

Fields in iaik.asn1 declared as ObjectID
static ObjectID ObjectID.commonName
          Creates an ObjectID for the X.500 attribute type commonName (shortName CN).
static ObjectID ObjectID.serialNumber
          Creates an ObjectID for the X.500 attribute type serialNumber (shortName CN).
static ObjectID ObjectID.country
          Creates an ObjectID for the X.500 attribute type countryName (shortName C).
static ObjectID ObjectID.locality
          Creates an ObjectID for the X.500 attribute type localityName (shortName L).
static ObjectID ObjectID.stateOrProvince
          Creates an ObjectID for the X.500 attribute type stateOrProvinceName (shortName ST).
static ObjectID ObjectID.streetAddress
          Creates an ObjectID for the X.500 attribute type streetAddress (shortName STREET).
static ObjectID ObjectID.organization
          Creates an ObjectID for the X.500 attribute type organizationName (shortName O).
static ObjectID ObjectID.organizationalUnit
          Creates an ObjectID for the X.500 attribute type organizationalUnitName (shortName OU).
static ObjectID ObjectID.title
          Creates an ObjectID for the X.500 attribute type title (shortName T).
static ObjectID ObjectID.surName
          Creates an ObjectID for the x.500 attribute type surname (shortName SN), added by Telia.
static ObjectID ObjectID.givenName
          Creates an ObjectID for the x.500 attribute type givenName, added by Telia.
static ObjectID ObjectID.initials
          Creates an ObjectID for the x.500 attribute type initials.
static ObjectID ObjectID.generationQualifier
          Creates an ObjectID for the x.500 attribute type generationQualifier.
static ObjectID ObjectID.uniqueIdentifier
          Creates an ObjectID for the x.500 attribute type uniqueIdentifier, added by Telia.
static ObjectID ObjectID.dnQualifier
          Creates an ObjectID for the x.500 attribute type dnQualifier (distinguished name qualifier).
static ObjectID ObjectID.domainComponent
          Creates an ObjectID for the x.500 attribute type domainComponent (shortName DC), as defined by RFC 2247.
static ObjectID ObjectID.caIssuers
          Creates an ObjectID for the x.509 AccessDescription access method caIssuers, as defined by RFC 2459.
static ObjectID ObjectID.pkcs7
          Creates an ObjectID for the PKCS#7 object PKCS#7.
static ObjectID ObjectID.pkcs7_data
          Creates an ObjectID for the PKCS#7 object PKCS#7 data.
static ObjectID ObjectID.pkcs7_signedData
          Creates an ObjectID for the PKCS#7 object PKCS#7 signedData.
static ObjectID ObjectID.pkcs7_envelopedData
          Creates an ObjectID for the PKCS#7 object PKCS#7 envelopedData.
static ObjectID ObjectID.pkcs7_signedAndEnvelopedData
          Creates an ObjectID for the PKCS#7 object PKCS#7 signedAndEnvelopedData.
static ObjectID ObjectID.pkcs7_digestedData
          Creates an ObjectID for the PKCS#7 object PKCS#7 digestedData.
static ObjectID ObjectID.pkcs7_encryptedData
          Creates an ObjectID for the PKCS#7 object PKCS#7 encryptedData.
static ObjectID ObjectID.emailAddress
          Creates an ObjectID for the PKCS#9 object emailAddress (shortName EMAIL).
static ObjectID ObjectID.unstructuredName
          Creates an ObjectID for the PKCS#9 object unstructeredName.
static ObjectID ObjectID.contentType
          Creates an ObjectID for the PKCS#9 object contentType.
static ObjectID ObjectID.messageDigest
          Creates an ObjectID for the PKCS#9 object messageDigest.
static ObjectID ObjectID.signingTime
          Creates an ObjectID for the PKCS#9 object signingTime.
static ObjectID ObjectID.countersignature
          Creates an ObjectID for the PKCS#9 object countersignature.
static ObjectID ObjectID.challengePassword
          Creates an ObjectID for the PKCS#9 object challengePassword.
static ObjectID ObjectID.unstructuredAddress
          Creates the PKCS#9 ObjectID unstructeredAddress.
static ObjectID ObjectID.extendedCertificateAttributes
          Creates an ObjectID for the PKCS#9 object extendedCertificateAttributes.
static ObjectID ObjectID.signingDescription
          Creates an ObjectID for the PKCS#9 object signingDescription.
static ObjectID ObjectID.symmetricCapabilities
          Creates an ObjectID for the PKCS#9 object symmetricCapabilities.
static ObjectID ObjectID.friendlyName
          Creates an ObjectID for the PKCS#9 object friendlyName.
static ObjectID ObjectID.localKeyID
          Creates an ObjectID for the PKCS#9 object localKeyID.
static ObjectID ObjectID.certTypes
          Creates an ObjectID for the PKCS#9 object certTypes.
static ObjectID ObjectID.x509Certificate
          Creates an ObjectID for the PKCS#9 object x509Certificate.
static ObjectID ObjectID.sdsiCertificate
          Creates an ObjectID for the PKCS#9 object sdsiCertificate.
static ObjectID ObjectID.crlTypes
          Creates an ObjectID for the PKCS#9 object crlTypes.
static ObjectID ObjectID.x509Crl
          Creates an ObjectID for the PKCS#9 object x509Crl.
static ObjectID ObjectID.pkcs12_CertBagIds
          Creates an ObjectID for the PKCS#12 object PKCS#12 CertBagIds When using it, type ObjectID.pkcs12_CertBagIds
static ObjectID ObjectID.pkcs12_x509CertCRLBagId
          Creates an ObjectID for the PKCS#12 object PKCS#12 x509CertCRLBagId.
static ObjectID ObjectID.pkcs12_SDSICertBagId
          Creates an ObjectID for the PKCS#12 object PKCS#12 SDSICertBagId.
static ObjectID ObjectID.pkcs12_Version1
          Creates an ObjectID for the PKCS#12 object PKCS#12 Version1.
static ObjectID ObjectID.pkcs12_Version1_BagIds
          Creates an ObjectID for the PKCS#12 object PKCS#12 Version1 BagIds.
static ObjectID ObjectID.pkcs12_keyBag
          Creates an ObjectID for the PKCS#12 object PKCS#12 keyBag.
static ObjectID ObjectID.pkcs12_pkcs8ShroudedKeyBag
          Creates an ObjectID for the PKCS#12 object PKCS#12 pkcs8ShroudedKeyBag.
static ObjectID ObjectID.pkcs12_certBag
          Creates an ObjectID for the PKCS#12 object PKCS#12 certBag.
static ObjectID ObjectID.pkcs12_crlBag
          Creates an ObjectID for the PKCS#12 object PKCS#12 crlBag.
static ObjectID ObjectID.pkcs12_secretBag
          Creates an ObjectID for the PKCS#12 object PKCS#12 secretBag.
static ObjectID ObjectID.pkcs12_safeContentsBag
          Creates an ObjectID for the PKCS#12 object PKCS#12 safeContentsBag.
static ObjectID ObjectID.id_pkix_cps
          Creates an ObjectID for the PKIX object id-pkix-cps indicating a CPS Pointer qualifier for defining a (URI) pointer to a Certification Practice Statement (CPS) describing a particular CA policy.
static ObjectID ObjectID.id_pkix_unotice
          Creates an ObjectID for the PKIX object id-pkix-unotice indicating a User Notice qualifier for describing a particular CA policy.
static ObjectID ObjectID.netscape
          The Netscape base object identifier.
static ObjectID ObjectID.netscapeCertSequence
          The Netscape cert seequence object identifier.
 

Methods in iaik.asn1 that return ObjectID
 ObjectID DerInputStream.readObjectID()
          Reads an ObjectID from the input stream.
static ObjectID ObjectID.getInstance(java.lang.String name)
          This method is responsible for returning an ObjectID given either the registered name or the short name of any existing OID that has already been registered.
 

Uses of ObjectID in iaik.asn1.structures
 

Methods in iaik.asn1.structures that return ObjectID
 ObjectID AlgorithmID.getAlgorithm()
          Returns the ObjectID of the algorithm.
 ObjectID AccessDescription.getAccessMethod()
          Returns the access method OID.
 ObjectID PolicyInformation.getPolicyIdentifier()
          Returns the policy indentifier.
 ObjectID PolicyMapping.getIssuerDomainPolicy()
          Returns the issuer domain policy.
 ObjectID PolicyMapping.getSubjectDomainPolicy()
          Returns the subject domain policy.
 ObjectID Attribute.getType()
          Returns the type of this Attribute.
 ObjectID AVA.getType()
          Returns the type of this AttributeValueAssertion.
 

Methods in iaik.asn1.structures with parameters of type ObjectID
static boolean AlgorithmID.changeObjectID(AlgorithmID algID, ObjectID oid)
          Changes the object identifier of the given AlgorithmID object.
 void AccessDescription.setAccessMethod(ObjectID accessMethod)
          Sets the access method OID.
 void RDN.addAVA(ObjectID oid, java.lang.Object value)
          Creates a new AttributeValueAssertion with given type and value and adds it to this RelativeDistinguishedName.
 AVA RDN.getAVA(ObjectID oid)
          Returns a AttributeValueAssertion of given type from this RelativeDistinguishedName.
 java.lang.String Name.getRDN(ObjectID oid)
          Returns the RDN value assigned to a given ObjectID.
 java.lang.String[] Name.getRDNs(ObjectID oid)
          Returns the values of all RDNs assigned to a given ObjectID.
 java.lang.Object Name.getRDNValue(ObjectID oid)
          Returns the RDN value assigned to a given ObjectID.
 java.lang.Object[] Name.getRDNValues(ObjectID oid)
          Returns the values of all RDNs assigned to a given ObjectID.
 void Name.addRDN(ObjectID oid, java.lang.Object value)
          Adds a RelativeDistinguishedName with given attribute type and value to this Name.
 boolean Name.removeRDN(ObjectID oid)
          Removes all RelativeDistinguishedNames with the given attribute type (oid) from this Name.
static void AVA.defineEncoding(ObjectID type, ASN encodingType)
          Defines the ASN.1 encoding for a specified Attribute type.
 

Constructors in iaik.asn1.structures with parameters of type ObjectID
AlgorithmID.AlgorithmID(ObjectID algorithm)
          Creates a new AlgorithmID from an ObjectID.
AlgorithmID.AlgorithmID(ObjectID algorithm, ASN1Object parameter)
          Creates a new AlgorithmID from an ObjectID and algorithm parameters.
AccessDescription.AccessDescription(ObjectID accessMethod, GeneralName accessLocation)
          Creates a new AccessDescription from the given Oid and GeneralName.
PolicyInformation.PolicyInformation(ObjectID policyIdentifier, PolicyQualifierInfo[] policyQualifiers)
          Creates a new PolicyInformation object from given policy id and policy qualifiers.
RDN.RDN(ObjectID oid, java.lang.Object value)
          Creates a new RelativeDistinguishedName for one AVA.
PolicyMapping.PolicyMapping(ObjectID issuerDomainPolicy, ObjectID subjectDomainPolicy)
          Creates a policy mapping from an issuerDomainPolicy and a subjectDomainPolicy.
Attribute.Attribute(ObjectID type, ASN1Object[] value)
          Creates an Attribute from attribute type (ObjectID) and attribute values.
AVA.AVA(ObjectID type, java.lang.Object value)
          Creates a new AttributeValueAssertion from a type and a value.
 

Uses of ObjectID in iaik.pkcs.pkcs10
 

Methods in iaik.pkcs.pkcs10 with parameters of type ObjectID
 Attribute[] CertificateRequest.getAttributes(ObjectID type)
          Gets all the Atributes matching to a specific type (object identifier).
 

Uses of ObjectID in iaik.pkcs.pkcs12
 

Methods in iaik.pkcs.pkcs12 that return ObjectID
 ObjectID SafeBag.getBagType()
          Returns the type of this SafeBag.
 

Methods in iaik.pkcs.pkcs12 with parameters of type ObjectID
static SafeBag SafeBag.create(ObjectID oid)
          Creates a new SafeBag from a given ObjectID.
static void SafeBag.register(ObjectID oid, java.lang.Class cls)
          Registers a new implementation for a PKCS#12 SafeBag defined through the given ObjectID.
 

Uses of ObjectID in iaik.pkcs.pkcs7
 

Fields in iaik.pkcs.pkcs7 declared as ObjectID
protected  ObjectID SignedDataStream.content_type
          The content type.
protected  ObjectID DigestedDataStream.content_type
          The content type.
 

Methods in iaik.pkcs.pkcs7 that return ObjectID
 ObjectID SignedDataStream.getContentType()
          Returns the content type this class implements.
 ObjectID ContentStream.getContentType()
          Returns the OID of the implemented PKCS#7 content type.
 ObjectID SignedAndEnvelopedDataStream.getContentType()
          Returns the content type this class implements.
 ObjectID ContentInfoStream.getContentType()
          Returns the content type of this PKCS#7 ContentInfoStream.
 ObjectID EnvelopedDataStream.getContentType()
          Returns the content type this class implements.
 ObjectID EncryptedDataStream.getContentType()
          Returns the content type this class implements.
 ObjectID DataStream.getContentType()
          Returns the object identifier of this PKCS#7 Data.
 ObjectID DigestedDataStream.getContentType()
          Returns the content type this class implements.
 ObjectID EncryptedContentInfoStream.getContentType()
          Returns the type of the content encrypted by this EncryptedContentInfoStream.
 

Methods in iaik.pkcs.pkcs7 with parameters of type ObjectID
static ContentStream ContentInfoStream.create(ObjectID oid)
          Returns a stream-supporting instance of the specified PKCS#7 content type implementation, defined by its ASN.1 ObjectID.
static ContentStream ContentInfoStream.create(ObjectID oid, java.io.InputStream is)
          Returns a stream-supporting instance of the specified PKCS#7 content type implementation, defined by its ASN.1 ObjectID.
static void ContentInfoStream.register(ObjectID oid, java.lang.Class cls)
          Registers a new implementation for a ContentStream defined through the given ObjectID.
 Attribute SignerInfo.getAuthenticatedAttribute(ObjectID oid)
          Returns the first authenticated attribute matching to the given ObjectID, if included in this SignerInfo object.
 Attribute SignerInfo.getUnauthenticatedAttribute(ObjectID oid)
          Returns the first unauthenticated attribute matching to the given ObjectID, if included in this SignerInfo object.
 

Constructors in iaik.pkcs.pkcs7 with parameters of type ObjectID
SignedDataStream.SignedDataStream(ObjectID contentType)
          Creates a new SignedDataStream object without any content.
ContentInfoStream.ContentInfoStream(ObjectID contentType)
          Creates an empty PKCS#7 ContentInfoStream from the given content type.
DigestedDataStream.DigestedDataStream(ObjectID contentType, AlgorithmID digestAlgorithm, byte[] digest)
          Creates a new DigestedDataStream object without content.
EncryptedContentInfoStream.EncryptedContentInfoStream(ObjectID contentType, java.io.InputStream is)
          Creates a new EncryptedContentInfoStream for the given content type where the content data to be encrypted is read from the provided InputStream.
EncryptedContentInfoStream.EncryptedContentInfoStream(ObjectID contentType, AlgorithmID contentEncAlg)
          Creates an EncryptedContentInfoStream with given content type and content-encryption algorithm ID.
 

Uses of ObjectID in iaik.x509
 

Methods in iaik.x509 that return ObjectID
abstract  ObjectID V3Extension.getObjectID()
          Returns the object ID of the extension.
 ObjectID UnknownExtension.getObjectID()
          Returns the object id of the unknown extension.
 ObjectID X509ExtensionInitException.getExtensionID()
          Returns the ObjectID of the broken extension.
 

Methods in iaik.x509 with parameters of type ObjectID
 boolean RevokedCertificate.removeExtension(ObjectID oid)
          Removes the extension specified by its object identifier.
 V3Extension RevokedCertificate.getExtension(ObjectID oid)
          Returns a specific extension, identyfied by its object identifier.
 boolean X509Certificate.removeExtension(ObjectID oid)
          Removes the extension specified by its object identifier.
 V3Extension X509Certificate.getExtension(ObjectID oid)
          Returns a specific extension, identified by its object identifier.
static V3Extension X509Extensions.create(ObjectID oid)
          Returns the implementation of the specified extension defined through an ASN.1 ObjectID.
static void X509Extensions.register(ObjectID oid, java.lang.Class cl)
          Registers a new implementation for a X.509 certificate or CRL extension.
 boolean X509Extensions.removeExtension(ObjectID oid)
          Removes an extension, identified by its object ID.
 V3Extension X509Extensions.getExtension(ObjectID oid)
          Returns a particular extension, specified by its object ID.
 void X509CRL.setSignatureAlgorithm(ObjectID signatureAlg)
          Sets the signature algorithm for signing this CRL.
 boolean X509CRL.removeExtension(ObjectID oid)
          Removes the extension specified by its object identifier.
 V3Extension X509CRL.getExtension(ObjectID oid)
          Returns a specific extension, identyfied by its object identifier.
 

Constructors in iaik.x509 with parameters of type ObjectID
UnknownExtension.UnknownExtension(ObjectID oid)
          Creates a new unknown extension from the given object identifier.
X509ExtensionInitException.X509ExtensionInitException(ObjectID extensionID, boolean critical, java.lang.String errorMessage)
          Creates a new X509ExtensionInitException.
 

Uses of ObjectID in iaik.x509.extensions
 

Fields in iaik.x509.extensions declared as ObjectID
static ObjectID CRLDistributionPoints.oid
          The object identifier of this CRLDistributionPoints extension.
static ObjectID BasicConstraints.oid
          The object identifier of this BasicConstraints extension.
static ObjectID AuthorityKeyIdentifier.oid
          The object identifier of this AuthorityKeyIdentifier extension.
static ObjectID PrivateKeyUsagePeriod.oid
          The object identifier of this PrivateKeyUsagePeriod extension.
static ObjectID IssuerAltName.oid
          The object identifier of this IssuerAltName extension.
static ObjectID SubjectAltName.oid
          The object identifier of this SubjectAltName extension.
static ObjectID AuthorityInfoAccess.oid
          The object identifier of this AuthorityInfoAccess extension.
static ObjectID CertificatePolicies.oid
          The object identifier of this CertificatePolicies extension.
static ObjectID PolicyMappings.oid
          The object identifier of this PolicyMappings extension.
static ObjectID KeyUsage.oid
          The object identifier of this KeyUsage extension.
static ObjectID SubjectKeyIdentifier.oid
          The object identifier of this SubjectKeyIdentifier extension.
static ObjectID ExtendedKeyUsage.oid
          The object identifier of this ExtendedKeyUsage extension.
static ObjectID ExtendedKeyUsage.serverAuth
          The "TLS Web server authentication" ExtendedKeyUsage purpose id.
static ObjectID ExtendedKeyUsage.clientAuth
          The "TLS Web client authentication" ExtendedKeyUsage purpose id.
static ObjectID ExtendedKeyUsage.codeSigning
          The "Code Signing" ExtendedKeyUsage purpose id.
static ObjectID ExtendedKeyUsage.emailProtection
          The "E-mail protection" ExtendedKeyUsage purpose id.
static ObjectID ExtendedKeyUsage.timeStamping
          The "Timestamping" ExtendedKeyUsage purpose id.
static ObjectID ExtendedKeyUsage.ipsecEndSystem
          The "IP security end system" ExtendedKeyUsage purpose id.
static ObjectID ExtendedKeyUsage.ipsecTunnel
          The "IP security tunnel termination" ExtendedKeyUsage purpose id.
static ObjectID ExtendedKeyUsage.ipsecUser
          The "IP security user" ExtendedKeyUsage purpose id.
static ObjectID ExtendedKeyUsage.iKEIntermediate
          The "iKEIntermediate" ExtendedKeyUsage purpose id.
static ObjectID ExtendedKeyUsage.microsoftSGC
          The "Microsoft Server Gated Cryptography" ExtendedKeyUsage purpose id.
static ObjectID ExtendedKeyUsage.netscapeSGC
          The "Netscape Server Gated Cryptography" ExtendedKeyUsage purpose id.
static ObjectID CRLNumber.oid
          The object identifier of this CRLNumber extension.
static ObjectID PolicyConstraints.oid
          The object identifier of this PolicyConstraints extension.
static ObjectID NameConstraints.oid
          The object identifier of this NameConstraints extension.
static ObjectID ReasonCode.oid
          The object identifier of this ReasonCode extension.
 

Methods in iaik.x509.extensions that return ObjectID
 ObjectID CRLDistributionPoints.getObjectID()
          Returns the object ID of this CRLDistributionPoints extension
 ObjectID BasicConstraints.getObjectID()
          Returns the object ID of this BasicConstraints extension
 ObjectID AuthorityKeyIdentifier.getObjectID()
          Returns the object ID of this AuthorityKeyIdentifier extension.
 ObjectID PrivateKeyUsagePeriod.getObjectID()
          Returns the object ID of this PrivateKeyUsagePeriod extension.
 ObjectID IssuerAltName.getObjectID()
          Returns the object ID of this IssuerAltName extension
 ObjectID SubjectAltName.getObjectID()
          Returns the object ID of this SubjectAltName extension
 ObjectID AuthorityInfoAccess.getObjectID()
          Returns the object ID of this AuthorityInfoAccess extension
 ObjectID CertificatePolicies.getObjectID()
          Returns the object id of this CertificatePolicies extension.
 ObjectID PolicyMappings.getObjectID()
          Returns the object ID of this PolicyMappings extension
 ObjectID KeyUsage.getObjectID()
          Returns the object ID of this KeyUsage extension
 ObjectID SubjectKeyIdentifier.getObjectID()
          Returns the object ID of this SubjectKeyIdentifier extension
 ObjectID[] ExtendedKeyUsage.getKeyPurposeIDs()
          Returns all KeyPurposeIDs included in this extension.
 ObjectID ExtendedKeyUsage.getObjectID()
          Returns the object ID of this ExtendedKeyUsage extension.
 ObjectID CRLNumber.getObjectID()
          Returns the object ID of this CRLNumber extension.
 ObjectID PolicyConstraints.getObjectID()
          Returns the object ID of this PolicyConstraints extension
 ObjectID NameConstraints.getObjectID()
          Returns the object ID of this NameConstraints extension
 ObjectID ReasonCode.getObjectID()
          Returns the object ID of this ReasonCode extension
 ObjectID ErrorExtension.getObjectID()
          Returns the ObjectID of the broken extension.
 

Methods in iaik.x509.extensions with parameters of type ObjectID
 void ExtendedKeyUsage.addKeyPurposeID(ObjectID keyPurposeID)
          Adds a KeyPurposeID to this extension.
 boolean ExtendedKeyUsage.removeKeyPurposeID(ObjectID keyPurposeID)
          Removes a KeyPurposeID from this extension.
 

Constructors in iaik.x509.extensions with parameters of type ObjectID
ErrorExtension.ErrorExtension(ObjectID objectID, boolean critical, java.lang.String errorMessage)
          Creates a new broken extension.
 

Uses of ObjectID in iaik.x509.extensions.netscape
 

Fields in iaik.x509.extensions.netscape declared as ObjectID
static ObjectID NetscapeCertRenewalUrl.oid
          The object ID of the X.509 extension NetscapeCertRenewalUrl.
static ObjectID NetscapeRevocationUrl.oid
          The object ID of the X.509 extension NetscapeRevocationUrl.
static ObjectID NetscapeCertType.oid
          The object ID of the X.509 extension NetscapeCertType.
static ObjectID NetscapeCaPolicyUrl.oid
          The object ID of the X.509 extension NetscapeCaPolicyUrl.
static ObjectID NetscapeSSLServerName.oid
          The object ID of the X.509 extension NetscapeSSLServerName.
static ObjectID NetscapeBaseUrl.oid
          The object ID of the X.509 extension NetscapeBaseUrl.
static ObjectID NetscapeCaRevocationUrl.oid
          The object ID of the X.509 extension NetscapeCaRevocationUrl.
static ObjectID NetscapeComment.oid
          The object ID of the X.509 extension NetscapeComment.
 

Methods in iaik.x509.extensions.netscape that return ObjectID
 ObjectID NetscapeCertRenewalUrl.getObjectID()
          Returns the object ID of this NetscapeCertRenewalUrl extension
 ObjectID NetscapeRevocationUrl.getObjectID()
          Returns the object ID of this NetscapeRevocationUrl extension
 ObjectID NetscapeCertType.getObjectID()
          Returns the object ID of this NetscapeCertType extension
 ObjectID NetscapeCaPolicyUrl.getObjectID()
          Returns the object ID of this NetscapeCaPolicyUrl extension
 ObjectID NetscapeSSLServerName.getObjectID()
          Returns the object ID of this NetscapeSSLServerName extension
 ObjectID NetscapeBaseUrl.getObjectID()
          Returns the object ID of this NetscapeBaseUrl extension
 ObjectID NetscapeCaRevocationUrl.getObjectID()
          Returns the object ID of this NetscapeCaRevocationUrl extension
 ObjectID NetscapeComment.getObjectID()
          Returns the object ID of this NetscapeComment extension