Uses of Class
org.minidns.record.TLSA.Selector
-
Packages that use TLSA.Selector Package Description org.minidns.record -
-
Uses of TLSA.Selector in org.minidns.record
Fields in org.minidns.record declared as TLSA.Selector Modifier and Type Field Description TLSA.Selector
TLSA. selector
Methods in org.minidns.record that return TLSA.Selector Modifier and Type Method Description static TLSA.Selector
TLSA.Selector. valueOf(String name)
Returns the enum constant of this type with the specified name.static TLSA.Selector[]
TLSA.Selector. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-