Home
last modified time | relevance | path

Searched refs:cloneSet (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/security/cert/
DX509CertSelector.java2589 private static <T> Set<T> cloneSet(Set<T> set) { in cloneSet() method in X509CertSelector
2609 cloneSet(subjectAlternativeNames); in clone()
2611 cloneSet(subjectAlternativeGeneralNames); in clone()
2614 copy.pathToNames = cloneSet(pathToNames); in clone()
2615 copy.pathToGeneralNames = cloneSet(pathToGeneralNames); in clone()