Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DServiceProviderVerifierTest.java96 when(mX509Certificate.getSubjectAlternativeNames()).thenReturn(null); in testNullFromgetSubjectAlternativeNamesShouldReturnEmptyList()
107 when(mX509Certificate.getSubjectAlternativeNames()).thenReturn(Collections.emptySet()); in testEmptyListFromGetSubjectAlternativeNamesShouldReturnEmptyList()
119 mX509Certificate).getSubjectAlternativeNames(); in testExceptionFromGetSubjectAlternativeNamesShouldReturnEmptyList()
135 when(mX509Certificate.getSubjectAlternativeNames()).thenReturn( in testNonOtherNameFromGetSubjectAlternativeNamesShouldReturnEmptyList()
153 when(mX509Certificate.getSubjectAlternativeNames()).thenReturn( in testInvalidFormatFromGetSubjectAlternativeNamesShouldReturnEmptyList()
174 when(mX509Certificate.getSubjectAlternativeNames()).thenReturn( in testValidEntryFromGetSubjectAlternativeNamesShouldReturnList()
/aosp12/frameworks/base/keystore/java/android/security/keystore/
H A DDelegatingX509Certificate.java204 public Collection<List<?>> getSubjectAlternativeNames() throws CertificateParsingException { in getSubjectAlternativeNames() method in DelegatingX509Certificate
205 return mDelegate.getSubjectAlternativeNames(); in getSubjectAlternativeNames()
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/
H A DIkeIdentification.java167 Collection<List<?>> allSans = endCert.getSubjectAlternativeNames(); in validateEndCertSanOrThrow()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
H A DServiceProviderVerifier.java103 Collection<List<?>> col = providerCert.getSubjectAlternativeNames(); in getProviderNames()
H A DOsuServerConnection.java670 Collection<List<?>> col = certificate.getSubjectAlternativeNames(); in getProviderCert()
/aosp12/frameworks/base/core/java/org/apache/http/conn/ssl/
H A DAbstractVerifier.java245 c = cert.getSubjectAlternativeNames(); in getDNSSubjectAlts()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A 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…