Module
jdk.jartool
Package com.sun.jarsigner
该包包含用于定义
jarsigner
工具使用的签名机制的接口和类。
客户可以覆盖的默认签名机制jarsigner
通过提供替代实现的工具ContentSigner
。 此包中的类已被弃用。 新的类不应该添加到这个包中。 使用JarSigner
API来签名JAR文件。
-
接口摘要 接口 描述 ContentSignerParameters Deprecated. 此类已被弃用。 -
类摘要 Class 描述 ContentSigner Deprecated. 此类已被弃用。