public interface DistinguishedNameOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getC()
country
|
com.google.protobuf.ByteString |
getCBytes()
country
|
String |
getCn()
common name
|
com.google.protobuf.ByteString |
getCnBytes()
common name
|
String |
getL()
locality
|
com.google.protobuf.ByteString |
getLBytes()
locality
|
String |
getO()
organization
|
com.google.protobuf.ByteString |
getOBytes()
organization
|
String |
getOu()
organizational unit
|
com.google.protobuf.ByteString |
getOuBytes()
organizational unit
|
String |
getSt()
state or province
|
com.google.protobuf.ByteString |
getStBytes()
state or province
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getCn()
common name
string cn = 1;
com.google.protobuf.ByteString getCnBytes()
common name
string cn = 1;
String getOu()
organizational unit
string ou = 2;
com.google.protobuf.ByteString getOuBytes()
organizational unit
string ou = 2;
String getO()
organization
string o = 3;
com.google.protobuf.ByteString getOBytes()
organization
string o = 3;
String getL()
locality
string l = 4;
com.google.protobuf.ByteString getLBytes()
locality
string l = 4;
String getSt()
state or province
string st = 5;
com.google.protobuf.ByteString getStBytes()
state or province
string st = 5;
String getC()
country
string c = 6;
com.google.protobuf.ByteString getCBytes()
country
string c = 6;