Skip navigation links
A C G K O R S T W 

A

addDomain(String) - Method in class org.shredzone.acme4j.util.CSRBuilder
Adds a domain name to the CSR.
addDomains(Collection<String>) - Method in class org.shredzone.acme4j.util.CSRBuilder
Adds a Collection of domains.
addDomains(String...) - Method in class org.shredzone.acme4j.util.CSRBuilder
Adds multiple domain names.

C

CertificateUtils - Class in org.shredzone.acme4j.util
Utility class offering convenience methods for certificates.
createECKeyPair(String) - Static method in class org.shredzone.acme4j.util.KeyPairUtils
Creates a new elliptic curve KeyPair.
createKeyPair(int) - Static method in class org.shredzone.acme4j.util.KeyPairUtils
Creates a new RSA KeyPair.
CSRBuilder - Class in org.shredzone.acme4j.util
Generator for a CSR (Certificate Signing Request) suitable for ACME servers.
CSRBuilder() - Constructor for class org.shredzone.acme4j.util.CSRBuilder
 

G

getCSR() - Method in class org.shredzone.acme4j.util.CSRBuilder
Gets the PKCS#10 certification request.
getEncoded() - Method in class org.shredzone.acme4j.util.CSRBuilder
Gets an encoded PKCS#10 certification request.

K

KeyPairUtils - Class in org.shredzone.acme4j.util
Utility class offering convenience methods for KeyPair.

O

org.shredzone.acme4j.util - package org.shredzone.acme4j.util
 

R

readCSR(InputStream) - Static method in class org.shredzone.acme4j.util.CertificateUtils
Reads a CSR PEM file.
readKeyPair(Reader) - Static method in class org.shredzone.acme4j.util.KeyPairUtils
Reads a KeyPair from a PEM file.
readX509Certificate(InputStream) - Static method in class org.shredzone.acme4j.util.CertificateUtils
Reads an X509Certificate PEM file from an InputStream.

S

setCountry(String) - Method in class org.shredzone.acme4j.util.CSRBuilder
Sets the country.
setLocality(String) - Method in class org.shredzone.acme4j.util.CSRBuilder
Sets the city or locality.
setOrganization(String) - Method in class org.shredzone.acme4j.util.CSRBuilder
Sets the organization.
setOrganizationalUnit(String) - Method in class org.shredzone.acme4j.util.CSRBuilder
Sets the organizational unit.
setState(String) - Method in class org.shredzone.acme4j.util.CSRBuilder
Sets the state or province.
sign(KeyPair) - Method in class org.shredzone.acme4j.util.CSRBuilder
Signs the completed CSR.

T

toString() - Method in class org.shredzone.acme4j.util.CSRBuilder
 

W

write(Writer) - Method in class org.shredzone.acme4j.util.CSRBuilder
Writes the signed certificate request to a Writer.
write(OutputStream) - Method in class org.shredzone.acme4j.util.CSRBuilder
Writes the signed certificate request to an OutputStream.
writeKeyPair(KeyPair, Writer) - Static method in class org.shredzone.acme4j.util.KeyPairUtils
Writes a KeyPair PEM file.
writeX509Certificate(X509Certificate, OutputStream) - Static method in class org.shredzone.acme4j.util.CertificateUtils
Writes an X.509 certificate PEM file.
writeX509Certificate(X509Certificate, Writer) - Static method in class org.shredzone.acme4j.util.CertificateUtils
Writes an X.509 certificate PEM file.
writeX509CertificateChain(Writer, X509Certificate, X509Certificate...) - Static method in class org.shredzone.acme4j.util.CertificateUtils
writeX509Certificates(Writer, X509Certificate...) - Static method in class org.shredzone.acme4j.util.CertificateUtils
Writes multiple X.509 certificates to a PEM file.
A C G K O R S T W 
Skip navigation links

Copyright © 2015–2019. All rights reserved.