Searched defs:protection (Results 1 – 3 of 3) sorted by relevance
222 java.security.KeyStore.ProtectionParameter protection) { in newInstance()229 java.security.KeyStore.ProtectionParameter protection) { in newInstance()242 java.security.KeyStore.ProtectionParameter protection, in FileBuilder()275 private java.security.KeyStore.ProtectionParameter protection; field in KeyStore.Builder.FileBuilder486 SimpleLoadStoreParameter(java.security.KeyStore.ProtectionParameter protection) { in SimpleLoadStoreParameter()494 private final java.security.KeyStore.ProtectionParameter protection; field in KeyStore.SimpleLoadStoreParameter
1782 File file, ProtectionParameter protection) { in newInstance()1806 private ProtectionParameter protection; field in KeyStore.FileBuilder1815 ProtectionParameter protection, in FileBuilder()1947 final Provider provider, final ProtectionParameter protection) { in newInstance()
390 ProtectionParameter protection = param.getProtectionParameter(); in engineLoad() local