8314059: Remove PKCS7.verify()
Reviewed-by: mullan
This commit is contained in:
parent
49b29845f7
commit
595fdd36c5
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1996, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1996, 2023, 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
|
||||
@ -557,17 +557,6 @@ public class PKCS7 {
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns all signerInfos which self-verify.
|
||||
*
|
||||
* @exception NoSuchAlgorithmException on unrecognized algorithms.
|
||||
* @exception SignatureException on signature handling errors.
|
||||
*/
|
||||
public SignerInfo[] verify()
|
||||
throws NoSuchAlgorithmException, SignatureException {
|
||||
return verify(null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the version number of this PKCS7 block.
|
||||
* @return the version or null if version is not specified
|
||||
|
Loading…
x
Reference in New Issue
Block a user