Searched defs:protection (Results 1 - 1 of 1) sorted by relevance
/libcore/ojluni/src/main/java/java/security/ |
H A D | KeyStore.java | 154 * different passwords or other protection parameters 263 * A marker interface for keystore protection parameters. 267 * For example, protection parameters may be used to check 304 * Creates a password parameter and specifies the protection algorithm 336 * Gets the name of the protection algorithm. 338 * protection algorithm. The name of the default protection algorithm 343 * name of the default key protection algorithm used for PKCS12 356 * Gets the parameters supplied for the protection algorithm. 1524 * with the specified protection paramete 1781 newInstance(String type, Provider provider, File file, ProtectionParameter protection) argument 1806 private ProtectionParameter protection; field in class:KeyStore.Builder.FileBuilder 1814 FileBuilder(String type, Provider provider, File file, ProtectionParameter protection, AccessControlContext context) argument 1946 newInstance(final String type, final Provider provider, final ProtectionParameter protection) argument 2029 private final ProtectionParameter protection; field in class:KeyStore.SimpleLoadStoreParameter 2031 SimpleLoadStoreParameter(ProtectionParameter protection) argument [all...] |
Completed in 48 milliseconds