OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:principal
(Results
151 - 175
of
501
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/luni/src/test/java/tests/security/cert/
X509CRLTest.java
36
import java.security.
Principal
;
128
public
Principal
getIssuerDN() {
X509Certificate2Test.java
24
import java.security.
Principal
;
184
public
Principal
getIssuerDN() {
188
public
Principal
getSubjectDN() {
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
TrustAnchor_ImplTest.java
427
* was not specified as public key and CA name or CA
principal
pair<br>
429
* and CA name or CA
principal
pair<br>
451
* was not specified as public key and CA name or CA
principal
pair<br>
453
* and CA name or CA
principal
pair<br>
497
* was not specified as public key and CA name or CA
principal
pair<br>
499
* and CA name or CA
principal
pair<br>
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/activity-lifecycle/
starting.jd
49
<p>Durante a vida de uma atividade, o sistema chama um núcleo
principal
de métodos do ciclo de vida em
145
que foi declarado como atividade da ?inicializador? (ou ?
principal
?). Essa é a atividade que serve como
146
ponto de entrada
principal
da interface do usuário do aplicativo.</p>
148
<p>É possível definir qual atividade será usada como
principal
no arquivo manifesto do Android, <a href="{@docRoot}guide/topics/manifest/manifest-intro.html">{@code AndroidManifest.xml}</a>, que está
151
<p>A
principal
atividade do aplicativo deve ser declarada no manifesto com um <a href="{@docRoot}guide/topics/manifest/intent-filter-element.html">{@code
178
Tanto para a atividade
principal
criada quando o usuário clica no ícone do aplicativo quanto uma
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
JavaApiConverterTest.java
38
import java.security.
Principal
;
160
final
Principal
localPrincipal = LOCAL_CERT.getSubjectX500Principal();
162
final
Principal
serverPrincipal = SERVER_CERT.getSubjectX500Principal();
190
@Override public
Principal
getPeerPrincipal() throws SSLPeerUnverifiedException {
194
@Override public
Principal
getLocalPrincipal() {
/libcore/luni/src/test/java/libcore/javax/net/ssl/
DefaultHostnameVerifierTest.java
23
import java.security.
Principal
;
488
public
Principal
getLocalPrincipal() {
519
public
Principal
getPeerPrincipal() throws SSLPeerUnverifiedException {
604
@Override public
Principal
getIssuerDN() {
644
@Override public
Principal
getSubjectDN() {
[
all
...]
/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
()
/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/luni/src/main/java/java/security/
Identity.java
28
* @deprecated Use {@link
Principal
}, {@link KeyStore} and the {@code java.security.cert} package
32
public abstract class Identity implements
Principal
, Serializable {
/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
96
* 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/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/openssh/
auth-krb5.c
85
/* get platform-specific kerberos client
principal
name (if it exists) */
auth2-pubkey.c
262
debug3("matched
principal
from key options \"%.100s\"",
312
debug3("matched
principal
\"%.100s\" "
401
"authorized
principal
";
475
"authorized
principal
";
gss-serv-krb5.c
104
logit("Authorized to %s, krb5
principal
%s (krb5_kuserok)",
/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());
Completed in 281 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>