public class SubjectPublicKeyInfoFactory extends Object
Constructor and Description |
---|
SubjectPublicKeyInfoFactory() |
Modifier and Type | Method and Description |
---|---|
static SubjectPublicKeyInfo |
createSubjectPublicKeyInfo(AsymmetricKeyParameter publicKey)
Create a SubjectPublicKeyInfo public key.
|
public static SubjectPublicKeyInfo createSubjectPublicKeyInfo(AsymmetricKeyParameter publicKey) throws IOException
publicKey
- the SubjectPublicKeyInfo encodingIOException
- on an error encoding the keyCopyright © 2016 BouncyCastle.org. All rights reserved.