Home
last modified time | relevance | path

Searched refs:getTrustAnchor (Results 1 – 25 of 113) sorted by relevance

12345

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/signedcontent/
H A DTrustEngineListener.java43 if (info.getTrustAnchor() == null) { in addedTrustAnchor()
48 if (tsa != null && tsa.getTrustAnchor() == null) in addedTrustAnchor()
69 if (anchor.equals(info.getTrustAnchor())) { in removedTrustAnchor()
75 if (tsa != null && anchor.equals(tsa.getTrustAnchor())) { in removedTrustAnchor()
H A DSignerInfoImpl.java35 public Certificate getTrustAnchor() { in getTrustAnchor() method in SignerInfoImpl
80 …return trustAnchor == null ? other.getTrustAnchor() == null : trustAnchor.equals(other.getTrustAnc… in equals()
/dports/java/bouncycastle15/crypto-169/prov/src/main/jdk1.3/org/bouncycastle/jce/cert/
H A DPKIXCertPathValidatorResult.java79 public TrustAnchor getTrustAnchor() in getTrustAnchor() method in PKIXCertPathValidatorResult
145 s.append(" Trust Anchor: ").append(getTrustAnchor()).append('\n'); in toString()
/dports/java/bouncycastle15/crypto-169/core/src/main/jdk1.1/java/security/cert/
H A DPKIXCertPathValidatorResult.java68 public TrustAnchor getTrustAnchor() in getTrustAnchor() method in PKIXCertPathValidatorResult
131 s.append( " Trust Anchor: ").append(getTrustAnchor()).append('\n' ); in toString()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/service/security/
H A DTrustEngine.java102 Certificate existing = getTrustAnchor(alias); in removeTrustAnchor()
126 …public abstract Certificate getTrustAnchor(String alias) throws IOException, GeneralSecurityExcept… in getTrustAnchor() method in TrustEngine
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/security/
H A DKeyStoreTrustEngineTest.java446 Certificate cert = engine.getTrustAnchor("ca1_root"); //$NON-NLS-1$ in testGetTrustAnchor0()
456 engine.getTrustAnchor(null); in testGetTrustAnchor1()
466 Certificate cert = engine.getTrustAnchor("ca2_root"); //$NON-NLS-1$ in testGetTrustAnchor2()
H A DSignedBundleTest.java164 assertNotNull("Trust anchor is null", infos[0].getTrustAnchor()); in testSignedContent02()
212 assertNotNull("Trust anchor is null", info.getTrustAnchor()); in testSignedContent03()
480 assertNotNull("Trust anchor is null", infos[0].getTrustAnchor()); in testSignedContent10()
519 assertNotNull("Trust anchor is null", info.getTrustAnchor()); in testSignedContent11()
695 assertNotNull("Trust anchor is null", infos[0].getTrustAnchor()); in testBug225090_01()
897 assertNull("Trust anchor is not null", infos[0].getTrustAnchor()); in doTestBug378155()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/signedcontent/
H A DSignerInfo.java39 public Certificate getTrustAnchor(); in getTrustAnchor() method
/dports/net/kea/kea-2.0.1/src/hooks/dhcp/high_availability/tests/
H A Dha_config_unittest.cc1392 EXPECT_FALSE(impl->getConfig()->getTrustAnchor().unspecified()); in TEST_F()
1395 EXPECT_EQ(expected, impl->getConfig()->getTrustAnchor().get()); in TEST_F()
1413 EXPECT_FALSE(cfg->getTrustAnchor().unspecified()); in TEST_F()
1415 EXPECT_EQ(expected, cfg->getTrustAnchor().get()); in TEST_F()
1429 EXPECT_FALSE(cfg->getTrustAnchor().unspecified()); in TEST_F()
1430 EXPECT_EQ("", cfg->getTrustAnchor().get()); in TEST_F()
/dports/net/kea/kea-2.0.1/src/bin/agent/
H A Dca_cfg_mgr.cc56 if (!ctx->getTrustAnchor().empty()) { in getConfigSummary()
57 s << ", trust anchor " << ctx->getTrustAnchor() in getConfigSummary()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/security/cert/
H A DPKIXCertPathValidatorResult.java96 public TrustAnchor getTrustAnchor() in getTrustAnchor() method in PKIXCertPathValidatorResult
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/security/cert/
H A DPKIXCertPathValidatorResult.java96 public TrustAnchor getTrustAnchor() in getTrustAnchor() method in PKIXCertPathValidatorResult
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/security/cert/
H A DPKIXCertPathValidatorResult.java96 public TrustAnchor getTrustAnchor() in getTrustAnchor() method in PKIXCertPathValidatorResult
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/security/cert/
H A DPKIXCertPathValidatorResult.java96 public TrustAnchor getTrustAnchor() in getTrustAnchor() method in PKIXCertPathValidatorResult
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/security/cert/
H A DPKIXCertPathValidatorResult.java96 public TrustAnchor getTrustAnchor() in getTrustAnchor() method in PKIXCertPathValidatorResult
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/security/cert/
H A DPKIXCertPathValidatorResult.java96 public TrustAnchor getTrustAnchor() in getTrustAnchor() method in PKIXCertPathValidatorResult
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/security/cert/
H A DPKIXCertPathValidatorResult.java96 public TrustAnchor getTrustAnchor() in getTrustAnchor() method in PKIXCertPathValidatorResult
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/security/cert/
H A DPKIXCertPathValidatorResult.java96 public TrustAnchor getTrustAnchor() in getTrustAnchor() method in PKIXCertPathValidatorResult
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/security/cert/
H A DPKIXCertPathBuilderResult.java113 sb.append(" Trust Anchor: " + getTrustAnchor().toString() + "\n"); in toString()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/security/cert/
H A DPKIXCertPathBuilderResult.java113 sb.append(" Trust Anchor: " + getTrustAnchor().toString() + "\n"); in toString()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/security/cert/
H A DPKIXCertPathBuilderResult.java113 sb.append(" Trust Anchor: " + getTrustAnchor().toString() + "\n"); in toString()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/security/cert/
H A DPKIXCertPathBuilderResult.java113 sb.append(" Trust Anchor: " + getTrustAnchor().toString() + "\n"); in toString()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/security/cert/
H A DPKIXCertPathBuilderResult.java113 sb.append(" Trust Anchor: " + getTrustAnchor().toString() + "\n"); in toString()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/security/cert/
H A DPKIXCertPathBuilderResult.java113 sb.append(" Trust Anchor: " + getTrustAnchor().toString() + "\n"); in toString()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/security/cert/
H A DPKIXCertPathBuilderResult.java113 sb.append(" Trust Anchor: " + getTrustAnchor().toString() + "\n"); in toString()

12345