|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.cert.dane.DANECertificateFetcher
A single shot fetcher for a certificate which will only request the specific DNS record if the DANEEntryFetcher used on construction supports it.
Constructor Summary | |
DANECertificateFetcher(DANEEntryFetcherFactory fetcherFactory,
DigestCalculator digestCalculator)
Base constructor. |
Method Summary | |
java.util.List |
fetch(java.lang.String emailAddress)
Fetch the certificates associated with the passed in email address if any exists. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DANECertificateFetcher(DANEEntryFetcherFactory fetcherFactory, DigestCalculator digestCalculator)
fetcherFactory
- the fetcher to use for resolving requests.digestCalculator
- the digest calculator to use for calculating sub-domains.Method Detail |
public java.util.List fetch(java.lang.String emailAddress) throws DANEException
emailAddress
- the email address of interest.DANEException
- in case of an underlying DNS or record parsing problem.
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |