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

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

Introduction

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

The text is from its open source code.

Method

AsymmetricKeyParametercreateKey(byte[] keyInfoData)
Create a public key from a SubjectPublicKeyInfo encoding
AsymmetricKeyParametercreateKey(InputStream inStr)
Create a public key from a SubjectPublicKeyInfo encoding read from a stream
AsymmetricKeyParametercreateKey(SubjectPublicKeyInfo keyInfo)
Create a public key from the passed in SubjectPublicKeyInfo