public class KeyUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
createKeyId(Key key) |
static PublicKey |
extractPublicKey(PrivateKey key) |
static KeyPair |
generateRsaKeyPair(int keysize) |
static SecretKey |
loadSecretKey(byte[] secret,
String javaAlgorithmName) |
public static KeyPair generateRsaKeyPair(int keysize)
public static PublicKey extractPublicKey(PrivateKey key)
Copyright © 2019 JBoss by Red Hat. All rights reserved.