Home
last modified time | relevance | path

Searched defs:anchor (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DAlgorithmChecker.java109 public AlgorithmChecker(TrustAnchor anchor) { in AlgorithmChecker()
139 public AlgorithmChecker(TrustAnchor anchor, in AlgorithmChecker()
362 void trySetTrustAnchor(TrustAnchor anchor) { in trySetTrustAnchor()
DRevocationChecker.java55 private TrustAnchor anchor; field in RevocationChecker
92 RevocationChecker(TrustAnchor anchor, ValidatorParams params) in RevocationChecker()
99 void init(TrustAnchor anchor, ValidatorParams params) in init()
DSunCertPathBuilder.java360 TrustAnchor anchor = new TrustAnchor in depthFirstSearchForward() local
572 private static boolean anchorIsTarget(TrustAnchor anchor, in anchorIsTarget()
DPKIXCertPathValidator.java158 private static PKIXCertPathValidatorResult validate(TrustAnchor anchor, in validate()
DBasicChecker.java81 BasicChecker(TrustAnchor anchor, Date date, String sigProvider, in BasicChecker()
/libcore/ojluni/src/test/java/security/cert/
DAKISerialNumberTest.java118 TrustAnchor anchor = new TrustAnchor(rootCert, null); in main() local
/libcore/ojluni/src/main/java/java/lang/
DStackStreamFactory.java130 protected Object anchor; field in StackStreamFactory.AbstractStackWalker
301 private R doStackWalk(Object anchor, int skipFrames, int batchSize, in doStackWalk()
434 Object anchor = new LibcoreAnchor(nativeAnchor); in callStackWalk() local
488 private int fetchStackFrames(long mode, @NonNull Object anchor, int batchSize, in fetchStackFrames()
1071 private static native int nativeFetchStackFrameInfo(long mode, Object anchor, in nativeFetchStackFrameInfo()