| Package | Description |
|---|---|
| org.dihedron.crypto.certificates | |
| org.dihedron.crypto.certificates.impl | |
| org.dihedron.crypto.operations.decrypt.pkcs7 |
The package containing the classes providing encryption in PKCS#7/CMS format.
|
| org.dihedron.crypto.operations.encrypt.pkcs7 |
The package containing the classes providing encryption in PKCS#7/CMS format.
|
| Modifier and Type | Method and Description |
|---|---|
Certificate |
CertificateLoader.loadCertificate(Properties properties) |
byte[] |
CertificateLoader.loadCertificateData(Properties properties) |
static CertificateLoader |
CertificateLoaderFactory.makeCertificateLoader(Properties properties)
Creates a new CertificateLoader using the given property set.
|
static CertificateLoader |
CertificateLoaderFactory.makeCertificateLoader(String filename)
Creates a new CertificateLoader loading its property set from the given file.
|
| Modifier and Type | Method and Description |
|---|---|
Certificate |
LDAPCertificateLoader.loadCertificate(Properties props) |
Certificate |
FileCertificateLoader.loadCertificate(Properties properties) |
Certificate |
Base64CertificateLoader.loadCertificate(Properties properties) |
Certificate |
FileCertificateLoader.loadCertificate(String filename) |
Certificate |
Base64CertificateLoader.loadCertificate(String base64) |
Certificate |
LDAPCertificateLoader.loadCertificate(String name,
String filter) |
byte[] |
LDAPCertificateLoader.loadCertificateData(Properties properties) |
byte[] |
FileCertificateLoader.loadCertificateData(Properties properties) |
byte[] |
Base64CertificateLoader.loadCertificateData(Properties properties) |
byte[] |
FileCertificateLoader.loadCertificateData(String filename) |
byte[] |
Base64CertificateLoader.loadCertificateData(String base64) |
byte[] |
LDAPCertificateLoader.loadCertificateData(String name,
String filter) |
| Constructor and Description |
|---|
Base64CertificateLoader() |
FileCertificateLoader() |
LDAPCertificateLoader(String ldapProviderUrl) |
LDAPCertificateLoader(String ldapServer,
int port) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Pkcs7Decryptor.initialise(Object... parameters)
Initialises the object and prepares it for signing.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Pkcs7Encryptor.initialise(Object... parameters)
Initialises the object and prepares it for signing.
|
Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.