java.lang.Object
io.helidon.common.pki.PemKeys.BuilderBase<PemKeys.Builder,PemKeys>
io.helidon.common.pki.PemKeys.Builder
- All Implemented Interfaces:
Prototype.Builder<PemKeys.Builder,,PemKeys> Prototype.ConfiguredBuilder<PemKeys.Builder,,PemKeys> Builder<PemKeys.Builder,,PemKeys> Supplier<PemKeys>
- Enclosing interface:
PemKeys
public static class PemKeys.Builder
extends PemKeys.BuilderBase<PemKeys.Builder,PemKeys>
implements Builder<PemKeys.Builder,PemKeys>
Fluent API builder for
PemKeys.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.common.pki.PemKeys.BuilderBase
PemKeys.BuilderBase.PemKeysImpl -
Method Summary
Methods inherited from class io.helidon.common.pki.PemKeys.BuilderBase
certChain, certChain, certChain, certChain, certificates, certificates, certificates, certificates, clearCertChain, clearCertificates, clearKey, clearKeyPassphrase, clearPublicKey, config, config, from, from, key, key, key, key, keyPassphrase, keyPassphrase, keyPassphrase, preBuildPrototype, publicKey, publicKey, publicKey, publicKey, toString, validatePrototypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.helidon.builder.api.Prototype.Builder
selfMethods inherited from interface io.helidon.builder.api.Prototype.ConfiguredBuilder
discoverService, discoverServices
-
Method Details
-
buildPrototype
Description copied from interface:Prototype.BuilderCreate an instance of thePrototype. This method is available on all generated builders forPrototype.Blueprint.- Specified by:
buildPrototypein interfacePrototype.Builder<PemKeys.Builder,PemKeys> - Returns:
- an instance of the setup object created from this builder
-
build
Description copied from interface:BuilderBuild the instance from this builder.- Specified by:
buildin interfaceBuilder<PemKeys.Builder,PemKeys> - Returns:
- instance of the built type
-