public class CryptoUtil extends Object
| Constructor and Description | 
|---|
| CryptoUtil() | 
| Modifier and Type | Method and Description | 
|---|---|
| static PrivateKey | loadKeyFromP12(InputStream certificateStream,
              String passord) | 
| static byte[] | sign(PrivateKey privateKey,
    String messageToSign) | 
public static PrivateKey loadKeyFromP12(InputStream certificateStream, String passord)
public static byte[] sign(PrivateKey privateKey, String messageToSign)
Copyright © 2014 Digipost Open Source. All rights reserved.