Package dev.sigstore.fulcio.v2
Class TrustBundle.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessage.Builder<TrustBundle.Builder>
-
- dev.sigstore.fulcio.v2.TrustBundle.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,TrustBundleOrBuilder,java.lang.Cloneable
- Enclosing class:
- TrustBundle
public static final class TrustBundle.Builder extends com.google.protobuf.GeneratedMessage.Builder<TrustBundle.Builder> implements TrustBundleOrBuilder
Protobuf typedev.sigstore.fulcio.v2.TrustBundle
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TrustBundle.BuilderaddAllChains(java.lang.Iterable<? extends CertificateChain> values)The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.TrustBundle.BuilderaddChains(int index, CertificateChain value)The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.TrustBundle.BuilderaddChains(int index, CertificateChain.Builder builderForValue)The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.TrustBundle.BuilderaddChains(CertificateChain value)The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.TrustBundle.BuilderaddChains(CertificateChain.Builder builderForValue)The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.CertificateChain.BuilderaddChainsBuilder()The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.CertificateChain.BuilderaddChainsBuilder(int index)The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.TrustBundlebuild()TrustBundlebuildPartial()TrustBundle.Builderclear()TrustBundle.BuilderclearChains()The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.CertificateChaingetChains(int index)The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.CertificateChain.BuildergetChainsBuilder(int index)The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.java.util.List<CertificateChain.Builder>getChainsBuilderList()The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.intgetChainsCount()The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.java.util.List<CertificateChain>getChainsList()The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.CertificateChainOrBuildergetChainsOrBuilder(int index)The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.java.util.List<? extends CertificateChainOrBuilder>getChainsOrBuilderList()The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.TrustBundlegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()protected com.google.protobuf.GeneratedMessage.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()TrustBundle.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)TrustBundle.BuildermergeFrom(com.google.protobuf.Message other)TrustBundle.BuildermergeFrom(TrustBundle other)TrustBundle.BuilderremoveChains(int index)The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.TrustBundle.BuildersetChains(int index, CertificateChain value)The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.TrustBundle.BuildersetChains(int index, CertificateChain.Builder builderForValue)The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.-
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<TrustBundle.Builder>
-
clear
public TrustBundle.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<TrustBundle.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<TrustBundle.Builder>
-
getDefaultInstanceForType
public TrustBundle getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public TrustBundle build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public TrustBundle buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
public TrustBundle.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<TrustBundle.Builder>
-
mergeFrom
public TrustBundle.Builder mergeFrom(TrustBundle other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<TrustBundle.Builder>
-
mergeFrom
public TrustBundle.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<TrustBundle.Builder>- Throws:
java.io.IOException
-
getChainsList
public java.util.List<CertificateChain> getChainsList()
The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.
repeated .dev.sigstore.fulcio.v2.CertificateChain chains = 1;- Specified by:
getChainsListin interfaceTrustBundleOrBuilder
-
getChainsCount
public int getChainsCount()
The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.
repeated .dev.sigstore.fulcio.v2.CertificateChain chains = 1;- Specified by:
getChainsCountin interfaceTrustBundleOrBuilder
-
getChains
public CertificateChain getChains(int index)
The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.
repeated .dev.sigstore.fulcio.v2.CertificateChain chains = 1;- Specified by:
getChainsin interfaceTrustBundleOrBuilder
-
setChains
public TrustBundle.Builder setChains(int index, CertificateChain value)
The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.
repeated .dev.sigstore.fulcio.v2.CertificateChain chains = 1;
-
setChains
public TrustBundle.Builder setChains(int index, CertificateChain.Builder builderForValue)
The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.
repeated .dev.sigstore.fulcio.v2.CertificateChain chains = 1;
-
addChains
public TrustBundle.Builder addChains(CertificateChain value)
The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.
repeated .dev.sigstore.fulcio.v2.CertificateChain chains = 1;
-
addChains
public TrustBundle.Builder addChains(int index, CertificateChain value)
The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.
repeated .dev.sigstore.fulcio.v2.CertificateChain chains = 1;
-
addChains
public TrustBundle.Builder addChains(CertificateChain.Builder builderForValue)
The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.
repeated .dev.sigstore.fulcio.v2.CertificateChain chains = 1;
-
addChains
public TrustBundle.Builder addChains(int index, CertificateChain.Builder builderForValue)
The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.
repeated .dev.sigstore.fulcio.v2.CertificateChain chains = 1;
-
addAllChains
public TrustBundle.Builder addAllChains(java.lang.Iterable<? extends CertificateChain> values)
The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.
repeated .dev.sigstore.fulcio.v2.CertificateChain chains = 1;
-
clearChains
public TrustBundle.Builder clearChains()
The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.
repeated .dev.sigstore.fulcio.v2.CertificateChain chains = 1;
-
removeChains
public TrustBundle.Builder removeChains(int index)
The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.
repeated .dev.sigstore.fulcio.v2.CertificateChain chains = 1;
-
getChainsBuilder
public CertificateChain.Builder getChainsBuilder(int index)
The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.
repeated .dev.sigstore.fulcio.v2.CertificateChain chains = 1;
-
getChainsOrBuilder
public CertificateChainOrBuilder getChainsOrBuilder(int index)
The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.
repeated .dev.sigstore.fulcio.v2.CertificateChain chains = 1;- Specified by:
getChainsOrBuilderin interfaceTrustBundleOrBuilder
-
getChainsOrBuilderList
public java.util.List<? extends CertificateChainOrBuilder> getChainsOrBuilderList()
The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.
repeated .dev.sigstore.fulcio.v2.CertificateChain chains = 1;- Specified by:
getChainsOrBuilderListin interfaceTrustBundleOrBuilder
-
addChainsBuilder
public CertificateChain.Builder addChainsBuilder()
The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.
repeated .dev.sigstore.fulcio.v2.CertificateChain chains = 1;
-
addChainsBuilder
public CertificateChain.Builder addChainsBuilder(int index)
The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.
repeated .dev.sigstore.fulcio.v2.CertificateChain chains = 1;
-
getChainsBuilderList
public java.util.List<CertificateChain.Builder> getChainsBuilderList()
The set of PEM-encoded certificate chains for this Fulcio instance; each chain will start with any intermediate certificates (if present), finishing with the root certificate.
repeated .dev.sigstore.fulcio.v2.CertificateChain chains = 1;
-
-