|
Oracle Security Developer Tools Security Engine Java API Reference 11g (11.1.1) E10674-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CertificateTrustPolicy
A generic interface for implementing a particular certificate verification scheme, via the CertificateVerifier interface, such as constructing and verifying certificate chains.
TrustedCAPolicy| Method Summary | |
|---|---|
CertificateVerifier |
makeCertificateVerifier(java.util.Vector certificates, java.util.Vector crls)Creates a new instance of CertificateVerifier which will use the given certificate and CRL lists to implement a particular certificate verification scheme, such a forming valid certificate chains. |
| Method Detail |
|---|
CertificateVerifier makeCertificateVerifier(java.util.Vector certificates,
java.util.Vector crls)
CertificateVerifier which will use the given certificate and CRL lists to implement a particular certificate verification scheme, such a forming valid certificate chains.
Either argument to this method may be null, and such a case must be treated exactly the same as if the particular argument was an empty vector.
|
Oracle Security Developer Tools Security Engine Java API Reference 11g (11.1.1) E10674-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||