public interface ACTrustStore
Modifier and Type | Method and Description |
---|---|
X509Certificate[] |
getAACandidate(X500Principal issuer)
Deprecated.
Returns an array of issuer candidates, by performing a name
comparison of the AC's issuer and the subject names of the
certificates in the trust store.
|
X509Certificate[] getAACandidate(X500Principal issuer)
issuer
- the principal to find an issuer for.
If null
, all known AAs will be returned.null
in
case of an error.Copyright © 2014. All rights reserved.