public interface AsymmetricKeyInfoConverter
Modifier and Type | Method and Description |
---|---|
PrivateKey |
generatePrivate(org.bouncycastle.asn1.pkcs.PrivateKeyInfo keyInfo) |
PublicKey |
generatePublic(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo keyInfo) |
PrivateKey generatePrivate(org.bouncycastle.asn1.pkcs.PrivateKeyInfo keyInfo) throws IOException
IOException
PublicKey generatePublic(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo keyInfo) throws IOException
IOException
Copyright © 2017 BouncyCastle.org. All rights reserved.