Uses of Interface
com.sun.jarsigner.ContentSignerParameters
-
Packages that use ContentSignerParameters 软件包 描述 com.sun.jarsigner 该包包含用于定义jarsigner
工具使用的签名机制的接口和类。 -
-
Uses of ContentSignerParameters in com.sun.jarsigner
Methods in com.sun.jarsigner with parameters of type ContentSignerParameters Modifier and Type 方法 描述 abstract byte[]
ContentSigner. generateSignedData(ContentSignerParameters parameters, boolean omitContent, boolean applyTimestamp)
已过时。生成PKCS#7签名的数据消息。
-