Java org.bouncycastle.crypto.util PrivateKeyFactory fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.crypto.util PrivateKeyFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.crypto.util PrivateKeyFactory.

The text is from its open source code.

Method

AsymmetricKeyParametercreateKey(byte[] privateKeyInfoData)
Create a private key parameter from a PKCS8 PrivateKeyInfo encoding.
AsymmetricKeyParametercreateKey(InputStream inStr)
Create a private key parameter from a PKCS8 PrivateKeyInfo encoding read from a stream.
AsymmetricKeyParametercreateKey(PrivateKeyInfo keyInfo)
Create a private key parameter from the passed in PKCS8 PrivateKeyInfo object.