Uses of Class
org.wildfly.test.security.common.elytron.SimpleTrustManager.Builder
Packages that use SimpleTrustManager.Builder
-
Uses of SimpleTrustManager.Builder in org.wildfly.test.security.common.elytron
Methods in org.wildfly.test.security.common.elytron that return SimpleTrustManager.BuilderModifier and TypeMethodDescriptionstatic SimpleTrustManager.BuilderSimpleTrustManager.builder()Creates builder to buildSimpleTrustManager.protected SimpleTrustManager.BuilderSimpleTrustManager.Builder.self()SimpleTrustManager.Builder.withAlgorithm(String algorithm) SimpleTrustManager.Builder.withCrl(CertificateRevocationList crl) SimpleTrustManager.Builder.withCrls(List<CertificateRevocationList> crls) SimpleTrustManager.Builder.withKeyStore(String keyStore) SimpleTrustManager.Builder.withMaximumCertPath(int maximumCertPath) SimpleTrustManager.Builder.withOnlyLeafCert(boolean onlyLeafCert) SimpleTrustManager.Builder.withSoftFail(boolean softFail)