HomeSort by relevance Sort by last modified time
    Searched defs:security (Results 1 - 25 of 1223) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/security/
package-info.java 27 * 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">
69 * SE Platform Security Architecture</b></a></li>
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
    [all...]
AlgorithmConstraints.java 26 package java.security;
39 * restrictions described by the security properties
DomainCombiner.java 26 package java.security;
31 * Legacy security code; do not use.
Guard.java 26 package java.security;
PrivateKey.java 26 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 {
PrivilegedAction.java 26 package java.security;
32 * Legacy security code; do not use.
PrivilegedExceptionAction.java 26 package java.security;
32 * Legacy security code; do not use.
PublicKey.java 26 package java.security;
35 * {@code java.security.interfaces}.
41 * @see java.security.interfaces.DSAPublicKey
42 * @see java.security.interfaces.RSAPublicKey
SecurityPermission.java 26 package java.security;
31 * Legacy security code; do not use.
  /cts/tests/tests/netsecpolicy/usescleartexttraffic-false/src/android/security/
NetworkSecurityPolicyCleartextDeniedTest.java 1 package android.security;
  /cts/tests/tests/netsecpolicy/usescleartexttraffic-true/src/android/security/
NetworkSecurityPolicyCleartextPermittedTest.java 1 package android.security;
  /cts/tests/tests/netsecpolicy/usescleartexttraffic-unspecified/src/android/security/
NetworkSecurityPolicyCleartextUnspecifiedTest.java 1 package android.security;
  /cts/tests/tests/security/src/android/security/cts/
MotionEventTestActivity.java 17 package android.security.cts;
19 import android.security.cts.R;
  /frameworks/base/core/java/android/security/
ConfirmationAlreadyPresentingException.java 17 package android.security;
ConfirmationNotAvailableException.java 17 package android.security;
  /frameworks/base/keystore/java/android/security/
KeyChainAliasCallback.java 16 package android.security;
KeyChainException.java 17 package android.security;
  /frameworks/base/keystore/java/android/security/keystore/
KeyStoreConnectException.java 17 package android.security.keystore;
19 import java.security.ProviderException;
  /libcore/luni/src/test/java/tests/targets/security/
SecureRandomTestSHA1PRNG.java 16 package tests.targets.security;
18 import tests.security.SecureRandomTest;
  /libcore/ojluni/src/main/java/java/security/acl/
Permission.java 26 package java.security.acl;
31 * Legacy security code; do not use.
package-info.java 28 * 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/
package-info.java 35 * <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}/openjdk-redirect.html?v=8&path=/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/
package-info.java 46 * "{@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/
AlgorithmParameterSpec.java 26 package java.security.spec;
38 * @see java.security.AlgorithmParameters
KeySpec.java 26 package java.security.spec;
51 * @see java.security.Key
52 * @see java.security.KeyFactory

Completed in 601 milliseconds

1 2 3 4 5 6 7 8 91011>>