no.digipost.api.client.security
Class FileKeystoreSigner

java.lang.Object
  extended by no.digipost.api.client.security.FileKeystoreSigner
All Implemented Interfaces:
Signer

public class FileKeystoreSigner
extends Object
implements Signer


Constructor Summary
FileKeystoreSigner(InputStream certificate, String password)
           
 
Method Summary
 byte[] sign(String dataToSign)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileKeystoreSigner

public FileKeystoreSigner(InputStream certificate,
                          String password)
Method Detail

sign

public byte[] sign(String dataToSign)
Specified by:
sign in interface Signer


Copyright © 2012 Digipost Open Source. All Rights Reserved.