@FunctionalInterface public interface Signer
Modifier and Type | Method and Description |
---|---|
byte[] |
sign(String dataToSign) |
static Signer |
using(PrivateKey privateKey) |
static Signer |
usingKeyFromPKCS12KeyStore(InputStream keystoreStream,
String keyStoreAndKeyPassword) |
static Signer usingKeyFromPKCS12KeyStore(InputStream keystoreStream, String keyStoreAndKeyPassword)
static Signer using(PrivateKey privateKey)
byte[] sign(String dataToSign)
Copyright © 2019 Digipost. All rights reserved.