Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DServiceProviderVerifierTest.java94 when(mX509Certificate.getSubjectAlternativeNames()).thenReturn(null); in testNullFromgetSubjectAlternativeNamesShouldReturnEmptyList()
105 when(mX509Certificate.getSubjectAlternativeNames()).thenReturn(Collections.emptySet()); in testEmptyListFromGetSubjectAlternativeNamesShouldReturnEmptyList()
117 mX509Certificate).getSubjectAlternativeNames(); in testExceptionFromGetSubjectAlternativeNamesShouldReturnEmptyList()
133 when(mX509Certificate.getSubjectAlternativeNames()).thenReturn( in testNonOtherNameFromGetSubjectAlternativeNamesShouldReturnEmptyList()
151 when(mX509Certificate.getSubjectAlternativeNames()).thenReturn( in testInvalidFormatFromGetSubjectAlternativeNamesShouldReturnEmptyList()
171 when(mX509Certificate.getSubjectAlternativeNames()).thenReturn( in testValidEntryFromGetSubjectAlternativeNamesShouldReturnList()
/frameworks/base/keystore/java/android/security/keystore/
DDelegatingX509Certificate.java204 public Collection<List<?>> getSubjectAlternativeNames() throws CertificateParsingException { in getSubjectAlternativeNames() method in DelegatingX509Certificate
205 return mDelegate.getSubjectAlternativeNames(); in getSubjectAlternativeNames()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DServiceProviderVerifier.java102 Collection<List<?>> col = providerCert.getSubjectAlternativeNames(); in getProviderNames()
DOsuServerConnection.java644 Collection<List<?>> col = certificate.getSubjectAlternativeNames(); in getProviderCert()
/frameworks/base/core/java/org/apache/http/conn/ssl/
DAbstractVerifier.java245 c = cert.getSubjectAlternativeNames(); in getDNSSubjectAlts()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt45444 method public java.util.Collection<java.util.List<?>> getSubjectAlternativeNames();
45494 …method public java.util.Collection<java.util.List<?>> getSubjectAlternativeNames() throws java.sec…
/frameworks/base/non-updatable-api/
Dcurrent.txt66720 method public java.util.Collection<java.util.List<?>> getSubjectAlternativeNames();
66770 …method public java.util.Collection<java.util.List<?>> getSubjectAlternativeNames() throws java.sec…
/frameworks/base/api/
Dcurrent.txt66864 method public java.util.Collection<java.util.List<?>> getSubjectAlternativeNames();
66914 …method public java.util.Collection<java.util.List<?>> getSubjectAlternativeNames() throws java.sec…