Interface X509StringGeneralName
-
- All Superinterfaces:
X509GeneralName
- All Known Implementing Classes:
X509DirectoryName
,X509DnsName
,X509IpAddress
,X509Rfc822Name
,X509URI
public interface X509StringGeneralName extends X509GeneralName
Common interface for printable X.509 general name.- Since:
- 5.4
- Version:
- $Id: 58fc1d89376282b6dbfc3e86a2cc5316da61733f $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
-
-
-
Method Detail
-
getName
String getName()
- Returns:
- the string representation of this general name.
-
-