| /external/ipsec-tools/src/racoon/samples/ |
| racoon.conf.sample-gssapi | 28 # principal. ktutil(8)'s "list" command will list the
|
| /packages/apps/Protips/res/values-es-rUS/ |
| strings.xml | 19 <string name="widget_name" msgid="5948202656358353180">"Consejos acerca de la pantalla principal"</string>
|
| /packages/apps/Protips/res/values-pt-rPT/ |
| strings.xml | 19 <string name="widget_name" msgid="5948202656358353180">"Sugestões do ecrã principal"</string>
|
| /libcore/ojluni/src/main/java/java/nio/file/attribute/ |
| AclEntry.java | 42 * <li><p> The {@link #principal() principal} component, sometimes called the 148 * Sets the principal component of this builder. 150 * @param who the principal component 293 * Returns the principal component. 295 * @return the principal component 297 public UserPrincipal principal() { method in class:AclEntry
|
| /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
| SSLUtils.java | 37 import java.security.Principal; 252 String[] keyTypes, Principal[] issuers, Socket socket); 263 String keyType, Principal[] issuers, Socket socket) { 269 public final String[] getClientAliases(String keyType, Principal[] issuers) { 275 public final String[] getServerAliases(String keyType, Principal[] issuers) { 289 public String chooseClientAlias(String[] keyTypes, Principal[] issuers, Socket socket) { 386 public String chooseClientAlias(String[] keyTypes, Principal[] issuers, Socket socket) {
|
| /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() {
|
| /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) {
|
| /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
|
| /bionic/libm/upstream-netbsd/lib/libm/complex/ |
| cacoshl.c | 39 #if 0 /* does not give the principal value */
|
| /external/curl/docs/cmdline-opts/ |
| user.d | 25 Principal Name) formats. For example, EXAMPLE\\user and user@example.com
|
| /external/guice/core/src/com/google/inject/ |
| package-info.java | 23 * <p>The principal public APIs in this package are:
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
| HttpsURLConnectionTest.java | 23 import java.security.Principal; 134 assertNotNull("Local principal is null", con.getLocalPrincipal()); 150 Principal p = con.getPeerPrincipal(); 156 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/libcore/java/nio/file/attribute/ |
| AclEntryTest.java | 47 assertEquals(user, aclEntry.principal());
|
| /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.
|
| /prebuilts/sdk/current/support/v7/appcompat/res/values-es-rUS/ |
| values-es-rUS.xml | 3 <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navegar a la página principal"</string>
|
| /external/conscrypt/common/src/main/java/org/conscrypt/ |
| ExternalSession.java | 19 import java.security.Principal; 125 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException { 130 public Principal getLocalPrincipal() {
|
| /external/conscrypt/platform/src/test/java/org/conscrypt/ |
| TrustManagerImplTest.java | 20 import java.security.Principal; 177 public Principal getLocalPrincipal() { 208 public Principal getPeerPrincipal() throws SSLPeerUnverifiedException {
|
| /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
|