Class SignerStore
java.lang.Object
swiss.trustbroker.federation.xmlconfig.SignerStore
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SignerKeystore,SignerTruststore
Keystore/truststore configuration.
- Since:
- 1.10.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSignerStore.SignerStoreBuilder<C extends SignerStore,B extends SignerStore.SignerStoreBuilder<C, B>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionSignerStore(String resolvedCertPath, String resolvedKeyPath) protected -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanabstract StringgetAlias()If the store contains multiple objects and a specific one shall be used.abstract StringPath of the certificate.abstract StringIf the store format cannot be derived from the file extension.abstract StringPath of the key.abstract StringPassword for the store.inthashCode()voidsetResolvedCertPath(String resolvedCertPath) voidsetResolvedKeyPath(String resolvedKeyPath) toString()
-
Constructor Details
-
SignerStore
-
SignerStore
public SignerStore() -
SignerStore
-
-
Method Details
-
getResolvedCertPath
-
getResolvedKeyPath
-
getCertPath
Path of the certificate. -
getKeyPath
Path of the key. -
getAlias
If the store contains multiple objects and a specific one shall be used. -
getCertType
If the store format cannot be derived from the file extension. -
getPassword
Password for the store. -
setResolvedCertPath
-
setResolvedKeyPath
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-