mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8028266: Tidy warnings cleanup for packages java.security/javax.security
Some tidy warnings in docs were fixed Reviewed-by: mullan, wetmore
This commit is contained in:
parent
d5d207d635
commit
765a1e4435
56 changed files with 159 additions and 370 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -41,7 +41,7 @@ import sun.security.x509.X509CertImpl;
|
|||
* An identity certificate is a binding of a principal to a public key which
|
||||
* is vouched for by another principal. (A principal represents
|
||||
* an entity such as an individual user, a group, or a corporation.)
|
||||
*<p>
|
||||
* <p>
|
||||
* This class is an abstraction for certificates that have different
|
||||
* formats but important common uses. For example, different types of
|
||||
* certificates, such as X.509 and PGP, share general certificate
|
||||
|
@ -248,9 +248,7 @@ public abstract class Certificate implements java.io.Serializable {
|
|||
* Construct the alternate Certificate class with the Certificate
|
||||
* type and Certificate encoding bytes.
|
||||
*
|
||||
* <p>
|
||||
*
|
||||
* @param type the standard name of the Certificate type. <p>
|
||||
* @param type the standard name of the Certificate type.
|
||||
*
|
||||
* @param data the Certificate data.
|
||||
*/
|
||||
|
@ -262,8 +260,6 @@ public abstract class Certificate implements java.io.Serializable {
|
|||
/**
|
||||
* Resolve the Certificate Object.
|
||||
*
|
||||
* <p>
|
||||
*
|
||||
* @return the resolved Certificate Object
|
||||
*
|
||||
* @throws java.io.ObjectStreamException if the Certificate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue