Uses of Class
org.glassfish.appclient.server.core.jws.servedcontent.ASJarSigner
-
Packages that use ASJarSigner Package Description org.glassfish.appclient.server.core org.glassfish.appclient.server.core.jws.servedcontent -
-
Uses of ASJarSigner in org.glassfish.appclient.server.core
Constructors in org.glassfish.appclient.server.core with parameters of type ASJarSigner Constructor Description ApplicationSignedJARManager(String autoSigningAlias, ASJarSigner jarSigner, org.glassfish.hk2.api.ServiceLocator habitat, DeploymentContext dc, AppClientDeployerHelper helper, URI EARDirectoryServerURI, URI EARDirectoryUserURI) -
Uses of ASJarSigner in org.glassfish.appclient.server.core.jws.servedcontent
Constructors in org.glassfish.appclient.server.core.jws.servedcontent with parameters of type ASJarSigner Constructor Description AutoSignedContent(File unsignedFile, File signedFile, String userProvidedAlias, ASJarSigner jarSigner, String relativeURI, String appName)StreamedAutoSignedStaticContent(File unsignedFile, String userProvidedAlias, ASJarSigner jarSigner, String relativeURI, String appName)
-