HomeSort by relevance Sort by last modified time
    Searched full:publickey (Results 251 - 275 of 408) sorted by null

<<11121314151617

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
BouncyCastleProvider.java 8 import java.security.PublicKey;
284 public static PublicKey getPublicKey(SubjectPublicKeyInfo publicKeyInfo)
X509CertificateObject.java 13 import java.security.PublicKey;
556 public PublicKey getPublicKey()
761 PublicKey key)
781 PublicKey key,
793 PublicKey key,
X509CRLObject.java 9 import java.security.PublicKey;
203 public void verify(PublicKey key)
210 public void verify(PublicKey key, String sigProvider)
PKIXCertPathValidatorSpi.java 7 import java.security.PublicKey;
212 PublicKey workingPublicKey;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509V1CertificateGenerator.java 11 import java.security.PublicKey;
142 PublicKey key)
X509V3CertificateGenerator.java 10 import java.security.PublicKey;
147 PublicKey key)
  /external/conscrypt/src/test/java/org/conscrypt/
SignatureTest.java 23 import java.security.PublicKey;
93 PublicKey pubKey = kf.generatePublic(new X509EncodedKeySpec(der_public));
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbService.java 279 public void allowUsbDebugging(boolean alwaysAllow, String publicKey) {
281 mDeviceManager.allowUsbDebugging(alwaysAllow, publicKey);
UsbDebuggingManager.java 365 public void allowUsbDebugging(boolean alwaysAllow, String publicKey) {
368 msg.obj = publicKey;
  /external/chromium_org/third_party/boringssl/src/ssl/test/runner/
key_agreement.go 85 encrypted, err := rsa.EncryptPKCS1v15(config.rand(), cert.PublicKey.(*rsa.PublicKey), preMasterSecret)
297 pubKey, ok := cert.PublicKey.(*ecdsa.PublicKey)
312 pubKey, ok := cert.PublicKey.(*rsa.PublicKey)
handshake_client.go 333 switch certs[0].PublicKey.(type) {
334 case *rsa.PublicKey, *ecdsa.PublicKey:
338 return fmt.Errorf("tls: server's certificate contains an unsupported type of public key: %T", certs[0].PublicKey)
721 c.channelID = &c.config.ChannelID.PublicKey
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CertSelectorTest.java 30 import java.security.PublicKey;
99 protected PublicKey key = null;
149 public TestCert(PublicKey key) {
184 public void setPublicKey(PublicKey key) {
342 public void verify(PublicKey key)
348 public void verify(PublicKey key,
355 public PublicKey getPublicKey() {
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore2Test.java 35 import java.security.PublicKey;
265 PublicKey pub = cert[0].getPublicKey();
524 PublicKey pub = cert.getPublicKey();
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
X509CertificateObject.java 13 import java.security.PublicKey;
558 public PublicKey getPublicKey()
763 PublicKey key)
783 PublicKey key,
795 PublicKey key,
X509CRLObject.java 9 import java.security.PublicKey;
205 public void verify(PublicKey key)
212 public void verify(PublicKey key, String sigProvider)
  /external/chromium_org/remoting/webapp/
host_daemon_facade.js 207 var publicKey = getStringAttr(message, 'publicKey');
208 onDone(privateKey, publicKey);
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/
OperatorHelper.java 11 import java.security.PublicKey;
419 public PublicKey convertPublicKey(SubjectPublicKeyInfo publicKeyInfo)
  /external/chromium_org/chrome/common/extensions/api/
easy_unlock_private.idl 193 // |publicKey|: A public key that should be in the same format as the
199 ArrayBuffer publicKey,
  /frameworks/base/core/java/android/content/pm/
Signature.java 27 import java.security.PublicKey;
173 public PublicKey getPublicKey() throws CertificateException {
  /bionic/libc/upstream-netbsd/lib/libc/include/isc/
dst.h 81 const int); /*!< Private/PublicKey wanted */
  /cts/tests/tests/keystore/src/android/keystore/cts/
AndroidKeyPairGeneratorTest.java 30 import java.security.PublicKey;
406 final PublicKey pubKey = pair.getPublic();
407 assertNotNull("The PublicKey for the KeyPair should be not null", pubKey);
453 assertEquals("PublicKey used to sign certificate should match one returned in KeyPair",
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KSPrivateKeyEntryTest.java 120 * does not match the algorithm of PublicKey in the end certificate (with 0 index)
Signature2Test.java 127 * @tests java.security.Signature#initVerify(java.security.PublicKey)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
AuthorityKeyIdentifier.java 103 * publicKey.getEncoded()).readObject());
  /external/chromium_org/chrome/app/
signature_validator_win.cc 30 cert_context->pCertInfo->SubjectPublicKeyInfo.PublicKey;

Completed in 547 milliseconds

<<11121314151617