/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
KeyRepTypeTest.java | 54 assertEquals(KeyRep.Type.SECRET, KeyRep.Type.valueOf(KeyRep.Type.SECRET 62 KeyRep.Type[] types = new KeyRep.Type[] { KeyRep.Type.SECRET,
|
KeyRepTest.java | 40 assertNotNull(new KeyRep(KeyRep.Type.SECRET, "", "", new byte[] {})); 52 new KeyRep(KeyRep.Type.SECRET, null, "", new byte[] {}); 69 KeyRepChild kr = new KeyRepChild(KeyRep.Type.SECRET, "", "", new byte[] {}); 76 kr = new KeyRepChild(KeyRep.Type.SECRET, "", "X.509", new byte[] {}); 83 kr = new KeyRepChild(KeyRep.Type.SECRET, "", "RAW", new byte[] {});
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/ |
PoloMessage.java | 41 SECRET(40),
|
SecretMessage.java | 25 * 'SECRET'. 31 public SecretMessage(byte[] secret) { 32 super(PoloMessage.PoloMessageType.SECRET); 33 mSecret = secret; 45 ret.append(" secret=");
|
/libcore/luni/src/main/java/java/security/ |
KeyRep.java | 91 * <li> {@code Type.SECRET} | "RAW" : returns a {@link SecretKeySpec} 106 case SECRET: 159 * Type for secret keys. 161 SECRET,
|
/external/mdnsresponder/mDNSShared/ |
dnsextd_lexer.l | 67 secret return SECRET;
|
dnsextd_parser.y | 62 char secret[ 256 ]; 113 %token SECRET 198 KEY QUOTEDSTRING OBRACE SECRET QUOTEDSTRING SEMICOLON EBRACE 211 strncpy( keySpec->secret, $5, sizeof( keySpec->secret ) ); 490 keylen = DNSDigest_ConstructHMACKeyfromBase64( authInfo, keySpec->secret ); 524 keylen = DNSDigest_ConstructHMACKeyfromBase64( authInfo, keySpec->secret );
|
/developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/ |
VisibilityMetadataFragment.java | 136 return NotificationVisibility.SECRET; 167 SECRET(Notification.VISIBILITY_SECRET, "Secret", R.drawable.ic_secret_notification);
|
/developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/ |
VisibilityMetadataFragment.java | 136 return NotificationVisibility.SECRET; 167 SECRET(Notification.VISIBILITY_SECRET, "Secret", R.drawable.ic_secret_notification);
|
/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/ |
VisibilityMetadataFragment.java | 136 return NotificationVisibility.SECRET; 167 SECRET(Notification.VISIBILITY_SECRET, "Secret", R.drawable.ic_secret_notification);
|
/developers/build/prebuilts/gradle/LNotifications/Application/tests/src/com/example/android/lnotifications/ |
VisibilityMetadataFragmentTest.java | 60 .NotificationVisibility.SECRET);
|
/developers/samples/android/notification/LNotifications/Application/tests/src/com/example/android/lnotifications/ |
VisibilityMetadataFragmentTest.java | 60 .NotificationVisibility.SECRET);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/bc/ |
BcKeyStoreSpi.java | 75 static final int SECRET = 3; 119 this.type = SECRET; 719 case SECRET: 772 case SECRET:
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/ |
PairingSession.java | 59 * The listener implementation is responsible for showing the shared secret 68 * wait for the secret. The listener, or some activity resulting from it, must 69 * publish the input secret to the session via 89 * Controls whether to verify the secret portion of the SecretAck message. 91 * NOTE(mikey): One implementation does not send the secret back in 99 * Timeout, in milliseconds, for polling the secret queue for a response from 181 * Threadsafe queue for receiving the messages sent by peer, user-given secret 271 // Unblock the blocking wait on the secret queue. 451 * Sets the secret, as received from a user. This method is only meaningful 454 * @param secret the secret, as a byte sequenc [all...] |
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/ |
JsonMessageBuilder.java | 98 private static final String SECRET_FIELD_SECRET = "secret"; 101 private static final String SECRET_ACK_FIELD_SECRET = "secret"; 141 case SECRET:
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/ |
XmlMessageBuilder.java | 96 private static final String MESSAGE_CONTAINER_NAME_SECRET = "secret"; 172 case SECRET: 346 String secret; local 348 secret = body.getJSONObject(MESSAGE_CONTAINER_NAME_SECRET) 353 byte[] secretBytes = PoloUtil.hexStringToBytes(secret); 562 JSONObject secret = new JSONObject(); local 564 secret.put(SECRET_FIELD_SECRET, bytesStr); 565 jsonObj.put(MESSAGE_CONTAINER_NAME_SECRET, secret);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/ |
PKCS12KeyStoreSpi.java | 126 static final int SECRET = 3; [all...] |
/external/google-tv-pairing-protocol/java/jar/ |
bcprov-jdk15-143.jar | |
/prebuilts/sdk/tools/lib/ |
signapk.jar | |
/prebuilts/devtools/tools/lib/ |
bcprov-jdk15on-1.48.jar | |
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/ |
bcprov-jdk15on-1.48.jar | |
/external/chromium_org/third_party/libaddressinput/src/java/ |
android.jar | |
/external/owasp/sanitizer/tools/findbugs/lib/ |
findbugs.jar | |
/prebuilts/sdk/10/ |
android.jar | |
/prebuilts/sdk/11/ |
android.jar | |