OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:principal
(Results
101 - 125
of
645
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/tests/net/src/org/apache/http/conn/ssl/cts/
AbstractVerifierTest.java
29
import java.security.
Principal
;
43
* we are not checking as they are not allowed by the X500
principal
in the first place.
153
X500Principal
principal
= new X500Principal(dn);
local
240
public
Principal
getIssuerDN() {
245
public
Principal
getSubjectDN() {
/libcore/ojluni/src/main/java/sun/net/www/protocol/https/
AbstractDelegateHttpsURLConnection.java
31
import java.security.
Principal
;
279
* Returns the server's
principal
, or throws SSLPeerUnverifiedException
282
Principal
getPeerPrincipal()
297
* Returns the
principal
the client sent to the
300
Principal
getLocalPrincipal()
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainTestActivity.java
33
import java.security.
Principal
;
220
Principal
[] issuers,
241
Principal
[] issuers,
266
@Override public String[] getClientAliases(String keyType,
Principal
[] issuers) {
270
@Override public String[] getServerAliases(String keyType,
Principal
[] issuers) {
/libcore/ojluni/src/main/java/sun/security/ssl/
SunX509KeyManagerImpl.java
199
public String chooseClientAlias(String[] keyTypes,
Principal
[] issuers,
230
Principal
[] issuers, SSLEngine engine) {
244
Principal
[] issuers, Socket socket) {
285
Principal
[] issuers, SSLEngine engine) {
298
public String[] getClientAliases(String keyType,
Principal
[] issuers) {
307
public String[] getServerAliases(String keyType,
Principal
[] issuers) {
318
private String[] getAliases(String keyType,
Principal
[] issuers) {
399
private static X500Principal[] convertPrincipals(
Principal
[] principals) {
402
Principal
p = principals[i];
X509KeyManagerImpl.java
114
public String chooseClientAlias(String[] keyTypes,
Principal
[] issuers,
121
Principal
[] issuers, SSLEngine engine) {
127
Principal
[] issuers, Socket socket) {
133
Principal
[] issuers, SSLEngine engine) {
138
public String[] getClientAliases(String keyType,
Principal
[] issuers) {
142
public String[] getServerAliases(String keyType,
Principal
[] issuers) {
330
private String chooseAlias(List<KeyType> keyTypeList,
Principal
[] issuers,
336
Set<
Principal
> issuerSet = getIssuerSet(issuers);
383
public String[] getAliases(String keyType,
Principal
[] issuers,
389
Set<
Principal
> issuerSet = getIssuerSet(issuers)
[
all
...]
/external/opencv3/doc/tutorials/ml/introduction_to_pca/
introduction_to_pca.markdown
1
Introduction to
Principal
Component Analysis (PCA) {#tutorial_introduction_to_pca}
14
Principal
Component Analysis (PCA) is a statistical procedure that extracts the most important features of a dataset.
26
The size of each eigenvector is encoded in the corresponding eigenvalue and indicates how much the data vary along the
principal
component. The beginning of the eigenvectors is the center of all points in the data set. Applying PCA to N-dimensional data set yields N N-dimensional eigenvectors, N eigenvalues and 1 N-dimensional center point. Enough theory, let?s see how we can put these ideas into code.
52
Mean subtraction is an integral part of the solution towards finding a
principal
component basis that minimizes the mean square error of approximating the data. Hence, we proceed by centering the data as follows:
89
@note sources [[1]](https://robospace.wordpress.com/2013/10/09/object-orientation-
principal
-component-analysis-opencv/), [[2]](http://en.wikipedia.org/wiki/Principal_component_analysis) and special thanks to Svetlin Penkov for the original tutorial.
122
The final result is visualized through the drawAxis() function, where the
principal
components are drawn in lines, and each eigenvector is multiplied by its eigenvalue and translated to the mean position.
/frameworks/base/docs/html-intl/intl/es/preview/features/
picture-in-picture.jd
48
de un episodio de contenido. La pantalla
principal
muestra información promocional
52
principal
muestra una actividad de selección de contenido.</li>
59
otro video en la pantalla
principal
, la ventana de PIP se cierra
65
en la pantalla
principal
.</p>
179
pantalla
principal
, mientras una actividad de reproducción de video está en modo PIP. Reproduce el nuevo
208
esquina de la pantalla, debes evitar mostrar información importante en la pantalla
principal
/frameworks/base/docs/html-intl/intl/pt-br/preview/features/
picture-in-picture.jd
48
de um episódio de conteúdo. A janela
principal
exibe informações promocionais ou de resumo
51
assistem a um vídeo. O vídeo continua a ser reproduzido no modo de PIP enquanto a tela
principal
59
vídeo começar a ser reproduzido na tela
principal
, a janela do PIP será fechada
65
na janela
principal
.</p>
179
da tela
principal
de seu aplicativo, um usuário pode selecionar um novo vídeo enquanto uma atividade de reprodução de vídeo estiver em modo de PIP. Reproduza o novo
209
da janela
principal
que possa ser ocultada pela janela do PIP.</p>
/external/apache-http/src/org/apache/http/auth/
Credentials.java
33
import java.security.
Principal
;
50
Principal
getUserPrincipal();
NTUserPrincipal.java
33
import java.security.
Principal
;
38
/** NT (MS Windows specific) user
principal
used for HTTP authentication
49
public class NTUserPrincipal implements
Principal
{
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
X509Principal.java
4
import java.security.
Principal
;
26
implements
Principal
PrincipalUtil.java
17
* Use this in preference to trying to recreate a
principal
from a String, not all
/external/guice/core/src/com/google/inject/
package-info.java
23
* <p>The
principal
public APIs in this package are:
/external/jetty/src/java/org/eclipse/jetty/server/
UserIdentity.java
20
import java.security.
Principal
;
43
* @return The user
principal
45
Principal
getUserPrincipal();
100
public
Principal
getUserPrincipal()
/frameworks/base/docs/html/training/basics/data-storage/
index.jd
33
principal
data storage options in Android, including:</p>
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
HttpsURLConnectionTest.java
23
import java.security.
Principal
;
127
assertNotNull("Local
principal
is null", con.getLocalPrincipal());
143
Principal
p = con.getPeerPrincipal();
149
Principal
p = con.getPeerPrincipal();
SSLSessionBindingEventTest.java
20
import java.security.
Principal
;
133
public
Principal
getLocalPrincipal() {
177
public
Principal
getPeerPrincipal() throws SSLPeerUnverifiedException {
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
IdentityScope2Test.java
230
* java.security.IdentityScope#getIdentity(java.security.
Principal
)
233
Identity id = new IdentitySubclass("
principal
name");
239
sub.getIdentity((java.security.
Principal
) null);
254
sub.getIdentity((java.security.
Principal
) null);
/libcore/ojluni/src/main/java/java/security/acl/
NotOwnerException.java
31
* the object, but the
Principal
attempting the modification is not an owner.
/libcore/ojluni/src/main/java/javax/security/auth/x500/
package.html
33
X500
Principal
and X500 Private Crendentials in a
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CertificateTest.java
29
import java.security.
Principal
;
100
public
Principal
getIssuerDN() {
104
public
Principal
getSubjectDN() {
/external/ipsec-tools/src/racoon/doc/
README.gssapi
22
credential cache if it its
principal
matches the desired credential.
33
a string (a Kerberos 5
principal
in this case), specifying the
91
is not a valid Kerberos 5
principal
).
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
DelegatingHttpsURLConnection.java
27
import java.security.
Principal
;
77
@Override public
Principal
getPeerPrincipal() throws SSLPeerUnverifiedException {
82
@Override public
Principal
getLocalPrincipal() {
/libcore/ojluni/src/main/java/javax/security/cert/
Certificate.java
37
* An identity certificate is a guarantee by a
principal
that
38
* a public key is that of another
principal
. (A
principal
represents
/libcore/ojluni/src/main/java/sun/security/validator/
SimpleValidator.java
103
X500Principal
principal
= cert.getSubjectX500Principal();
local
104
List<X509Certificate> list = trustedX500Principals.get(
principal
);
109
trustedX500Principals.put(
principal
, list);
394
Principal
certSubjectName = cert.getSubjectX500Principal();
400
Principal
certIssuerName = cert.getIssuerX500Principal();
Completed in 588 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>