Class SignerTruststore.SignerTruststoreBuilder<C extends SignerTruststore,B extends SignerTruststore.SignerTruststoreBuilder<C,B>>
java.lang.Object
swiss.trustbroker.federation.xmlconfig.SignerStore.SignerStoreBuilder<C,B>
swiss.trustbroker.federation.xmlconfig.SignerTruststore.SignerTruststoreBuilder<C,B>
- Enclosing class:
SignerTruststore
public abstract static class SignerTruststore.SignerTruststoreBuilder<C extends SignerTruststore,B extends SignerTruststore.SignerTruststoreBuilder<C,B>>
extends SignerStore.SignerStoreBuilder<C,B>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class swiss.trustbroker.federation.xmlconfig.SignerStore.SignerStoreBuilder
resolvedCertPath, resolvedKeyPath
-
Constructor Details
-
SignerTruststoreBuilder
public SignerTruststoreBuilder()
-
-
Method Details
-
certPath
Path of the certificate.- Returns:
this.
-
keyPath
Path of the key.- Returns:
this.
-
alias
If the store contains multiple objects and a specific one shall be used.- Returns:
this.
-
certType
If the store format cannot be derived from the file extension.- Returns:
this.
-
password
Password for the store.- Returns:
this.
-
self
- Specified by:
selfin classSignerStore.SignerStoreBuilder<C extends SignerTruststore,B extends SignerTruststore.SignerTruststoreBuilder<C, B>>
-
build
- Specified by:
buildin classSignerStore.SignerStoreBuilder<C extends SignerTruststore,B extends SignerTruststore.SignerTruststoreBuilder<C, B>>
-
toString
- Overrides:
toStringin classSignerStore.SignerStoreBuilder<C extends SignerTruststore,B extends SignerTruststore.SignerTruststoreBuilder<C, B>>
-