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

1 2

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
ProtectionDomainTest.java 48 private Principal[] principals = null; // changed in setUp() field in class:ProtectionDomainTest
64 principals = new Principal[] { new TestPrincipal("0"),
98 new ProtectionDomain(null, null, null, principals);
100 new ProtectionDomain(cs, perms, classldr, principals);
139 ProtectionDomain pd = new ProtectionDomain(null, null, null, principals);
142 assertNotSame(got, principals);
144 assertTrue(got.length == principals.length);
188 .getSystemClassLoader(), principals);
206 new ProtectionDomain(cs, perms, classldr, principals).toString();
  /libcore/luni/src/main/java/javax/security/auth/x500/
package.html 8 This package provides classes needed to store X.500 principals and their
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample-gssapi 29 # principals in your system's keytab. If you need to,
  /libcore/luni/src/main/java/java/security/
ProtectionDomain.java 26 public ProtectionDomain(CodeSource cs, PermissionCollection permissions, ClassLoader cl, Principal[] principals) { }
  /libcore/luni/src/main/java/javax/security/auth/
Subject.java 77 private final Set<Principal> principals; field in class:Subject
89 * credentials and principals with the empty set.
92 principals = new SecureSet<Principal>(_PRINCIPALS);
101 * credentials and principals according to the arguments.
107 * the set of Principals that are attributed to this {@code
127 principals = new SecureSet<Principal>(_PRINCIPALS, subjPrincipals);
276 * Checks two Subjects for equality. More specifically if the principals,
299 if (principals.equals(that.principals)
313 return principals;
    [all...]
  /libcore/luni/src/main/java/java/security/acl/
Group.java 24 * A {@code Principal} that represents a group of principals.
Acl.java 32 * An {@code Acl} has a list of owners ({@link Owner}) which are principals as
33 * well {@code Principal}. Only those principals which are the {@code Acl}'s
  /external/openssh/
PROTOCOL.certkeys 72 string valid principals
92 string valid principals
112 string valid principals
144 "valid principals" is a string containing zero or more principals as
145 strings packed inside it. These principals list the names for which this
148 zero-length "valid principals" field means the certificate is valid for
sshkey.c 449 free(cert->principals[i]);
450 if (cert->principals != NULL)
451 free(cert->principals);
472 cert->principals = NULL;
1847 struct sshbuf *principals = NULL, *crit = NULL; local
2403 struct sshbuf *principals = NULL; local
    [all...]
auth2-pubkey.c 260 if ((result = match_list(cert->principals[i],
280 debug("trying authorized principals file %s", file);
311 if (strcmp(cp, cert->principals[i]) == 0) {
314 cert->principals[i], file, linenum);
393 * If the user has specified a list of principals as
395 * their username in the certificate principals list.
469 * principals against the names in that file rather than matching
auth-options.c 58 /* "principals=" option. */
179 cp = "principals=\"";
206 auth_debug_add("principals: %.900s",
sshkey.h 93 char **principals; member in struct:sshkey_cert
ssh-keygen.0 24 ssh-keygen -s ca_key -I certificate_identity [-h] [-n principals]
219 -n principals
220 Specify one or more principals (user or host names) to be
222 principals may be specified, separated by commas. Please see the
437 principals:
ssh-keygen.1 117 .Op Fl n Ar principals
410 .It Fl n Ar principals
411 Specify one or more principals (user or host names) to be included in
413 Multiple principals may be specified, separated by commas.
693 To generate a certificate for a specified set of principals:
sshd_config.5 301 i.e. not to use a principals file \(en in this case, the username
302 of the user must appear in a certificate's principals list for it to be
311 .Cm principals=
    [all...]
sshd.0 380 principals="principals"
381 On a cert-authority line, specifies allowed principals for
384 principals for the certificate to be accepted. This option is
    [all...]
  /frameworks/base/core/java/android/webkit/
ClientCertRequest.java 28 * key types and the principals.
  /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/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.11-4.8/sysroot/usr/include/
pwd.h 131 the interface is designed following the principals used for the
grp.h 123 the interface is designed following the principals used for the
  /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/luni/src/main/java/java/security/cert/
X509CRLSelector.java 151 // extend the list of issuer Principals
284 // extend the list of issuer Principals

Completed in 485 milliseconds

1 2