|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.cert.RSAPrivateKeyDecoder
public class RSAPrivateKeyDecoder
Created: Oct 9, 2010 9:16:55 PM
| Constructor Summary | |
|---|---|
RSAPrivateKeyDecoder(byte[] bytes)
Constructs ... |
|
RSAPrivateKeyDecoder(InputStream is)
Constructs ... |
|
| Method Summary | |
|---|---|
RSAPrivateCrtKeySpec |
getKeySpec()
Method description |
PrivateKey |
getPrivateKey()
Method description |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RSAPrivateKeyDecoder(byte[] bytes)
bytes - public RSAPrivateKeyDecoder(InputStream is)
is - | Method Detail |
|---|
public RSAPrivateCrtKeySpec getKeySpec()
throws IOException
IOException
public PrivateKey getPrivateKey()
throws NoSuchAlgorithmException,
InvalidKeySpecException,
IOException
IOException
InvalidKeySpecException
NoSuchAlgorithmException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||