< prev index next >

src/share/classes/sun/security/provider/certpath/AlgorithmChecker.java

Print this page
rev 12524 : 8154015: Apply algorithm constraints to timestamped code
Reviewed-by: ascarpino

*** 212,221 **** --- 212,225 ---- debug.println("AlgorithmChecker.contains: " + cert.getSigAlgName()); } return AnchorCertificates.contains(cert); } + Timestamp getJarTimestamp() { + return jarTimestamp; + } + @Override public void init(boolean forward) throws CertPathValidatorException { // Note that this class does not support forward mode. if (!forward) { if (trustedPubKey != null) {
< prev index next >