Searched defs:security (Results 1 - 25 of 659) sorted by relevance

1234567891011>>

/libcore/ojluni/src/main/java/java/security/
H A Dpackage-info.java27 * Provides the classes and interfaces for the security framework.
29 * fine-grained access control security architecture.
49 * <li><a href="{@docRoot}openjdk-redirect.html?v=8&path=/../technotes/guides/security/crypto/CryptoSpec.html">
56 * <li><a href="{@docRoot}openjdk-redirect.html?v=8&path=/../technotes/guides/security/StandardNames.html">
67 * "{@docRoot}openjdk-redirect.html?v=8&path=/../technotes/guides/security/spec/security-spec.doc.html">
72 * "{@docRoot}openjdk-redirect.html?v=8&path=/../technotes/guides/security/crypto/HowToImplAProvider.html">
78 * "{@docRoot}openjdk-redirect.html?v=8&path=/../technotes/guides/security/PolicyFiles.html"><b>
83 * "{@docRoot}openjdk-redirect.html?v=8&path=/../technotes/guides/security/permissions.html"><b>
89 * "{@docRoot}openjdk-redirect.html?v=8&path=/../technotes/guides/security/SecurityToolsSummar
[all...]
H A DPrivateKey.java26 package java.security;
35 * {@link java.security.interfaces}.
39 * {@link javax.security.auth.Destroyable} interface to enable
51 * @see java.security.interfaces.DSAPrivateKey
52 * @see java.security.interfaces.RSAPrivateKey
53 * @see java.security.interfaces.RSAPrivateCrtKey
59 public interface PrivateKey extends Key, javax.security.auth.Destroyable {
H A DPrivilegedAction.java26 package java.security;
30 * Legacy security code; do not use.
H A DPrivilegedExceptionAction.java26 package java.security;
30 * Legacy security code; do not use.
H A DPublicKey.java26 package java.security;
35 * {@code java.security.interfaces}.
41 * @see java.security.interfaces.DSAPublicKey
42 * @see java.security.interfaces.RSAPublicKey
/libcore/luni/src/test/java/tests/targets/security/
H A DSecureRandomTestSHA1PRNG.java16 package tests.targets.security;
18 import tests.security.SecureRandomTest;
/libcore/ojluni/src/main/java/java/security/acl/
H A DPermission.java26 package java.security.acl;
29 * Legacy security code; do not use.
H A Dpackage-info.java28 * superseded by classes in the java.security package.
29 * See that package and, for example, java.security.Permission for details.
33 package java.security.acl;
/libcore/ojluni/src/main/java/java/security/cert/
H A Dpackage-info.java35 * <li><a href="{@docRoot}openjdk-redirect.html?v=8&path=/technotes/guides/security/crypto/CryptoSpec.html">
42 * <li><a href="{@docRoot}openjdk-redirect.html?v=8&path=/technotes/guides/security/StandardNames.html">
55 * "{@docRoot}/../technotes/guides/security/certpath/CertPathProgGuide.html">
58 * <li><a href="{@docRoot}openjdk-redirect.html?v=8&path=/technotes/guides/security/cert3.html">
64 package java.security.cert;
/libcore/ojluni/src/main/java/java/security/interfaces/
H A Dpackage-info.java46 * "{@docRoot}openjdk-redirect.html?v=8&path=/technotes/guides/security/crypto/HowToImplAProvider.html">
66 * "{@docRoot}openjdk-redirect.html?v=8&path=/technotes/guides/security/crypto/CryptoSpec.html">
74 package java.security.interfaces;
/libcore/ojluni/src/main/java/java/security/spec/
H A DAlgorithmParameterSpec.java26 package java.security.spec;
38 * @see java.security.AlgorithmParameters
H A DKeySpec.java26 package java.security.spec;
51 * @see java.security.Key
52 * @see java.security.KeyFactory
H A Dpackage-info.java59 * "{@docRoot}openjdk-redirect.html?v=8&path=/technotes/guides/security/crypto/CryptoSpec.html">
65 * "{@docRoot}openjdk-redirect.html?v=8&path=/technotes/guides/security/crypto/HowToImplAProvider.html">
73 package java.security.spec;
/libcore/ojluni/src/main/java/javax/security/auth/callback/
H A Dpackage-info.java35 package javax.security.auth.callback;
/libcore/ojluni/src/main/java/javax/security/auth/login/
H A Dpackage-info.java31 * <li><a href="{@docRoot}openjdk-redirect.html?v=8&path=/../technotes/guides/security/StandardNames.html">
39 package javax.security.auth.login;
/libcore/ojluni/src/main/java/javax/security/auth/
H A Dpackage-info.java38 package javax.security.auth;
/libcore/ojluni/src/main/java/javax/security/auth/x500/
H A Dpackage-info.java49 package javax.security.auth.x500;
/libcore/ojluni/src/main/java/javax/security/cert/
H A Dpackage-info.java30 * java.security.cert package. These classes were developed
36 * java.security.cert.
40 package javax.security.cert;
/libcore/ojluni/src/main/java/sun/security/provider/
H A DCertPathProvider.java27 package sun.security.provider;
29 import java.security.Provider;
32 * A security provider that provides the OpenJDK version of the CertPathBuilder and
41 put("CertPathBuilder.PKIX", "sun.security.provider.certpath.SunCertPathBuilder");
46 put("CertPathValidator.PKIX", "sun.security.provider.certpath.PKIXCertPathValidator");
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DGuardedObjectTest.java23 package org.apache.harmony.security.tests.java.security;
25 import java.security.Guard;
26 import java.security.GuardedObject;
H A DKSCallbackHandlerProtectionTest.java23 package org.apache.harmony.security.tests.java.security;
26 import java.security.KeyStore;
28 import javax.security.auth.callback.Callback;
29 import javax.security.auth.callback.CallbackHandler;
30 import javax.security.auth.callback.UnsupportedCallbackException;
32 import org.apache.harmony.security.tests.support.tmpCallbackHandler;
H A DKeyPairGeneratorSpiTest.java23 package org.apache.harmony.security.tests.java.security;
25 import java.security.InvalidAlgorithmParameterException;
26 import java.security.InvalidParameterException;
27 import java.security.KeyPair;
28 import java.security.KeyPairGeneratorSpi;
29 import java.security.SecureRandom;
30 import java.security.spec.AlgorithmParameterSpec;
32 import org.apache.harmony.security.tests.support.MyKeyPairGeneratorSpi;
H A DKeyStorePrivateKeyEntryTest.java18 package org.apache.harmony.security.tests.java.security;
22 import java.security.KeyPair;
23 import java.security.KeyPairGenerator;
24 import java.security.KeyStore;
25 import java.security.PrivateKey;
26 import java.security.cert.Certificate;
27 import java.security.cert.CertificateFactory;
28 import java.security.cert.X509Certificate;
H A DSignedObjectTest.java18 package org.apache.harmony.security.tests.java.security;
20 import java.security.NoSuchAlgorithmException;
21 import java.security.Signature;
22 import java.security.SignedObject;
27 import org.apache.harmony.security.tests.support.TestKeyPair;
32 import java.security.InvalidKeyException;
33 import java.security.InvalidParameterException;
34 import java.security.NoSuchAlgorithmException;
35 import java.security
[all...]
/libcore/luni/src/test/java/libcore/java/security/
H A DAccessControllerTest.java17 package libcore.java.security;
19 import java.security.AccessControlContext;
20 import java.security.AccessController;
21 import java.security.DomainCombiner;
22 import java.security.Permission;
23 import java.security.Permissions;
24 import java.security.PrivilegedAction;
25 import java.security.ProtectionDomain;

Completed in 1993 milliseconds

1234567891011>>