Package | Description |
---|---|
org.apache.clerezza.ssl.keygen | |
org.apache.clerezza.ssl.keygen.bouncy |
Modifier and Type | Method and Description |
---|---|
CertSerialisation |
Certificate.getSerialisation()
get the encoded version of this certificate in a binary form
|
Modifier and Type | Method and Description |
---|---|
void |
Certificate.setDefaultSerialisation(CertSerialisation ser)
When we create a certificate we already know the serialisation it is going to require.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCertSerialisation
Implementation of CertSerialisation
|
class |
DERSerialisation
A DER serialisation of a certificate
This is the one that Safari, Firefox and Opera understand out of the box
|
class |
PEMSerialisation
PEM serialisation of a certificate
This is a base64 encoding of a DER encoding of a certificate.
|
Modifier and Type | Method and Description |
---|---|
CertSerialisation |
DefaultCertificate.getSerialisation() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultCertificate.setDefaultSerialisation(CertSerialisation ser) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.