HomeSort by relevance Sort by last modified time
    Searched full:publickey (Results 226 - 250 of 398) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/conscrypt/src/test/java/org/conscrypt/
TrustedCertificateStoreTest.java 24 import java.security.PublicKey;
443 PublicKey publicKey = getPrivate().getCertificate().getPublicKey();
446 X509Certificate ca1 = TestKeyStore.createCa(publicKey, privateKey, name);
448 X509Certificate ca2 = TestKeyStore.createCa(publicKey, privateKey, name);
  /libcore/luni/src/test/java/libcore/java/security/
SignatureTest.java 28 import java.security.PublicKey;
178 protected void engineInitVerify(PublicKey publicKey) throws InvalidKeyException {
378 PublicKey pk = keyFactory.generatePublic(keySpec);
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertPathValidatorUtilities.java 8 import java.security.PublicKey;
165 PublicKey trustPublicKey = null;
355 PublicKey key)
    [all...]
BouncyCastleProvider.java 8 import java.security.PublicKey;
284 public static PublicKey getPublicKey(SubjectPublicKeyInfo publicKeyInfo)
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_asn1.c 194 ASN1_BIT_STRING *publicKey;
268 ASN1_EXP_OPT(EC_PRIVATEKEY, publicKey, ASN1_BIT_STRING, 1)
1184 if (priv_key->publicKey)
1197 pub_oct = M_ASN1_STRING_data(priv_key->publicKey);
1198 pub_oct_len = M_ASN1_STRING_length(priv_key->publicKey);
1280 priv_key->publicKey = M_ASN1_BIT_STRING_new();
1281 if (priv_key->publicKey == NULL)
1310 priv_key->publicKey->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT|0x07);
1311 priv_key->publicKey->flags |= ASN1_STRING_FLAG_BITS_LEFT;
1312 if (!M_ASN1_BIT_STRING_set(priv_key->publicKey, buffer,
    [all...]
  /external/openssl/crypto/ec/
ec_asn1.c 196 ASN1_BIT_STRING *publicKey;
270 ASN1_EXP_OPT(EC_PRIVATEKEY, publicKey, ASN1_BIT_STRING, 1)
1186 if (priv_key->publicKey)
1199 pub_oct = M_ASN1_STRING_data(priv_key->publicKey);
1200 pub_oct_len = M_ASN1_STRING_length(priv_key->publicKey);
1282 priv_key->publicKey = M_ASN1_BIT_STRING_new();
1283 if (priv_key->publicKey == NULL)
1312 priv_key->publicKey->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT|0x07);
1313 priv_key->publicKey->flags |= ASN1_STRING_FLAG_BITS_LEFT;
1314 if (!M_ASN1_BIT_STRING_set(priv_key->publicKey, buffer,
    [all...]
  /libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java 47 import java.security.PublicKey;
467 PublicKey publicKey = kp.getPublic();
474 x509c = createCertificate(publicKey, signingKey, subject, issuer, keyUsage, ca,
511 public static X509Certificate createCa(PublicKey publicKey,
516 return createCertificate(publicKey, privateKey,
530 PublicKey publicKey,
574 x509cg.setPublicKey(publicKey);
    [all...]
  /external/chromium_org/content/child/webcrypto/
platform_crypto_nss.cc 201 virtual PublicKey* AsPublicKey() OVERRIDE { return NULL; }
219 class PublicKey : public Key {
222 scoped_ptr<PublicKey>* out) {
223 out->reset(new PublicKey(key.Pass()));
230 virtual PublicKey* AsPublicKey() OVERRIDE { return this; }
240 explicit PublicKey(crypto::ScopedSECKEYPublicKey key) : key_(key.Pass()) {}
245 DISALLOW_COPY_AND_ASSIGN(PublicKey);
260 virtual PublicKey* AsPublicKey() OVERRIDE { return NULL; }
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java 28 import java.security.PublicKey;
738 PublicKey key = selector.getSubjectPublicKey();
747 PublicKey keyActual = selector.getSubjectPublicKey();
    [all...]
X509Certificate2Test.java 25 import java.security.PublicKey;
236 public void verify(PublicKey key) {
239 public void verify(PublicKey key, String sigProvider) {
246 public PublicKey getPublicKey() {
  /external/chromium_org/remoting/webapp/
host_list.js 285 if (host.hostName && host.hostId && host.status && host.publicKey &&
363 publicKey: hostTableEntry.host.publicKey
468 * @param {string} publicKey Public key.
472 hostName, hostId, publicKey) {
485 localHost.publicKey = publicKey;
  /libcore/luni/src/main/java/java/security/
Signature.java 261 * @param publicKey
264 * if {@code publicKey} is not valid.
266 public final void initVerify(PublicKey publicKey)
268 engineInitVerify(publicKey);
284 * if the publicKey in the certificate is not valid or not to be
683 protected void engineInitVerify(PublicKey arg0) throws InvalidKeyException {
Certificate.java 101 public PublicKey getPublicKey();
  /external/apache-harmony/security/src/test/api/java.injected/java/security/
IdentityTest.java 212 PublicKey pk = new PublicKeyStub("aaa", "fff", new byte[] { 1, 2, 3, 4, 5 });
280 // PublicKey pk = new PublicKeyStub("kkk", "fff", new byte[]{1,2,3,4,5});
314 PublicKey pk = new PublicKeyStub("kkk", "Identity.testGetPublicKey", null);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
AttributeCertificateHolder.java 108 * <li>0 - publicKey - A hash of the public key of the holder must be
137 * <li>0 - publicKey - A hash of the public key of the holder must be
367 case ObjectDigestInfo.publicKey:
X509V1CertificateGenerator.java 11 import java.security.PublicKey;
142 PublicKey key)
  /external/smack/src/org/jivesoftware/smack/
ServerTrustManager.java 120 PublicKey publickey = local
122 x509Certificates[i].verify(publickey);
  /external/chromium_org/chrome/app/
signature_validator_win_unittest.cc 77 CRYPT_BIT_BLOB blob = cert->pCertInfo->SubjectPublicKeyInfo.PublicKey;
  /external/chromium_org/chrome/common/extensions/docs/templates/json/
manifest.json 94 "example": "publicKey"
  /external/chromium_org/remoting/ios/
host_refresh_unittest.mm 114 ASSERT_NSEQ(HostRefreshTestHelper::PublicKeyTest, host.publicKey);
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
CryptoResultImpl.h 67 virtual void completeWithKeyPair(const blink::WebCryptoKey& publicKey, const blink::WebCryptoKey& privateKey) OVERRIDE;
  /external/chromium_org/third_party/tlslite/tlslite/
tlsconnection.py     [all...]
  /frameworks/base/core/java/android/hardware/usb/
IUsbManager.aidl 94 void allowUsbDebugging(boolean alwaysAllow, String publicKey);
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
DefaultHostnameVerifierTest.java 24 import java.security.PublicKey;
408 @Override public PublicKey getPublicKey() {
416 @Override public void verify(PublicKey key) {
420 @Override public void verify(PublicKey key, String sigProvider) {
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
Signature2Test.java 31 import java.security.PublicKey;
261 * java.security.Signature#initVerify(java.security.PublicKey)
560 protected void engineInitVerify(PublicKey publicKey)

Completed in 1344 milliseconds

1 2 3 4 5 6 7 8 91011>>