Package dev.sigstore.proto.common.v1
Interface DistinguishedNameOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DistinguishedName,DistinguishedName.Builder
public interface DistinguishedNameOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCommonName()string common_name = 2;com.google.protobuf.ByteStringgetCommonNameBytes()string common_name = 2;java.lang.StringgetOrganization()string organization = 1;com.google.protobuf.ByteStringgetOrganizationBytes()string organization = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOrganization
java.lang.String getOrganization()
string organization = 1;- Returns:
- The organization.
-
getOrganizationBytes
com.google.protobuf.ByteString getOrganizationBytes()
string organization = 1;- Returns:
- The bytes for organization.
-
getCommonName
java.lang.String getCommonName()
string common_name = 2;- Returns:
- The commonName.
-
getCommonNameBytes
com.google.protobuf.ByteString getCommonNameBytes()
string common_name = 2;- Returns:
- The bytes for commonName.
-
-