mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8178278: Move Standard Algorithm Names document to specs directory
Reviewed-by: erikj, wetmore, mullan
This commit is contained in:
parent
30c35f5e34
commit
e52af5f5b3
43 changed files with 294 additions and 302 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2017, 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
|
||||
|
@ -74,8 +74,8 @@ public abstract class Certificate implements java.io.Serializable {
|
|||
*
|
||||
* @param type the standard name of the certificate type.
|
||||
* See the CertificateFactory section in the <a href=
|
||||
* "{@docRoot}/../technotes/guides/security/StandardNames.html#CertificateFactory">
|
||||
* Java Cryptography Architecture Standard Algorithm Name Documentation</a>
|
||||
* "{@docRoot}/../specs/security/standard-names.html#certificatefactory-types">
|
||||
* Java Security Standard Algorithm Names Specification</a>
|
||||
* for information about standard certificate types.
|
||||
*/
|
||||
protected Certificate(String type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue