Package | Description |
---|---|
org.apache.clerezza.ssl.keygen | |
org.apache.clerezza.ssl.keygen.bouncy |
Modifier and Type | Method and Description |
---|---|
Certificate |
KeygenService.createFromCRMF(String crmfReq)
CRMF requests are produced by the javascript generateCRMFRequest()
method in Netscape and are documented by RFC 2511.
|
Certificate |
KeygenService.createFromPEM(String csr)
|
Certificate |
KeygenService.createFromSpkac(String spkac)
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCertificate
Default implementation of Certificate
useful reference: "X.509 Style Guide" by Peter Gutmann
http://www.cs.auckland.ac.nz/~pgut001/pubs/x509guide.txt
|
Modifier and Type | Method and Description |
---|---|
Certificate |
BouncyKeygenService.createFromCRMF(String crmfReq) |
Certificate |
StaticKeygenService.createFromCRMF(String crmfReq) |
Certificate |
BouncyKeygenService.createFromPEM(String pemCsr) |
Certificate |
StaticKeygenService.createFromPEM(String pemCsr)
Create certificates from PEM requests, coming from Internet Explorer usually
|
Certificate |
BouncyKeygenService.createFromSpkac(String spkac) |
Certificate |
StaticKeygenService.createFromSpkac(String spkac)
Create Certificates from SPKAC requests coming from the other browsers
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.