Uses of Class
org.minidns.record.TLSA
-
Packages that use TLSA Package Description org.minidns.dane org.minidns.record -
-
Uses of TLSA in org.minidns.dane
Fields in org.minidns.dane declared as TLSA Modifier and Type Field Description TLSA
DaneCertificateException.CertificateMismatch. tlsa
Constructors in org.minidns.dane with parameters of type TLSA Constructor Description CertificateMismatch(TLSA tlsa, byte[] computed)
-
Uses of TLSA in org.minidns.record
Methods in org.minidns.record that return TLSA Modifier and Type Method Description static TLSA
TLSA. parse(DataInputStream dis, int length)
-