HomeSort by relevance Sort by last modified time
    Searched refs:keyTypes (Results 1 - 25 of 40) sorted by null

1 2

  /external/conscrypt/android-stub/src/main/java/com/android/org/conscrypt/
NativeCrypto.java 43 * @param keyTypes key types supported by the server,
48 byte[] keyTypes, byte[][] asn1DerEncodedX500Principals)
  /external/conscrypt/android-stub/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 42 * @param keyTypes key types supported by the server,
47 byte[] keyTypes, byte[][] asn1DerEncodedX500Principals)
  /external/conscrypt/testing/src/main/java/org/conscrypt/javax/net/ssl/
TestKeyManager.java 62 public String chooseClientAlias(String[] keyTypes, Principal[] issuers, Socket socket) {
64 out.print(" | keyTypes: ");
65 for (String keyType : keyTypes) {
71 assertKeyTypes(keyTypes);
72 return dumpAlias(keyManager.chooseClientAlias(keyTypes, issuers, socket));
75 private void assertKeyTypes(String[] keyTypes) {
76 for (String keyType : keyTypes) {
182 public String chooseEngineClientAlias(String[] keyTypes, Principal[] issuers, SSLEngine e) {
184 out.print(" | keyTypes: ");
185 for (String keyType : keyTypes) {
    [all...]
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestKeyManager.java 63 public String chooseClientAlias(String[] keyTypes, Principal[] issuers, Socket socket) {
65 out.print(" | keyTypes: ");
66 for (String keyType : keyTypes) {
72 assertKeyTypes(keyTypes);
73 return dumpAlias(keyManager.chooseClientAlias(keyTypes, issuers, socket));
76 private void assertKeyTypes(String[] keyTypes) {
77 for (String keyType : keyTypes) {
177 public String chooseEngineClientAlias(String[] keyTypes, Principal[] issuers, SSLEngine e) {
179 out.print(" | keyTypes: ");
180 for (String keyType : keyTypes) {
    [all...]
  /external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
KeyManagerFactoryTest.java 84 private static String[] keyTypes(String algorithm) {
174 String[] keyTypes = keyTypes(algorithm);
175 for (String keyType : keyTypes) {
186 for (String keyType : keyTypes) {
198 String a = km.chooseClientAlias(keyTypes, null, null);
201 for (String keyType : keyTypes) {
206 for (String keyType : keyTypes) {
217 String[] keyTypes = keyTypes(algorithm)
    [all...]
X509KeyManagerTest.java 66 String[] keyTypes = new String[] {selectedKeyType};
70 String alias = ((X509KeyManager) manager).chooseClientAlias(keyTypes, null, null);
  /external/conscrypt/common/src/main/java/org/conscrypt/
KeyManagerImpl.java 85 public String chooseClientAlias(String[] keyTypes, Principal[] issuers, Socket socket) {
86 final String[] al = chooseAlias(keyTypes, issuers);
137 public String chooseEngineClientAlias(String[] keyTypes, Principal[] issuers, SSLEngine engine) {
138 final String[] al = chooseAlias(keyTypes, issuers);
148 private String[] chooseAlias(String[] keyTypes, Principal[] issuers) {
149 if (keyTypes == null || keyTypes.length == 0) {
162 for (String keyAlgorithm : keyTypes) {
NativeSsl.java 204 String[] keyTypes = keyTypesSet.toArray(new String[keyTypesSet.size()]);
217 ? aliasChooser.chooseClientAlias(keyManager, issuers, keyTypes)
317 Set<String> keyTypes = new HashSet<String>();
321 keyTypes.add(keyType);
326 for (String keyType : keyTypes) {
ConscryptFileDescriptorSocket.java     [all...]
SSLParametersImpl.java 416 String[] keyTypes);
ConscryptEngine.java     [all...]
NativeCrypto.java     [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
SSLUtils.java 252 String[] keyTypes, Principal[] issuers, Socket socket);
289 public String chooseClientAlias(String[] keyTypes, Principal[] issuers, Socket socket) {
386 public String chooseClientAlias(String[] keyTypes, Principal[] issuers, Socket socket) {
388 LogUtils.i(TAG, "Requesting a client cert alias for " + Arrays.toString(keyTypes));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
KeyChainTestActivity.java 166 String[] keyTypes = new String[] {KEY_ALGORITHM};
169 KeyChainTestActivity.this, callback, keyTypes, issuers, null, null);
  /frameworks/base/keystore/java/android/security/
KeyChain.java 361 * <p>{@code keyTypes} and {@code issuers} may be used to
378 * @param keyTypes The acceptable types of asymmetric keys such as
391 @Nullable @KeyProperties.KeyAlgorithmEnum String[] keyTypes,
400 choosePrivateKeyAlias(activity, response, keyTypes, issuers, uri, alias);
415 * <p>{@code keyTypes} and {@code issuers} may be used to
432 * @param keyTypes The acceptable types of asymmetric keys such as
443 @Nullable @KeyProperties.KeyAlgorithmEnum String[] keyTypes,
447 * TODO currently keyTypes, issuers are unused. They are meant
451 * keyTypes would allow the list to be filtered and typically
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainTestActivity.java 219 @Override public String chooseClientAlias(String[] keyTypes,
225 keyTypes, issuers,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
KeyChainTest.java 371 public String chooseClientAlias(String[] keyTypes, Principal[] issuers, Socket socket) {
375 keyTypes, issuers,
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
NativeCryptoTest.java 756 private byte[] keyTypes;
762 byte[] keyTypes, byte[][] asn1DerEncodedX500Principals)
767 + " keyTypes=" + Arrays.toString(keyTypes)
771 this.keyTypes = keyTypes;
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.3.Final/
netty-handler-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.6.Final/
netty-handler-4.1.6.Final.jar 
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
native_crypto.cc     [all...]
  /prebuilts/misc/common/nimbus-jose-jwt/
nimbus-jose-jwt-4.33.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/
httpcore-4.4.4.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
sunpkcs11.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
sunpkcs11.jar 

Completed in 522 milliseconds

1 2