mx.bigdata.sat.security
Class KeyLoader

java.lang.Object
  extended by mx.bigdata.sat.security.KeyLoader

public final class KeyLoader
extends Object


Constructor Summary
KeyLoader()
           
 
Method Summary
static PrivateKey loadPKCS8PrivateKey(InputStream in, String passwd)
           
static X509Certificate loadX509Certificate(InputStream in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyLoader

public KeyLoader()
Method Detail

loadPKCS8PrivateKey

public static PrivateKey loadPKCS8PrivateKey(InputStream in,
                                             String passwd)
                                      throws Exception
Throws:
Exception

loadX509Certificate

public static X509Certificate loadX509Certificate(InputStream in)
                                           throws Exception
Throws:
Exception


Copyright © 2010-2012. All Rights Reserved.