public class PKCS1EncodedPrivateKeySpec extends Object
Constructor and Description |
---|
PKCS1EncodedPrivateKeySpec(byte[] keyBytes)
Create a PKCS#1 keyspec from DER encoded buffer
|
public PKCS1EncodedPrivateKeySpec(byte[] keyBytes) throws IOException
keyBytes
- DER encoded octet streamIOException
public RSAPrivateKeySpec getKeySpec()
Copyright © 2009-2013 jclouds. All Rights Reserved.