Searched defs:protection (Results 1 - 3 of 3) 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...]
/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 44 milliseconds