HomeSort by relevance Sort by last modified time
    Searched full:publickey (Results 201 - 225 of 376) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libnss_nis.so 
libnss_nis.so.2 
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertificateTest.java 148 * This test just calls <code>verify(PublicKey)</code> method<br>
167 * This test just calls <code>verify(PublicKey,String)</code> method<br>
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
HandshakeProtocolTest.java 22 import java.security.PublicKey;
215 PublicKey key = kpg.genKeyPair().getPublic();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509V2AttributeCertificate.java 10 import java.security.PublicKey;
171 PublicKey key,
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:
  /frameworks/base/core/java/android/content/pm/
Signature.java 26 import java.security.PublicKey;
152 public PublicKey getPublicKey() throws CertificateException {
  /frameworks/base/keystore/java/android/security/
AndroidKeyPairGenerator.java 32 import java.security.PublicKey;
113 final PublicKey pubKey;
  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLECDHKeyAgreement.java 24 import java.security.PublicKey;
61 if (!(key instanceof PublicKey)) {
  /libcore/luni/src/main/java/java/security/
IdentityScope.java 143 * the {@code PublicKey} of the {@code Identity} to be returned.
147 public abstract Identity getIdentity(PublicKey key);
KeyFactory.java 160 * Generates a instance of {@code PublicKey} from the given key
169 public final PublicKey generatePublic(KeySpec keySpec)
Signature.java 211 * @param publicKey
214 * if {@code publicKey} is not valid.
216 public final void initVerify(PublicKey publicKey)
218 engineInitVerify(publicKey);
234 * if the publicKey in the certificate is not valid or not to be
636 protected void engineInitVerify(PublicKey arg0)
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KSBuilder_ImplTest.java 34 import java.security.PublicKey;
508 public void verify(PublicKey key) throws CertificateException,
513 public void verify(PublicKey key, String sigProvider)
522 public PublicKey getPublicKey() {
523 return new PublicKey() {
  /external/chromium_org/remoting/webapp/
session_connector.js 180 host.hostId, host.jabberId, host.publicKey, host.hostName,
351 var host = /** @type {{data: {jabberId: string, publicKey: string}}} */
353 if (host && host.data && host.data.jabberId && host.data.publicKey) {
355 this.hostPublicKey_ = host.data.publicKey;
468 host.hostId, host.jabberId, host.publicKey, host.hostName,
host_list.js 278 if (host.hostName && host.hostId && host.status && host.publicKey &&
353 publicKey: hostTableEntry.host.publicKey
458 * @param {string} publicKey Public key.
462 hostName, hostId, publicKey) {
475 localHost.publicKey = publicKey;
  /libcore/crypto/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/main/java/org/apache/harmony/security/provider/cert/
X509CRLImpl.java 32 import java.security.PublicKey;
399 * @see java.security.cert.X509CRL#verify(PublicKey key)
402 public void verify(PublicKey key)
416 * @see java.security.cert.X509CRL#verify(PublicKey key, String sigProvider)
419 public void verify(PublicKey key, String sigProvider)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertPathValidatorUtilities.java 8 import java.security.PublicKey;
163 PublicKey trustPublicKey = null;
353 PublicKey key)
    [all...]
X509CRLObject.java 9 import java.security.PublicKey;
201 public void verify(PublicKey key)
208 public void verify(PublicKey key, String sigProvider)
  /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 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...]
  /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...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
KnownHosts.java 740 * @param knownHosts the file where the publickey entry will be appended.
926 * @param publickey key blob
929 public static String createHexFingerprint(String keytype, byte[] publickey)
931 byte[] raw = rawFingerPrint("md5", keytype, publickey);
943 * @param publickey key data
946 public static String createBubblebabbleFingerprint(String keytype, byte[] publickey)
948 byte[] raw = rawFingerPrint("sha1", keytype, publickey);
  /external/apache-harmony/security/src/test/api/java.injected/java/security/
IdentityTest.java 211 PublicKey pk = new PublicKeyStub("aaa", "fff", new byte[]{1,2,3,4,5});
279 // 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/jcajce/provider/asymmetric/x509/
X509CRLObject.java 9 import java.security.PublicKey;
203 public void verify(PublicKey key)
210 public void verify(PublicKey key, String sigProvider)

Completed in 520 milliseconds

1 2 3 4 5 6 7 891011>>