public class SelfSignedCert
extends java.lang.Object
| Constructor and Description |
|---|
SelfSignedCert() |
| Modifier and Type | Method and Description |
|---|---|
java.security.cert.X509Certificate |
build(java.security.PrivateKey privateKey,
java.security.PublicKey publicKey)
Build a X509Certificate certificate with provided keys.
|