Class KeyStore
java.lang.Object
com.tremolosecurity.k8s.model.KeyStore
-
Constructor Summary
ConstructorsConstructorDescriptionKeyStore()No args constructor for use in serializationKeyStore(UpdateController updateController, List<StaticKey> staticKeys, List<TrustedCertificate> trustedCertificates, KeyPairs keyPairs) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetKeyPairs(KeyPairs keyPairs) voidsetStaticKeys(List<StaticKey> staticKeys) voidsetTrustedCertificates(List<TrustedCertificate> trustedCertificates) voidsetUpdateController(UpdateController updateController) toString()withKeyPairs(KeyPairs keyPairs) withStaticKeys(List<StaticKey> staticKeys) withTrustedCertificates(List<TrustedCertificate> trustedCertificates) withUpdateController(UpdateController updateController)
-
Constructor Details
-
KeyStore
public KeyStore()No args constructor for use in serialization -
KeyStore
public KeyStore(UpdateController updateController, List<StaticKey> staticKeys, List<TrustedCertificate> trustedCertificates, KeyPairs keyPairs) - Parameters:
updateController-staticKeys-trustedCertificates-keyPairs-
-
-
Method Details
-
getUpdateController
-
setUpdateController
-
withUpdateController
-
getStaticKeys
-
setStaticKeys
-
withStaticKeys
-
getTrustedCertificates
-
setTrustedCertificates
-
withTrustedCertificates
-
getKeyPairs
-
setKeyPairs
-
withKeyPairs
-
toString
-
hashCode
-
equals
-