| Package | Description |
|---|---|
| io.getlime.security.powerauth.provider |
| Modifier and Type | Method and Description |
|---|---|
PrivateKey |
CryptoProviderUtilsSpongyCastle.convertBytesToPrivateKey(byte[] keyBytes)
Convert a byte array to an EC private key by decoding the D number
parameter.
|
PrivateKey |
CryptoProviderUtil.convertBytesToPrivateKey(byte[] keyBytes)
Convert a byte array to an EC private key by decoding the D number
parameter.
|
PrivateKey |
CryptoProviderUtilBouncyCastle.convertBytesToPrivateKey(byte[] keyBytes)
Convert a byte array to an EC private key by decoding the D number parameter (S in Java Security).
|
PublicKey |
CryptoProviderUtilsSpongyCastle.convertBytesToPublicKey(byte[] keyBytes)
Converts byte array to an EC public key, by decoding the Q point
parameter.
|
PublicKey |
CryptoProviderUtil.convertBytesToPublicKey(byte[] keyBytes)
Converts byte array to an EC public key, by decoding the Q point
parameter.
|
PublicKey |
CryptoProviderUtilBouncyCastle.convertBytesToPublicKey(byte[] keyBytes)
Converts byte array to an EC public key, by decoding the Q point (W in Java Security).
|
byte[] |
CryptoProviderUtil.convertPublicKeyToBytes(PublicKey publicKey)
Converts an EC public key to a byte array by encoding Q point parameter.
|
byte[] |
CryptoProviderUtilBouncyCastle.convertPublicKeyToBytes(PublicKey publicKey)
Converts an EC public key to a byte array by encoding Q point parameter (W in Java Security).
|
Copyright © 2016–2019 Wultra s.r.o.. All rights reserved.