Searched
full:privatekey (Results
276 -
300 of
699) sorted by null
<<11121314151617181920>>
/tools/apksig/src/test/java/com/android/apksig/ |
ApkSignerTest.java | 35 import java.security.PrivateKey; 485 PrivateKey privateKey = 489 return new ApkSigner.SignerConfig.Builder(keyNameInResources, privateKey, certs).build();
|
/prebuilts/go/darwin-x86/src/crypto/tls/ |
handshake_client_test.go | 121 // key, if not nil, contains either a *rsa.PrivateKey or 122 // *ecdsa.PrivateKey which is the private key for the reference server. 165 case *rsa.PrivateKey: 168 case *ecdsa.PrivateKey: [all...] |
/prebuilts/go/linux-x86/src/crypto/tls/ |
handshake_client_test.go | 121 // key, if not nil, contains either a *rsa.PrivateKey or 122 // *ecdsa.PrivateKey which is the private key for the reference server. 165 case *rsa.PrivateKey: 168 case *ecdsa.PrivateKey: [all...] |
/tools/apksig/src/main/java/com/android/apksig/internal/apk/ |
ApkSigningBlockUtils.java | 44 import java.security.PrivateKey; [all...] |
/libcore/luni/src/test/java/libcore/java/security/ |
SignatureTest.java | 34 import java.security.PrivateKey; 236 s.initSign(new PrivateKey() { 276 protected void engineInitSign(PrivateKey privateKey) throws InvalidKeyException { [all...] |
/frameworks/base/keystore/java/android/security/keystore/ |
KeyGenParameterSpec.java | 136 * PrivateKey privateKey = (PrivateKey) keyStore.getKey("key1", null); 162 * PrivateKey privateKey = (PrivateKey) keyStore.getKey("key1", null); 189 * PrivateKey privateKey = (PrivateKey) keyStore.getKey("key1", null); [all...] |
/prebuilts/gradle-plugin/com/android/tools/build/apkzlib/3.2.0-alpha16/ |
apkzlib-3.2.0-alpha16.jar | |
/external/libcups/cups/ |
tls-darwin.c | 97 privateKey = NULL; 145 err = SecKeyGeneratePair(keyParams, &publicKey, &privateKey); 177 cert = SecGenerateSelfSignedCertificate(subject, certParams, publicKey, privateKey); 188 ident = SecIdentityCreate(kCFAllocatorDefault, cert, privateKey); 241 if (privateKey) 242 CFRelease(privateKey); [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/crypto/ |
dsa.a | 116 ( > |