Searched defs:PrivateKeyEntry (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/security/
H A DKeyStore.java461 * {@link PrivateKeyEntry} or a {@link SecretKeyEntry}.
1174 * {@code PrivateKeyEntry} represents a {@code KeyStore} entry that
1177 public static final class PrivateKeyEntry implements Entry { class in class:KeyStore
1185 * Constructs a new instance of {@code PrivateKeyEntry} with the given
1201 public PrivateKeyEntry(PrivateKey privateKey, Certificate[] chain) { method in class:KeyStore.PrivateKeyEntry
1275 * this {@code PrivateKeyEntry}.
1277 * @return a printable representation for this {@code PrivateKeyEntry}.
1282 "PrivateKeyEntry: number of elements in certificate chain is ");

Completed in 104 milliseconds