public interface AsymmetricKeyInfoConverter
| Modifier and Type | Method and Description |
|---|---|
java.security.PrivateKey |
generatePrivate(org.spongycastle.asn1.pkcs.PrivateKeyInfo keyInfo) |
java.security.PublicKey |
generatePublic(org.spongycastle.asn1.x509.SubjectPublicKeyInfo keyInfo) |
java.security.PrivateKey generatePrivate(org.spongycastle.asn1.pkcs.PrivateKeyInfo keyInfo)
throws java.io.IOException
java.io.IOExceptionjava.security.PublicKey generatePublic(org.spongycastle.asn1.x509.SubjectPublicKeyInfo keyInfo)
throws java.io.IOException
java.io.IOException