- All Implemented Interfaces:
- Prototype.Builder<Keys.Builder,,- Keys> - Builder<Keys.Builder,,- Keys> - ConfigBuilderSupport.ConfiguredBuilder<Keys.Builder,,- Keys> - ConfigBuilderSupport.ConfiguredBuilder<Keys.Builder,,- Keys> - Supplier<Keys>
- Enclosing interface:
- Keys
public static class Keys.Builder
extends Keys.BuilderBase<Keys.Builder,Keys>
implements Builder<Keys.Builder,Keys>  
Fluent API builder for 
Keys.- 
Nested Class SummaryNested classes/interfaces inherited from class io.helidon.common.pki.Keys.BuilderBaseKeys.BuilderBase.KeysImpl
- 
Method SummaryMethods inherited from class io.helidon.common.pki.Keys.BuilderBaseaddCert, addCertChain, addCertChain, addCerts, certChain, certChain, certs, certs, clearKeystore, clearPem, clearPrivateKey, clearPublicCert, clearPublicKey, config, config, config, from, from, keystore, keystore, keystore, pem, pem, pem, preBuildPrototype, privateKey, privateKey, publicCert, publicCert, publicKey, publicKey, toString, validatePrototypeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.helidon.builder.api.Prototype.Builderself
- 
Method Details- 
buildPrototypeDescription copied from interface:Prototype.BuilderCreate an instance of thePrototype. This method is available on all generated builders forPrototype.Blueprint.- Specified by:
- buildPrototypein interface- Prototype.Builder<Keys.Builder,- Keys> 
- Returns:
- an instance of the setup object created from this builder
 
- 
buildDescription copied from interface:BuilderBuild the instance from this builder.- Specified by:
- buildin interface- Builder<Keys.Builder,- Keys> 
- Returns:
- instance of the built type
 
 
-