| Package | Description |
|---|---|
| de.petendi.commons.crypto |
| Modifier and Type | Method and Description |
|---|---|
HybridEncrypted |
HybridCrypto.build(byte[] message,
char[] signPassword,
InputStream pkcs12Stream) |
HybridEncrypted |
HybridCrypto.build(byte[] message,
PrivateKey privateKey) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
HybridCrypto.decrypt(HybridEncrypted encrypted,
String recipientIdentifier,
char[] password,
InputStream pkcs12Stream) |
byte[] |
HybridCrypto.decrypt(HybridEncrypted encrypted,
String recipientIdentifier,
PrivateKey privateKey) |
Copyright © 2016 P-ACS UG. All rights reserved.