OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OpenSSLKey
(Results
1 - 3
of
3
) sorted by null
/external/conscrypt/src/main/java/org/conscrypt/
OpenSSLKey.java
32
public class
OpenSSLKey
{
41
public
OpenSSLKey
(long ctx) {
45
public
OpenSSLKey
(long ctx, boolean wrapped) {
52
public
OpenSSLKey
(long ctx, OpenSSLEngine engine, String alias) {
82
public static
OpenSSLKey
fromPrivateKey(PrivateKey key) throws InvalidKeyException {
99
return new
OpenSSLKey
(NativeCrypto.d2i_PKCS8_PRIV_KEY_INFO(key.getEncoded()));
107
public static
OpenSSLKey
fromPrivateKeyPemInputStream(InputStream is)
116
return new
OpenSSLKey
(keyCtx);
125
* Gets an {@code
OpenSSLKey
} instance backed by the provided private key. The resulting key is
132
public static
OpenSSLKey
fromPrivateKeyForTLSStackOnly
[
all
...]
OpenSSLSignature.java
49
private
OpenSSLKey
key;
173
private void checkEngineType(
OpenSSLKey
pkey) throws InvalidKeyException {
194
private void initInternal(
OpenSSLKey
newKey, boolean signing) throws InvalidKeyException {
204
initInternal(
OpenSSLKey
.fromPrivateKey(privateKey), true);
216
final
OpenSSLKey
key = this.key;
228
initInternal(
OpenSSLKey
.fromPublicKey(publicKey), false);
/prebuilts/sdk/tools/lib/
signapk.jar
Completed in 345 milliseconds