Uses of Class
java.security.CodeSigner
| Package | Description |
|---|---|
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| java.util.jar |
-
Uses of CodeSigner in java.security
Methods in java.security that return CodeSigner Modifier and Type Method Description CodeSigner[]CodeSource. getCodeSigners()Constructors in java.security with parameters of type CodeSigner Constructor Description CodeSource(URL location, CodeSigner[] signers) -
Uses of CodeSigner in java.util.jar
Methods in java.util.jar that return CodeSigner Modifier and Type Method Description CodeSigner[]JarEntry. getCodeSigners()Returns the code signers for the digital signatures associated with the JAR file.