public class CAUtil extends Object
| Constructor and Description |
|---|
CAUtil() |
| Modifier and Type | Method and Description |
|---|---|
static X509Certificate |
createCA(PublicKey pubKey,
PrivateKey privKey,
String issuerDN,
int limit) |
static KeyPair |
generateRSAKeyPair() |
public static X509Certificate createCA(PublicKey pubKey, PrivateKey privKey, String issuerDN, int limit) throws Exception
ExceptionCopyright © 2016. All Rights Reserved.