HomeSort by relevance Sort by last modified time
    Searched full:principals (Results 1 - 25 of 45) sorted by null

1 2

  /libcore/ojluni/src/main/java/javax/security/auth/
Subject.java 53 * within the {@code Subject}. Principals simply bind names to a
55 * to be a person, Alice, might have two Principals:
59 * to the {@code Subject}. Both Principals refer to the same
71 * <p> To retrieve all the Principals associated with a {@code Subject},
76 * To modify the returned {@code Set} of Principals and credentials,
90 * While the Principals associated with the {@code Subject} are serialized,
106 * Subject's Principals
114 Set<Principal> principals; field in class:Subject
139 * with an empty {@code Set} of Principals and empty
147 * <p> To modify the Principals Set, the caller must hav
    [all...]
PrivateCredentialPermission.java 40 Set<Principal> principals) { super(""); }
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample-gssapi 29 # principals in your system's keytab. If you need to,
  /libcore/luni/src/test/java/libcore/java/security/
PrincipalTest.java 31 * of the subject's principals, or if the subject is null.
  /libcore/ojluni/src/main/java/java/security/
ProtectionDomain.java 43 Principal[] principals) { }
  /frameworks/base/core/java/android/webkit/
ClientCertRequest.java 30 * key types and the principals.
  /external/python/cpython3/Lib/test/
make_ssl_certs.py 40 name_string = EXP:1, SEQUENCE:principals
42 [principals]
  /libcore/ojluni/src/main/java/java/nio/file/attribute/
UserPrincipalLookupService.java 31 * An object to lookup user and group principals by name. A {@link UserPrincipal}
  /libcore/ojluni/src/main/java/java/security/acl/
Group.java 32 * This interface is used to represent a group of principals. (A principal
Acl.java 171 * group of principals, represented by the Group interface.)
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FsFile.java 31 * inputstream's for two different principals.
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
AttributeCertificateHolder.java 247 * Return the principals associated with the issuer attached to this holder
249 * @return an array of principals, null if no BaseCertificateID is set.
  /external/python/cpython2/Lib/test/
make_ssl_certs.py 41 name_string = EXP:1, SEQUENCE:principals
43 [principals]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
AttributeCertificateHolder.java 291 * Return the principals associated with the issuer attached to this holder
293 * @return an array of principals, null if no BaseCertificateID is set.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
pwd.h 131 the interface is designed following the principals used for the
grp.h 127 the interface is designed following the principals used for the
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/
SubjectTest.java 60 null /* principals */,
  /packages/apps/Launcher2/res/values-ca/
strings.xml 24 <string name="uid_name" msgid="3371120195364560632">"Aplicacions principals d\'Android"</string>
  /external/conscrypt/common/src/main/java/org/conscrypt/
NativeSsl.java 488 throw new SSLException("Problem encoding principals", e);
  /libcore/ojluni/src/main/java/javax/security/cert/
X509Certificate.java 72 * between principals who have no direct knowledge of each other.
  /packages/apps/Dialer/java/com/android/contacts/common/res/values-ca/
strings.xml 70 <string name="contact_suggestions" msgid="3324166754807120006">"Suggeriments principals"</string>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nis_object.x 210 * are used to authorize principals. Each object has a set of access rights
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewSslTest.java 894 Principal[] principals = webViewClient.getPrincipals(); local
897 assertEquals(cert.getIssuerDN(), principals[0]); local
    [all...]
  /libcore/ojluni/src/main/java/java/security/cert/
X509Certificate.java 61 * between principals who have no direct knowledge of each other.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertPathValidatorUtilities.java 799 // add and check issuer principals
    [all...]

Completed in 1104 milliseconds

1 2