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.IdentityCase getIdentityCase()  
      java.lang.String getRegexp()
      A regular expression describing the expected value for the SAN.
      com.google.protobuf.ByteString getRegexpBytes()
      A regular expression describing the expected value for the SAN.
      SubjectAlternativeNameType getType()
      .dev.sigstore.common.v1.SubjectAlternativeNameType type = 1;
      int getTypeValue()
      .dev.sigstore.common.v1.SubjectAlternativeNameType type = 1;
      java.lang.String getValue()
      The exact value to match against.
      com.google.protobuf.ByteString getValueBytes()
      The exact value to match against.
      boolean hasRegexp()
      A regular expression describing the expected value for the SAN.
      boolean hasValue()
      The exact value to match against.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.
      • 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.