Searched refs:protection (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/src/main/java/java/security/ |
D | KeyStore.java | 1782 File file, ProtectionParameter protection) { in newInstance() argument 1783 if ((type == null) || (file == null) || (protection == null)) { in newInstance() 1786 if ((protection instanceof PasswordProtection == false) && in newInstance() 1787 (protection instanceof CallbackHandlerProtection == false)) { in newInstance() 1797 return new FileBuilder(type, provider, file, protection, in newInstance() 1806 private ProtectionParameter protection; field in KeyStore.FileBuilder 1815 ProtectionParameter protection, in FileBuilder() argument 1820 this.protection = protection; in FileBuilder() 1837 if (protection instanceof CallbackHandlerProtection == false) { in getKeyStore() 1867 if (protection instanceof PasswordProtection) { in getKeyStore() [all …]
|
D | KeyStoreSpi.java | 390 ProtectionParameter protection = param.getProtectionParameter(); in engineLoad() local 392 if (protection instanceof PasswordProtection) { in engineLoad() 393 password = ((PasswordProtection)protection).getPassword(); in engineLoad() 394 } else if (protection instanceof CallbackHandlerProtection) { in engineLoad() 396 ((CallbackHandlerProtection)protection).getCallbackHandler(); in engineLoad()
|
/libcore/ojluni/annotations/hiddenapi/java/security/ |
D | KeyStore.java | 222 java.security.KeyStore.ProtectionParameter protection) { in newInstance() argument 229 java.security.KeyStore.ProtectionParameter protection) { in newInstance() argument 242 java.security.KeyStore.ProtectionParameter protection, in FileBuilder() argument 275 private java.security.KeyStore.ProtectionParameter protection; field in KeyStore.Builder.FileBuilder 486 SimpleLoadStoreParameter(java.security.KeyStore.ProtectionParameter protection) { in SimpleLoadStoreParameter() argument 494 private final java.security.KeyStore.ProtectionParameter protection; field in KeyStore.SimpleLoadStoreParameter 497 protection = null;
|
/libcore/ |
D | LICENSE | 43 Also, for each author's protection and ours, we want to make certain that 84 at your option offer warranty protection in exchange for a fee.
|
/libcore/ojluni/ |
D | NOTICE | 329 Also, for each author's protection and ours, we want to make certain that 370 at your option offer warranty protection in exchange for a fee.
|