public interface ACLookupListener
| Modifier and Type | Method and Description |
|---|---|
void |
notifyACLookupEvent(X509Certificate[] chain,
int chainLevel)
Informs that an AC is being looked for in the cert chain passed as
argument.
|
void |
notifyACParseEvent(X509Certificate[] chain,
int chainLevel)
Informs that an AC has been succesfully parsed from the cert chain passed
as argument
|
void notifyACLookupEvent(X509Certificate[] chain, int chainLevel)
chain - the chain where the AC is looked forchainLevel - the level in the chain where the AC is being looked forvoid notifyACParseEvent(X509Certificate[] chain, int chainLevel)
chain - the chain from which the AC has been parsedchainLevel - the level in the chain where the AC has been parsedCopyright © 2014. All rights reserved.