提交 2ec0fbca 编写于 作者: M mullan

6870553: X509Certificate.getSigAlgName method description uses non-standard...

6870553: X509Certificate.getSigAlgName method description uses non-standard algorithm name as example
Reviewed-by: xuelei
上级 76638d18
/* /*
* Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -387,7 +387,7 @@ public abstract class X509CRL extends CRL implements X509Extension { ...@@ -387,7 +387,7 @@ public abstract class X509CRL extends CRL implements X509Extension {
/** /**
* Gets the signature algorithm name for the CRL * Gets the signature algorithm name for the CRL
* signature algorithm. An example is the string "SHA-1/DSA". * signature algorithm. An example is the string "SHA256withRSA".
* The ASN.1 definition for this is: * The ASN.1 definition for this is:
* <pre> * <pre>
* signatureAlgorithm AlgorithmIdentifier<p> * signatureAlgorithm AlgorithmIdentifier<p>
......
/* /*
* Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -352,7 +352,7 @@ implements X509Extension { ...@@ -352,7 +352,7 @@ implements X509Extension {
/** /**
* Gets the signature algorithm name for the certificate * Gets the signature algorithm name for the certificate
* signature algorithm. An example is the string "SHA-1/DSA". * signature algorithm. An example is the string "SHA256withRSA".
* The ASN.1 definition for this is: * The ASN.1 definition for this is:
* <pre> * <pre>
* signatureAlgorithm AlgorithmIdentifier<p> * signatureAlgorithm AlgorithmIdentifier<p>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册