Home | History | Annotate | Download | only in util

Lines Matching refs:PKCS7

56 import sun.security.pkcs.PKCS7;
77 /** the PKCS7 block for this .DSA/.RSA/.EC file */
78 private PKCS7 block;
113 // new PKCS7() calls CertificateFactory.getInstance()
118 block = new PKCS7(rawBytes);
162 * to determine the signature file names and PKCS7 block
167 * Signature File or PKCS7 block file name
170 // we currently only support DSA and RSA PKCS7 blocks
540 * Given the PKCS7 block and SignerInfo[], create an array of
544 private CodeSigner[] getSigners(SignerInfo infos[], PKCS7 block)