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 TLSADaneCertificateException.CertificateMismatch. tlsaConstructors 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 TLSATLSA. parse(DataInputStream dis, int length) 
 -