Searched refs:TrustedCertificateEntry (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/
H A DKeyStoreSpi.java98 * <code>TrustedCertificateEntry</code>,
183 * <code>TrustedCertificateEntry</code>,
248 * <code>TrustedCertificateEntry</code>.
265 * <code>TrustedCertificateEntry</code>,
456 return new KeyStore.TrustedCertificateEntry
519 if (entry instanceof KeyStore.TrustedCertificateEntry) {
525 KeyStore.TrustedCertificateEntry tce =
526 (KeyStore.TrustedCertificateEntry)entry;
580 if (entryClass == KeyStore.TrustedCertificateEntry.class) {
H A DKeyStore.java62 * <li><b>KeyStore.TrustedCertificateEntry</b>
530 public static final class TrustedCertificateEntry implements Entry { class in class:KeyStore
535 * Constructs a <code>TrustedCertificateEntry</code> with a
543 public TrustedCertificateEntry(Certificate trustedCert) { method in class:KeyStore.TrustedCertificateEntry
560 * Returns a string representation of this TrustedCertificateEntry.
561 * @return a string representation of this TrustedCertificateEntry.
826 * <code>TrustedCertificateEntry</code>,
952 * <code>TrustedCertificateEntry</code>,
1070 * <code>TrustedCertificateEntry</code>.
1097 * <code>TrustedCertificateEntry</cod
[all...]
/openjdk7/jdk/test/java/security/KeyStore/
H A DEntryMethods.java190 if (e instanceof KeyStore.TrustedCertificateEntry) {
267 if (e instanceof KeyStore.TrustedCertificateEntry) {
271 "expected TrustedCertificateEntry");
293 KeyStore.TrustedCertificateEntry.class)) {
/openjdk7/jdk/test/sun/security/pkcs11/KeyStore/
H A DBasic.java831 !ks.entryInstanceOf("pk1", KeyStore.TrustedCertificateEntry.class) &&
832 !ks.entryInstanceOf("pk2", KeyStore.TrustedCertificateEntry.class) &&
833 !ks.entryInstanceOf("foobar", KeyStore.TrustedCertificateEntry.class) &&
1303 ("pk1", KeyStore.TrustedCertificateEntry.class)) {
1311 ("pk3", KeyStore.TrustedCertificateEntry.class)) {
1319 ("sk1", KeyStore.TrustedCertificateEntry.class)) {
1327 ("sk4", KeyStore.TrustedCertificateEntry.class)) {
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11KeyStore.java373 * <code>TrustedCertificateEntry</code>,
502 * <code>TrustedCertificateEntry</code>,
524 entry = new KeyStore.TrustedCertificateEntry(cert);
639 * <code>TrustedCertificateEntry</code>.
664 * <code>TrustedCertificateEntry</code>,
940 return new KeyStore.TrustedCertificateEntry(aliasInfo.cert);
1029 if (entry instanceof KeyStore.TrustedCertificateEntry) {
1043 Certificate cert = ((TrustedCertificateEntry)entry).getTrustedCertificate();
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DKeyTool.java1008 KeyStore.TrustedCertificateEntry.class)) {
1743 KeyStore.TrustedCertificateEntry.class)) {

Completed in 59 milliseconds