Details
-
Type:
Enhancement
-
Status: Open
-
Priority:
P3
-
Resolution: Unresolved
-
Affects Version/s: 7
-
Fix Version/s: None
-
Component/s: security-libs
-
Subcomponent:
-
CPU:generic
-
OS:generic
Description
There are certain use cases where it would be more efficient to use a lazy X509Certificate implementation; that is one which the parsing of the certificate is delayed until a method is called that accesses a field or extension in the certificate (ex: getSubjectX500Principal). Some use cases never actually need to parse the contents of the certificate, or only need to instantiate the Certificate for a subsequent byte array comparison (ex: CodeSource.equals).
Attachments
Issue Links
- relates to
-
JDK-6935344 Investigate performance improvement by creating Certificates without parsing them
-
- Resolved
-