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

1 2 3 4 5 6 78 91011>>

  /libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java 47 import java.security.PublicKey;
436 PublicKey publicKey = kp.getPublic();
443 x509c = createCertificate(publicKey, signingKey, subject, issuer, keyUsage, ca,
480 public static X509Certificate createCa(PublicKey publicKey,
485 return createCertificate(publicKey, privateKey,
499 PublicKey publicKey,
543 x509cg.setPublicKey(publicKey);
    [all...]
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
AttributeCertificateHolder.java 81 * <li>0 - publicKey - A hash of the public key of the holder must be
110 * <li>0 - publicKey - A hash of the public key of the holder must be
300 case ObjectDigestInfo.publicKey:
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
KeyAgreementSpi.java 9 import java.security.PublicKey;
140 if (!(key instanceof PublicKey))
146 pubKey = ECUtil.generatePublicKeyParameter((PublicKey)key);
  /external/chromium_org/net/android/java/src/org/chromium/net/
AndroidNetworkLibrary.java 37 * @param publicKey The public key bytes as DER-encoded SubjectPublicKeyInfo (X.509)
46 public static boolean storeKeyPair(Context context, byte[] publicKey, byte[] privateKey) {
54 intent.putExtra("KEY", publicKey);
  /external/chromium_org/third_party/tlslite/patches/
ca_request.patch 87 @type publicKey: L{tlslite.utils.RSAKey.RSAKey}
88 @ivar publicKey: The subject public key from the certificate.
96 self.publicKey = None
  /libcore/luni/src/main/java/java/security/cert/
X509CRL.java 26 import java.security.PublicKey;
119 public abstract void verify(PublicKey key)
144 public abstract void verify(PublicKey key, String sigProvider)
  /libcore/luni/src/test/java/tests/security/cert/
X509CRLTest.java 37 import java.security.PublicKey;
110 public void verify(PublicKey key)
117 public void verify(PublicKey key, String sigProvider)
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStoreTest.java 31 import java.security.PublicKey;
333 public void verify(PublicKey p)
340 public void verify(PublicKey p0, String p1)
350 public PublicKey getPublicKey() {
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 37 import java.security.PublicKey;
272 * The class represents empty PublicKey.
276 public static final class TestPublicKey implements PublicKey {
348 public void verify(PublicKey key) throws CertificateException,
354 public void verify(PublicKey key, String sigProvider)
380 public PublicKey getPublicKey() {
557 public PublicKey getPublicKey() {
565 public void verify(PublicKey key, String sigProvider)
572 public void verify(PublicKey key) throws CertificateException,
  /external/chromium/chrome/browser/remoting/
directory_add_request_unittest.cc 52 "\"hostName\":\"host_name\",\"publicKey\":\"PUBLIC+KEY\"}}",
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
CryptoResultImpl.h 55 virtual void completeWithKeyPair(const blink::WebCryptoKey& publicKey, const blink::WebCryptoKey& privateKey) OVERRIDE;
  /external/smack/src/org/xbill/DNS/
DNSSEC.java 343 private static PublicKey
356 private static PublicKey
414 private static PublicKey
429 /** Converts a KEY/DNSKEY record into a PublicKey */
430 static PublicKey
510 /** Builds a DNSKEY record from a PublicKey */
512 fromPublicKey(PublicKey key, int alg) throws DNSSECException
726 verify(PublicKey key, int alg, byte [] data, byte [] signature)
807 sign(PrivateKey privkey, PublicKey pubkey, int alg, byte [] data,
  /libcore/luni/src/main/java/java/security/
SignatureSpi.java 41 * @param publicKey
44 * if {@code publicKey} is not valid.
46 protected abstract void engineInitVerify(PublicKey publicKey)
  /libcore/luni/src/main/java/javax/security/cert/
X509Certificate.java 28 import java.security.PublicKey;
107 public void verify(PublicKey key) throws CertificateException,
117 public void verify(PublicKey key, String sigProvider)
132 public PublicKey getPublicKey() {
  /libcore/luni/src/test/java/libcore/javax/crypto/
ECDHKeyAgreementTest.java 33 import java.security.PublicKey;
421 Provider keyAgreementProvider, PrivateKey privateKey, PublicKey publicKey)
425 keyAgreement.doPhase(publicKey, true);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreTest.java 32 import java.security.PublicKey;
332 public void verify(PublicKey p)
339 public void verify(PublicKey p0, String p1)
349 public PublicKey getPublicKey() {
SignedObjectTest.java 36 import java.security.PublicKey;
  /libcore/luni/src/test/java/tests/java/security/
IdentityTest.java 30 import java.security.PublicKey;
216 PublicKey pk = new PublicKeyStub("aaa", "fff", new byte[]{1,2,3,4,5});
283 // PublicKey pk = new PublicKeyStub("kkk", "fff", new byte[]{1,2,3,4,5});
317 PublicKey pk = new PublicKeyStub("kkk", "Identity.testGetPublicKey", null);
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 38 import java.security.PublicKey;
273 * The class represents empty PublicKey.
277 public static final class TestPublicKey implements PublicKey {
349 public void verify(PublicKey key) throws CertificateException,
355 public void verify(PublicKey key, String sigProvider)
381 public PublicKey getPublicKey() {
558 public PublicKey getPublicKey() {
566 public void verify(PublicKey key, String sigProvider)
573 public void verify(PublicKey key) throws CertificateException,
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
SSLUtils.java 38 import java.security.PublicKey;
60 * the PublicKey of the certificate presented matches that of the saved certificate
67 private PublicKey mPublicKey;
116 "PublicKey has changed since initial connection!");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libnss_nis-2.7.so 
libnss_nis.so 
libnss_nis.so.2 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libnss_nis-2.7.so 

Completed in 508 milliseconds

1 2 3 4 5 6 78 91011>>