public class SubjectPublicKeyInfoFactory
extends java.lang.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 java.io.IOException
publicKey
- the SubjectPublicKeyInfo encodingjava.io.IOException
- on an error encoding the key