File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
src/java.base/share/classes/sun/security/pkcs Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 1996, 2022 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 1996, 2023 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -557,17 +557,6 @@ public SignerInfo[] verify(byte[] bytes)
557
557
return null ;
558
558
}
559
559
560
- /**
561
- * Returns all signerInfos which self-verify.
562
- *
563
- * @exception NoSuchAlgorithmException on unrecognized algorithms.
564
- * @exception SignatureException on signature handling errors.
565
- */
566
- public SignerInfo [] verify ()
567
- throws NoSuchAlgorithmException , SignatureException {
568
- return verify (null );
569
- }
570
-
571
560
/**
572
561
* Returns the version number of this PKCS7 block.
573
562
* @return the version or null if version is not specified
You can’t perform that action at this time.
0 commit comments