|
Bouncy Castle Cryptography 1.32 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.crypto.util.PublicKeyFactory
public class PublicKeyFactory
Factory to create asymmetric public key parameters for asymmetric ciphers from range of ASN.1 encoded SubjectPublicKeyInfo objects.
| Constructor Summary | |
|---|---|
PublicKeyFactory()
|
|
| Method Summary | |
|---|---|
static AsymmetricKeyParameter |
createKey(SubjectPublicKeyInfo keyInfo)
Create a public key from the passed in SubjectPublicKeyInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PublicKeyFactory()
| Method Detail |
|---|
public static AsymmetricKeyParameter createKey(SubjectPublicKeyInfo keyInfo)
throws java.io.IOException
keyInfo - the SubjectPublicKeyInfo containing the key data
java.io.IOException - on an error decoding the key
|
Bouncy Castle Cryptography 1.32 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||