| Package | Description |
|---|---|
| de.alpharogroup.crypto.key | |
| de.alpharogroup.crypto.key.writer |
| Modifier and Type | Method and Description |
|---|---|
static KeyFileFormat |
KeyFileFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyFileFormat[] |
KeyFileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PrivateKeyWriter.write(PrivateKey privateKey,
OutputStream outputStream,
KeyFileFormat fileFormat,
KeyFormat keyFormat)
Write the given
PrivateKey into the given OutputStream in the given formats. |
static void |
CertificateWriter.write(X509Certificate certificate,
File file,
KeyFileFormat fileFormat)
|
static void |
CertificateWriter.write(X509Certificate certificate,
OutputStream outputStream,
KeyFileFormat fileFormat)
|
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.