Uses of Class
com.venafi.vcert.sdk.policy.converter.tpp.AltName
-
Packages that use AltName Package Description com.venafi.vcert.sdk.policy.converter.tpp -
-
Uses of AltName in com.venafi.vcert.sdk.policy.converter.tpp
Methods in com.venafi.vcert.sdk.policy.converter.tpp that return AltName Modifier and Type Method Description static AltNameAltName. from(String value)static AltNameAltName. valueOf(String name)Returns the enum constant of this type with the specified name.static AltName[]AltName. values()Returns an array containing the constants of this enum type, in the order they are declared.
-