Example usage for Java java.security KeyStore.PrivateKeyEntry fields, constructors, methods, implement or subclass
The text is from its open source code.
PrivateKeyEntry(PrivateKey privateKey, Certificate[] chain) Constructs a PrivateKeyEntry with a PrivateKey and corresponding certificate chain. |