Searched refs:signers (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/loader/
H A DASURLClassLoader.java965 /** ProtectionDomain with signers if jar is signed,
1124 * @param signers the array of signer certs or null
1126 public void setProtectionDomain (ClassLoader ejbClassLoader, Certificate[] signers) throws MalformedURLException { argument
1128 pd = new ProtectionDomain(new CodeSource(file.toURL(),signers),null, ejbClassLoader, null );

Completed in 13 milliseconds