Lines Matching defs:signature

91     // prefix for new signature-related files in META-INF directory
136 String sigalg; // name of signature algorithm
512 (".sigalg.algorithm.name.of.signature.algorithm"));
538 (".internalsf.include.the.SF.file.inside.the.signature.block"));
582 // if a signature/digest check fails.
700 if (key.charAt(0) == '-') { // the signature-related group
729 ".s.signature.was.verified."));
1041 ("signature.filename.must.consist.of.the.following.characters.A.Z.0.9.or."));
1112 * (except for signature-related META-INF entries),
1141 // ignore signature-related and manifest files
1179 * from. Since the signature on the main attributes is based
1258 // signature file
1274 rb.getString("requesting.a.signature.timestamp"));
1295 // signature block file
1452 * signature-related files include:
1472 // are not considered signature-related
1490 // display the signature timestamp, if present
2210 * Authority is supplied then a signature timestamp is generated and
2213 * @param sigalg signature algorithm to use, or null to use default
2243 * Construct a new signature block.
2269 * If no signature algorithm was specified, we choose a
2287 // check common invalid key/signature algorithm combinations
2296 ("private key algorithm is not compatible with signature algorithm");
2313 byte[] signature = sig.sign();
2315 // Timestamp the signature and generate the signature block file
2332 new JarSignerParameters(args, tsaUri, tsaCert, signature,
2335 // Generate the signature block
2371 private byte[] signature;
2381 byte[] signature, String signatureAlgorithm,
2385 if (signature == null || signatureAlgorithm == null ||
2392 this.signature = signature;
2427 * Retrieves the signature.
2429 * @return The non-null signature bytes.
2432 return signature;
2436 * Retrieves the name of the signature algorithm.
2438 * @return The non-null string name of the signature algorithm.