parsePrivateKey static method
Parses ECC private key from PEM string
Implementation
static ECPrivateKey parsePrivateKey(String pemKey) {
return BasicUtils.CryptoUtils.ecPrivateKeyFromPem(pemKey);
}
Parses ECC private key from PEM string
static ECPrivateKey parsePrivateKey(String pemKey) {
return BasicUtils.CryptoUtils.ecPrivateKeyFromPem(pemKey);
}