Package dev.sigstore.proto.common.v1
Interface SubjectAlternativeNameOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SubjectAlternativeName,SubjectAlternativeName.Builder
public interface SubjectAlternativeNameOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubjectAlternativeName.IdentityCasegetIdentityCase()java.lang.StringgetRegexp()A regular expression describing the expected value for the SAN.com.google.protobuf.ByteStringgetRegexpBytes()A regular expression describing the expected value for the SAN.SubjectAlternativeNameTypegetType().dev.sigstore.common.v1.SubjectAlternativeNameType type = 1;intgetTypeValue().dev.sigstore.common.v1.SubjectAlternativeNameType type = 1;java.lang.StringgetValue()The exact value to match against.com.google.protobuf.ByteStringgetValueBytes()The exact value to match against.booleanhasRegexp()A regular expression describing the expected value for the SAN.booleanhasValue()The exact value to match against.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTypeValue
int getTypeValue()
.dev.sigstore.common.v1.SubjectAlternativeNameType type = 1;- Returns:
- The enum numeric value on the wire for type.
-
getType
SubjectAlternativeNameType getType()
.dev.sigstore.common.v1.SubjectAlternativeNameType type = 1;- Returns:
- The type.
-
hasRegexp
boolean hasRegexp()
A regular expression describing the expected value for the SAN.
string regexp = 2;- Returns:
- Whether the regexp field is set.
-
getRegexp
java.lang.String getRegexp()
A regular expression describing the expected value for the SAN.
string regexp = 2;- Returns:
- The regexp.
-
getRegexpBytes
com.google.protobuf.ByteString getRegexpBytes()
A regular expression describing the expected value for the SAN.
string regexp = 2;- Returns:
- The bytes for regexp.
-
hasValue
boolean hasValue()
The exact value to match against.
string value = 3;- Returns:
- Whether the value field is set.
-
getValue
java.lang.String getValue()
The exact value to match against.
string value = 3;- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()
The exact value to match against.
string value = 3;- Returns:
- The bytes for value.
-
getIdentityCase
SubjectAlternativeName.IdentityCase getIdentityCase()
-
-