Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use DANE with Java?

How can I write a X509TrustManager in Java that used DANE (DNS-based Authentication of Named Entities)?

Are there any samples or a library? Or has Java build in support for DANE?

like image 446
Horcrux7 Avatar asked May 15 '14 16:05

Horcrux7


1 Answers

BouncyCastle cryptographic library provides DANE support. You can find dane package documentation here.

like image 140
zacheusz Avatar answered Nov 15 '22 11:11

zacheusz