/* * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ /** * Provides classes and interfaces for parsing and managing * certificates, certificate revocation lists (CRLs), and * certification paths. It contains support for X.509 v3 * certificates and X.509 v2 CRLs. * *

Package Specification

* * * *

Related Documentation

* * For information about X.509 certificates and CRLs, please see: * * * @since 1.2 */ package java.security.cert;