OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PKIXAttrCertChecker
(Results
1 - 2
of
2
) sorted by null
/external/bouncycastle/src/main/java/org/bouncycastle/x509/
PKIXAttrCertChecker.java
8
public abstract class
PKIXAttrCertChecker
14
* extensions that this <code>
PKIXAttrCertChecker
</code> supports or
21
* <code>
PKIXAttrCertChecker
</code> might possibly be able to process
26
* <code>
PKIXAttrCertChecker
</code>, or <code>null</code> if no
53
* @return a copy of this <code>
PKIXAttrCertChecker
</code>
ExtendedPKIXParameters.java
610
* {@link
PKIXAttrCertChecker
}s and is immutable.
623
* All elements in the <code>Set</code> must a {@link
PKIXAttrCertChecker
}.
630
* is not a <code>
PKIXAttrCertChecker
</code>.
641
if (!(it.next() instanceof
PKIXAttrCertChecker
))
644
+ "of type " +
PKIXAttrCertChecker
.class.getName() + ".");
Completed in 320 milliseconds