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