Class Certificates.CertificatesBuilder
java.lang.Object
swiss.trustbroker.federation.xmlconfig.Certificates.CertificatesBuilder
- Enclosing class:
Certificates
-
Method Summary
Modifier and TypeMethodDescriptionartifactResolutionKeystore(SignerKeystore artifactResolutionKeystore) Deprecated.Use backendKeystoreartifactResolutionTruststore(SignerTruststore artifactResolutionTruststore) Deprecated.Use backendTruststorebackendKeystore(SignerKeystore backendKeystore) Keystore for backend connections (via SAML the artifact resolution or OIDC metadata protocol).backendTruststore(SignerTruststore backendTruststore) Truststore for backend connections (via SAML the artifact resolution or OIDC metadata protocol).build()encryptionKeystore(SignerKeystore encryptionKeystore) Keystore for encryption.encryptionTruststore(SignerTruststore encryptionTruststore) Truststore for encryption verification.signerKeystore(SignerKeystore signerKeystore) Keystore for signing.signerTruststore(SignerTruststore signerTruststore) Truststore for signature verification.toString()
-
Method Details
-
signerKeystore
Keystore for signing.- Returns:
this.
-
signerTruststore
Truststore for signature verification.- Returns:
this.
-
encryptionKeystore
Keystore for encryption.- Returns:
this.
-
encryptionTruststore
Truststore for encryption verification.- Returns:
this.
-
backendKeystore
Keystore for backend connections (via SAML the artifact resolution or OIDC metadata protocol).- Returns:
this.- Since:
- 1.9.0
-
backendTruststore
Truststore for backend connections (via SAML the artifact resolution or OIDC metadata protocol).- Returns:
this.- Since:
- 1.9.0
-
artifactResolutionKeystore
@Deprecated public Certificates.CertificatesBuilder artifactResolutionKeystore(SignerKeystore artifactResolutionKeystore) Deprecated.Use backendKeystore- Returns:
this.
-
artifactResolutionTruststore
@Deprecated public Certificates.CertificatesBuilder artifactResolutionTruststore(SignerTruststore artifactResolutionTruststore) Deprecated.Use backendTruststore- Returns:
this.
-
build
-
toString
-