Class KeyStore
java.lang.Object
com.tremolosecurity.k8s.model.KeyStore
-
Constructor Summary
ConstructorDescriptionKeyStore()
No args constructor for use in serializationKeyStore
(UpdateController updateController, List<StaticKey> staticKeys, List<TrustedCertificate> trustedCertificates, KeyPairs keyPairs) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setKeyPairs
(KeyPairs keyPairs) void
setStaticKeys
(List<StaticKey> staticKeys) void
setTrustedCertificates
(List<TrustedCertificate> trustedCertificates) void
setUpdateController
(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
-