Package dev.sigstore.trustroot
Interface Subject
-
@Immutable public interface Subject
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Subjectfrom(DistinguishedName proto)java.lang.StringgetCommonName()java.lang.StringgetOrganization()
-
-
-
Method Detail
-
getOrganization
java.lang.String getOrganization()
-
getCommonName
java.lang.String getCommonName()
-
from
static Subject from(DistinguishedName proto)
-
-