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
613
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/luni/src/test/java/tests/security/cert/
X509CRLTest.java
34
import java.security.
Principal
;
126
public
Principal
getIssuerDN() {
X509Certificate2Test.java
24
import java.security.
Principal
;
184
public
Principal
getIssuerDN() {
188
public
Principal
getSubjectDN() {
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
ForwardBuilder.java
849
X500Principal
principal
= anchor.getCA();
local
865
X500Principal
principal
= anchor.getCA();
local
[
all
...]
/libcore/ojluni/src/main/java/sun/security/pkcs/
PKCS7.java
78
private
Principal
[] certIssuerNames;
747
* each
Principal
to type X500Name if necessary.
753
certIssuerNames = new
Principal
[certificates.length];
756
Principal
certIssuerName = cert.getIssuerDN();
765
certIssuerName = (
Principal
)
886
public
Principal
getIssuerDN() {
891
public
Principal
getSubjectDN() {
[
all
...]
/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/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLSessionTest.java
25
import java.security.
Principal
;
79
Principal
p1 = clientSession.getPeerPrincipal();
82
Principal
p2 = cert.getSubjectX500Principal();
153
Principal
p1 = clientSession.getLocalPrincipal();
156
Principal
p2 = cert.getSubjectX500Principal();
/libcore/luni/src/test/java/libcore/javax/net/ssl/
DefaultHostnameVerifierTest.java
23
import java.security.
Principal
;
484
public
Principal
getLocalPrincipal() {
515
public
Principal
getPeerPrincipal() throws SSLPeerUnverifiedException {
628
@Override public
Principal
getIssuerDN() {
[
all
...]
/device/linaro/bootloader/edk2/StdLib/Include/
math.h
106
/** Compute the
principal
value of the arc cosine of Arg.
115
/** Compute the
principal
value of the arc sine of Arg.
124
/** Compute the
principal
value of the arc tangent of Arg.
/external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLX509Certificate.java
26
import java.security.
Principal
;
281
public
Principal
getIssuerDN() {
286
public
Principal
getSubjectDN() {
OpenSSLX509CRL.java
26
import java.security.
Principal
;
264
public
Principal
getIssuerDN() {
/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
/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
100
throw new IllegalArgumentException("can't process
principal
: " + e);
138
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
110
X500Principal
principal
= certificate.getSubjectX500Principal();
112
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() {
/cts/tests/tests/graphics/src/android/graphics/cts/
SyncTest.java
52
// (b) A core
principal
of sync files is that they cannot be created until the work that will
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Ppi/
SmmAccess.h
8
The
principal
functionality found in the memory controller includes the following:
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SmmAccess2.h
8
The
principal
functionality found in the memory controller includes the following:
/external/ImageMagick/
AUTHORS.txt
5
Principal
architect of ImageMagick and still maintains the ImageMagick
/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/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
/libcore/ojluni/src/main/java/com/sun/net/ssl/internal/ssl/
X509ExtendedTrustManager.java
40
*
principal
declared in the cerificate.
Completed in 1236 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>