Home
last modified time | relevance | path

Searched refs:getPassword (Results 1 – 25 of 62) sorted by relevance

123

/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DPBEKeySpecTest.java46 + "char array.", pbeks.getPassword().length == 0); in testPBEKeySpec1()
56 password[0] == pbeks.getPassword()[0]); in testPBEKeySpec1()
75 + "char array.", pbeks.getPassword().length == 0); in testPBEKeySpec2()
131 password[0] == pbeks.getPassword()[0]); in testPBEKeySpec2()
152 + "char array.", pbeks.getPassword().length == 0); in testPBEKeySpec3()
194 password[0] == pbeks.getPassword()[0]); in testPBEKeySpec3()
210 pbeks.getPassword(); in testClearPassword()
225 char[] result = pbeks.getPassword(); in testGetPassword()
233 result[0] == pbeks.getPassword()[0]); in testGetPassword()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
DBCPBEKey.java79 return PBEParametersGenerator.PKCS12PasswordToBytes(pbeKeySpec.getPassword()); in getEncoded()
83 return PBEParametersGenerator.PKCS5PasswordToUTF8Bytes(pbeKeySpec.getPassword()); in getEncoded()
87 return PBEParametersGenerator.PKCS5PasswordToBytes(pbeKeySpec.getPassword()); in getEncoded()
120 public char[] getPassword() in getPassword() method in BCPBEKey
122 return pbeKeySpec.getPassword(); in getPassword()
DPBE.java345 key = PBEParametersGenerator.PKCS12PasswordToBytes(keySpec.getPassword()); in convertPassword()
349 key = PBEParametersGenerator.PKCS5PasswordToUTF8Bytes(keySpec.getPassword()); in convertPassword()
353 key = PBEParametersGenerator.PKCS5PasswordToBytes(keySpec.getPassword()); in convertPassword()
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DKSPasswordProtectionTest.java57 char[] rPass = ksPWP.getPassword(); in testGetPassword()
67 ksPWP.getPassword(); in testGetPassword()
DKeyStoreTest.java233 assertNull(new KeyStore.PasswordProtection(null).getPassword()); in testKeyStorePPGetPassword()
236 assertNotSame(pp.getPassword(), password); in testKeyStorePPGetPassword()
237 assertSame(pp.getPassword(), pp.getPassword()); in testKeyStorePPGetPassword()
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/
DMyKeyManagerFactorySpi.java58 ((Parameters) spec).getPassword()); in engineInit()
85 public char[] getPassword() { in getPassword() method in MyKeyManagerFactorySpi.Parameters
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
DMyKeyManagerFactorySpi.java58 ((Parameters) spec).getPassword()); in engineInit()
85 public char[] getPassword() { in getPassword() method in MyKeyManagerFactorySpi.Parameters
/external/apache-http/src/org/apache/http/impl/auth/
DBasicScheme.java173 tmp.append((credentials.getPassword() == null) ? "null" : credentials.getPassword()); in authenticate()
DNTLMScheme.java132 ntcredentials.getPassword(), in authenticate()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DAuthenticatorAdapter.java50 String credential = Credentials.basic(auth.getUserName(), new String(auth.getPassword())); in authenticate()
74 String credential = Credentials.basic(auth.getUserName(), new String(auth.getPassword())); in authenticateProxy()
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
DUserCredentials.java27 public String getPassword(); in getPassword() method
/external/apache-http/src/org/apache/http/auth/
DCredentials.java52 String getPassword(); in getPassword() method
DUsernamePasswordCredentials.java103 public String getPassword() { in getPassword() method in UsernamePasswordCredentials
DNTCredentials.java130 public String getPassword() { in getPassword() method in NTCredentials
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DPasswordRecipient.java19 char[] getPassword(); in getPassword() method
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
DPBEKeyTest.java85 public char[] getPassword() { in getPassword() method in PBEKeyTest.checkPBEKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DPBEParametersGenerator.java44 public byte[] getPassword() in getPassword() method in PBEParametersGenerator
/external/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp393 CMyComPtr<ICryptoGetTextPassword> getPassword; in UpdateItems() local
394 updateCallback->QueryInterface(IID_ICryptoGetTextPassword, (void **)&getPassword); in UpdateItems()
408 , getPassword in UpdateItems()
/external/nist-sip/java/gov/nist/javax/sip/address/
DUserInfo.java142 public String getPassword() { in getPassword() method in UserInfo
DAuthority.java115 public String getPassword() { in getPassword() method in Authority
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/
DUserAccount.java90 public String getPassword() { in getPassword() method in UserAccount
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/
DUserAccount.java101 public String getPassword() { in getPassword() method in UserAccount
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/
DUserAccount.java101 public String getPassword() { in getPassword() method in UserAccount
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/
DUserAccount.java101 public String getPassword() { in getPassword() method in UserAccount
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/
DUserAccount.java101 public String getPassword() { in getPassword() method in UserAccount

123