Java Doc for PKIXExtensions.java in  » 6.0-JDK-Modules » j2me » sun » security » x509 » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » j2me » sun.security.x509 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   sun.security.x509.PKIXExtensions

PKIXExtensions
public class PKIXExtensions (Code)
Lists all the object identifiers of the X509 extensions of the PKIX profile.

Extensions are addiitonal attributes which can be inserted in a X509 v3 certificate. For example a "Driving License Certificate" could have the driving license number as a extension.

Extensions are represented as a sequence of the extension identifier (Object Identifier), a boolean flag stating whether the extension is to be treated as being critical and the extension value itself (this is again a DER encoding of the extension value).
See Also:   Extension
version:
   1.8
author:
   Amit Kapoor
author:
   Hemma Prafullchandra



Field Summary
final public static  ObjectIdentifierAuthorityKey_Id
     Identifies the particular public key used to sign the certificate.
final public static  ObjectIdentifierBasicConstraints_Id
     Identifies whether the subject of the certificate is a CA and how deep a certification path may exist through that CA.
final public static  ObjectIdentifierCRLDistributionPoints_Id
     Identifies how CRL information is obtained.
final public static  ObjectIdentifierCRLNumber_Id
     Conveys a monotonically increasing sequence number for each CRL issued by a given CA.
final public static  ObjectIdentifierCertificatePolicies_Id
     Contains the sequence of policy information terms.
final public static  ObjectIdentifierDeltaCRLIndicator_Id
     Identifies the delta CRL.
final public static  ObjectIdentifierExtendedKeyUsage_Id
     Identifies one or more purposes for which the certified public key may be used, in addition to or in place of the basic purposes indicated in the key usage extension field.
final public static  ObjectIdentifierHoldInstructionCode_Id
     This extension provides a registered instruction identifier indicating the action to be taken, after encountering a certificate that has been placed on hold.
final public static  ObjectIdentifierInhibitAnyPolicy_Id
    
final public static  ObjectIdentifierInvalidityDate_Id
     Identifies the date on which it is known or suspected that the private key was compromised or that the certificate otherwise became invalid.
final public static  ObjectIdentifierIssuerAlternativeName_Id
     Allows additional identities to be associated with the certificate issuer.
final public static  ObjectIdentifierIssuingDistributionPoint_Id
     Identifies the CRL distribution point for a particular CRL.
final public static  ObjectIdentifierKeyUsage_Id
     Defines the purpose of the key contained in the certificate.
final public static  ObjectIdentifierNameConstraints_Id
     Provides for permitted and excluded subtrees that place restrictions on names that may be included within a certificate issued by a given CA.
final public static  ObjectIdentifierPolicyConstraints_Id
     Used to either prohibit policy mapping or limit the set of policies that can be in subsequent certificates.
final public static  ObjectIdentifierPolicyMappings_Id
     Lists pairs of objectidentifiers of policies considered equivalent by the issuing CA to the subject CA.
final public static  ObjectIdentifierPrivateKeyUsage_Id
     Allows the certificate issuer to specify a different validity period for the private key than the certificate.
final public static  ObjectIdentifierReasonCode_Id
     Identifies the reason for the certificate revocation.
final public static  ObjectIdentifierSubjectAlternativeName_Id
     Allows additional identities to be bound to the subject of the certificate.
final public static  ObjectIdentifierSubjectDirectoryAttributes_Id
     Identifies additional directory attributes.
final public static  ObjectIdentifierSubjectKey_Id
     Identifies the particular public key used in an application.



Field Detail
AuthorityKey_Id
final public static ObjectIdentifier AuthorityKey_Id(Code)
Identifies the particular public key used to sign the certificate.



BasicConstraints_Id
final public static ObjectIdentifier BasicConstraints_Id(Code)
Identifies whether the subject of the certificate is a CA and how deep a certification path may exist through that CA.



CRLDistributionPoints_Id
final public static ObjectIdentifier CRLDistributionPoints_Id(Code)
Identifies how CRL information is obtained.



CRLNumber_Id
final public static ObjectIdentifier CRLNumber_Id(Code)
Conveys a monotonically increasing sequence number for each CRL issued by a given CA.



CertificatePolicies_Id
final public static ObjectIdentifier CertificatePolicies_Id(Code)
Contains the sequence of policy information terms.



DeltaCRLIndicator_Id
final public static ObjectIdentifier DeltaCRLIndicator_Id(Code)
Identifies the delta CRL.



ExtendedKeyUsage_Id
final public static ObjectIdentifier ExtendedKeyUsage_Id(Code)
Identifies one or more purposes for which the certified public key may be used, in addition to or in place of the basic purposes indicated in the key usage extension field.



HoldInstructionCode_Id
final public static ObjectIdentifier HoldInstructionCode_Id(Code)
This extension provides a registered instruction identifier indicating the action to be taken, after encountering a certificate that has been placed on hold.



InhibitAnyPolicy_Id
final public static ObjectIdentifier InhibitAnyPolicy_Id(Code)
Specifies whether any-policy policy OID is permitted



InvalidityDate_Id
final public static ObjectIdentifier InvalidityDate_Id(Code)
Identifies the date on which it is known or suspected that the private key was compromised or that the certificate otherwise became invalid.



IssuerAlternativeName_Id
final public static ObjectIdentifier IssuerAlternativeName_Id(Code)
Allows additional identities to be associated with the certificate issuer.



IssuingDistributionPoint_Id
final public static ObjectIdentifier IssuingDistributionPoint_Id(Code)
Identifies the CRL distribution point for a particular CRL.



KeyUsage_Id
final public static ObjectIdentifier KeyUsage_Id(Code)
Defines the purpose of the key contained in the certificate.



NameConstraints_Id
final public static ObjectIdentifier NameConstraints_Id(Code)
Provides for permitted and excluded subtrees that place restrictions on names that may be included within a certificate issued by a given CA.



PolicyConstraints_Id
final public static ObjectIdentifier PolicyConstraints_Id(Code)
Used to either prohibit policy mapping or limit the set of policies that can be in subsequent certificates.



PolicyMappings_Id
final public static ObjectIdentifier PolicyMappings_Id(Code)
Lists pairs of objectidentifiers of policies considered equivalent by the issuing CA to the subject CA.



PrivateKeyUsage_Id
final public static ObjectIdentifier PrivateKeyUsage_Id(Code)
Allows the certificate issuer to specify a different validity period for the private key than the certificate.



ReasonCode_Id
final public static ObjectIdentifier ReasonCode_Id(Code)
Identifies the reason for the certificate revocation.



SubjectAlternativeName_Id
final public static ObjectIdentifier SubjectAlternativeName_Id(Code)
Allows additional identities to be bound to the subject of the certificate.



SubjectDirectoryAttributes_Id
final public static ObjectIdentifier SubjectDirectoryAttributes_Id(Code)
Identifies additional directory attributes. This extension is always non-critical.



SubjectKey_Id
final public static ObjectIdentifier SubjectKey_Id(Code)
Identifies the particular public key used in an application.





Methods inherited from java.lang.Object
public boolean equals(Object obj)(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.