Class BouncyCastleHelper

java.lang.Object
org.jumpmind.security.BouncyCastleHelper

public class BouncyCastleHelper extends Object
Allow lazy loading of Bouncy Castle by putting all static methods here
  • Constructor Details

    • BouncyCastleHelper

      public BouncyCastleHelper()
  • Method Details

    • checkProviderInstalled

      public void checkProviderInstalled()
    • getInstance

      public org.bouncycastle.asn1.x509.SubjectPublicKeyInfo getInstance(PublicKey publicKey)
    • createKey

      public org.bouncycastle.crypto.params.AsymmetricKeyParameter createKey(PrivateKey key) throws IOException
      Throws:
      IOException