public class RSAGenerator extends Object
| Modifier and Type | Method and Description |
|---|---|
byte[] |
createRequest(KeyPair kp,
X500Principal subject) |
static X509Certificate |
createSimpleX509(String issueDN,
String subjectDN,
KeyPair kp,
int validYears) |
static KeyPair |
generate(int keybits) |
public byte[] createRequest(KeyPair kp, X500Principal subject) throws Exception
ExceptionCopyright © 2014. All rights reserved.