HomeSort by relevance Sort by last modified time
    Searched full:principal (Results 201 - 225 of 645) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nis_object.x 169 nis_name name; /* Principal name of the server */
209 * GROUP - The group object contains a list of NIS principal names. Groups
211 * for members of its group. Principal names in groups are in the form
  /external/jetty/src/java/org/eclipse/jetty/security/
SecurityHandler.java 22 import java.security.Principal;
625 public class NotChecked implements Principal
647 public static Principal __NO_USER = new Principal()
671 public static Principal __NOBODY = new Principal()
  /cts/tests/tests/externalservice/src/android/externalservice/cts/
ExternalServiceTest.java 126 /** Tests that an external service can be bound, and that it runs as a different principal. */
284 /** Contains information about the security principal of a Service. */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509V3CertificateGenerator.java 94 throw new IllegalArgumentException("can't process principal: " + e);
132 throw new IllegalArgumentException("can't process principal: " + e);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
DistinguishedNameParser.java 39 public DistinguishedNameParser(X500Principal principal) {
43 this.dn = principal.getName(X500Principal.RFC2253);
OkHostnameVerifier.java 109 X500Principal principal = certificate.getSubjectX500Principal(); local
111 String cn = new DistinguishedNameParser(principal).findMostSpecific("cn");
  /libcore/ojluni/src/main/java/com/sun/security/cert/internal/x509/
X509V1CertImpl.java 235 public Principal getSubjectDN() {
245 public Principal getIssuerDN() {
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 35 import java.security.Principal;
115 * A Principal used to form rootCA's certificate
478 public Principal getIssuerDN() {
518 public Principal getSubjectDN() {
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
NodeTest.java 558 // "A node test * is true for any node of the principal node type.
565 // of the principal type whose expanded name has the URI to which
631 // "A node test * is true for any node of the principal node type.
638 // of the principal type whose expanded name has the URI to which
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
X500Name.java 100 * the principal will be a list of constructed sets, each containing an (OID, String) pair.
  /external/ceres-solver/docs/source/
bibliography.rst 114 .. [Wiberg] T. Wiberg, **Computation of principal components when data
  /external/ceres-solver/examples/
libmv_bundle_adjuster.cc 52 // - Focal length, principal point X, principal point Y, k1, k2, k3, p1, p2
450 // camera coordinates (i.e. the principal point is at (0, 0)) to get image
477 // Apply focal length and principal point to get the final image coordinates.
  /external/curl/src/
tool_cfgable.h 167 char *socks5_gssapi_service; /* set service name for gssapi principal
  /external/deqp/doc/testspecs/GLES2/
performance.shaders.operator.txt 60 part; the right part starts where the left parts ends. The principal task of
  /external/deqp/doc/testspecs/GLES3/
performance.shaders.operator.txt 64 part; the right part starts where the left parts ends. The principal task of
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.osgiminimum10_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
OSGi_Minimum-1.0.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.osgiminimum11_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
OSGi_Minimum-1.1.zip 
  /external/opencv3/modules/shape/include/opencv2/shape/
shape_transformer.hpp 95 ocupied in the paper "Principal Warps: Thin-Plate Splines and Decomposition of Deformations", by
  /external/opencv3/samples/cpp/
pca.cpp 116 cout << "done! # of principal components: " << p->pca.eigenvectors.rows << endl;
  /external/opencv3/samples/cpp/tutorial_code/ml/introduction_to_pca/
introduction_to_pca.cpp 81 // Draw the principal components
  /frameworks/base/docs/html/work/
_book.yaml 6 value: Página principal de Android for Work
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/
SubjectTest.java 43 assertTrue("Set of principal is not empty", s.getPrincipals().isEmpty());
  /libcore/ojluni/src/main/java/com/sun/net/ssl/internal/ssl/
X509ExtendedTrustManager.java 40 * principal declared in the cerificate.
  /libcore/ojluni/src/main/java/java/security/
Signer.java 45 * <code>java.security.Principal</code>.
  /libcore/ojluni/src/main/java/javax/security/auth/x500/
X500Principal.java 29 import java.security.Principal;
36 * <p> This class represents an X.500 <code>Principal</code>.
64 public final class X500Principal implements Principal, java.io.Serializable {
82 * The X500Name representing this principal.

Completed in 757 milliseconds

1 2 3 4 5 6 7 891011>>