Uses of Class
org.bouncycastle.cert.dane.DANEEntry
-
Packages that use DANEEntry Package Description org.bouncycastle.cert.dane -
-
Uses of DANEEntry in org.bouncycastle.cert.dane
Methods in org.bouncycastle.cert.dane that return DANEEntry Modifier and Type Method Description DANEEntry
DANEEntryFactory. createEntry(String emailAddress, int certUsage, X509CertificateHolder certificate)
Return a DANEEntry for the passed in email address and certificate.DANEEntry
DANEEntryFactory. createEntry(String emailAddress, X509CertificateHolder certificate)
Return a DANEEntry for the passed in email address and certificate.
-