Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.jcajce.provider.util
Interface AsymmetricKeyInfoConverter

All Known Implementing Classes:
BaseKeyFactorySpi, KeyFactorySpi, KeyFactorySpi

public interface AsymmetricKeyInfoConverter


Method Summary
 java.security.PrivateKey generatePrivate(PrivateKeyInfo keyInfo)
           
 java.security.PublicKey generatePublic(SubjectPublicKeyInfo keyInfo)
           
 

Method Detail

generatePrivate

public java.security.PrivateKey generatePrivate(PrivateKeyInfo keyInfo)
                                         throws java.io.IOException

generatePublic

public java.security.PublicKey generatePublic(SubjectPublicKeyInfo keyInfo)
                                       throws java.io.IOException

Bouncy Castle Cryptography Library 1.77.0