nl.surfnet.coin.selfservice.service.impl.ssl
Class KeyStore

java.lang.Object
  extended by nl.surfnet.coin.selfservice.service.impl.ssl.KeyStore
Direct Known Subclasses:
KeyStoreMock

public class KeyStore
extends Object


Constructor Summary
KeyStore(boolean activeMode)
          Constructor for public keys (truststore)
KeyStore(String privateKey, String password, String certificate, boolean activeMode)
          Constructor for private keys (keystore)
 
Method Summary
 KeyStore getJavaSecurityKeyStore()
           
 void setCertificates(Map<String,String> certificates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyStore

public KeyStore(boolean activeMode)
Constructor for public keys (truststore)


KeyStore

public KeyStore(String privateKey,
                String password,
                String certificate,
                boolean activeMode)
Constructor for private keys (keystore)

Parameters:
privateKey -
password -
certificate -
Method Detail

setCertificates

public void setCertificates(Map<String,String> certificates)

getJavaSecurityKeyStore

public KeyStore getJavaSecurityKeyStore()


Copyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.