| Package | Description |
|---|---|
| de.alpharogroup.crypto.key.reader | |
| de.alpharogroup.crypto.provider |
| Modifier and Type | Method and Description |
|---|---|
static PrivateKey |
PrivateKeyReader.readPemPrivateKey(File file,
SecurityProvider securityProvider)
Read pem private key.
|
static PublicKey |
PublicKeyReader.readPemPublicKey(File file,
SecurityProvider securityProvider)
reads a public key from a file.
|
static PrivateKey |
PrivateKeyReader.readPrivateKey(byte[] privateKeyBytes,
SecurityProvider securityProvider)
Read private key.
|
static PrivateKey |
PrivateKeyReader.readPrivateKey(File file,
SecurityProvider securityProvider)
Read private key.
|
static PublicKey |
PublicKeyReader.readPublicKey(byte[] publicKeyBytes,
SecurityProvider securityProvider)
Read public key.
|
| Modifier and Type | Method and Description |
|---|---|
static SecurityProvider |
SecurityProvider.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityProvider[] |
SecurityProvider.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.