Uses of Class
com.tremolosecurity.k8s.model.KeyPairs
Packages that use KeyPairs
-
Uses of KeyPairs in com.tremolosecurity.k8s.model
Methods in com.tremolosecurity.k8s.model that return KeyPairsModifier and TypeMethodDescriptionKeyStore.getKeyPairs()
KeyPairs.withCreateKeypairTemplate
(List<CreateKeypairTemplate> createKeypairTemplate) Methods in com.tremolosecurity.k8s.model with parameters of type KeyPairsModifier and TypeMethodDescriptionvoid
KeyStore.setKeyPairs
(KeyPairs keyPairs) KeyStore.withKeyPairs
(KeyPairs keyPairs) Constructors in com.tremolosecurity.k8s.model with parameters of type KeyPairsModifierConstructorDescriptionKeyStore
(UpdateController updateController, List<StaticKey> staticKeys, List<TrustedCertificate> trustedCertificates, KeyPairs keyPairs)