JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 24 & JDK 24
DRAFT 24-crac+20-25
java.base
java.security
KeyStore
PrivateKeyEntry
Uses of Class
java.security.KeyStore.PrivateKeyEntry
Packages that use
KeyStore.PrivateKeyEntry
Package
Description
jdk.security.jarsigner
This package defines APIs for signing jar files.
Uses of
KeyStore.PrivateKeyEntry
in
jdk.security.jarsigner
Constructors in
jdk.security.jarsigner
with parameters of type
KeyStore.PrivateKeyEntry
Modifier
Constructor
Description
Builder
(
KeyStore.PrivateKeyEntry
entry)
Creates a
JarSigner.Builder
object with a
KeyStore.PrivateKeyEntry
object.