Searched refs:protection (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/
H A DKeyStore.java164 * different passwords or other protection parameters
231 * A marker interface for keystore protection parameters.
235 * For example, protection parameters may be used to check
1254 * with the specified protection parameter.
1295 * The protection parameter is used to protect the
1475 * If <code>protection</code> is a
1478 * Otherwise, if <code>protection</code> is a
1504 * @param protection the ProtectionParameter securing the KeyStore data
1505 * @throws NullPointerException if type, file or protection is null
1506 * @throws IllegalArgumentException if protection i
1510 newInstance(String type, Provider provider, File file, ProtectionParameter protection) argument
1535 private ProtectionParameter protection; field in class:KeyStore.Builder.FileBuilder
1543 FileBuilder(String type, Provider provider, File file, ProtectionParameter protection, AccessControlContext context) argument
1675 newInstance(final String type, final Provider provider, final ProtectionParameter protection) argument
1758 private final ProtectionParameter protection; field in class:KeyStore.SimpleLoadStoreParameter
1760 SimpleLoadStoreParameter(ProtectionParameter protection) argument
[all...]
H A DKeyStoreSpi.java389 ProtectionParameter protection = param.getProtectionParameter();
391 if (protection instanceof PasswordProtection) {
392 password = ((PasswordProtection)protection).getPassword();
393 } else if (protection instanceof CallbackHandlerProtection) {
395 ((CallbackHandlerProtection)protection).getCallbackHandler();
423 * with the specified protection parameter.
488 * The specified protection parameter is used to protect the
511 throw new KeyStoreException("unsupported protection parameter");
/openjdk7/hotspot/test/runtime/7107135/
H A DTest7107135.sh80 echo Test changing of stack protection:
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSecmod.java566 /** Trusted for email protection */
590 final ProtectionParameter protection; field in class:Secmod.KeyStoreLoadParameter
600 this.protection = prot;
603 return protection;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DCheck.java1300 /** The level of access protection given by a flag set,
1303 static int protection(long flags) { method in class:Check
1417 protection(m.flags()) > protection(other.flags())) {

Completed in 53 milliseconds