Package org.jumpmind.security
Class BouncyCastleHelper
java.lang.Object
org.jumpmind.security.BouncyCastleHelper
Allow lazy loading of Bouncy Castle by putting all static methods here
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
org.bouncycastle.crypto.params.AsymmetricKeyParameter
createKey
(PrivateKey key) org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
getInstance
(PublicKey publicKey)
-
Constructor Details
-
BouncyCastleHelper
public BouncyCastleHelper()
-
-
Method Details
-
checkProviderInstalled
public void checkProviderInstalled() -
getInstance
-
createKey
public org.bouncycastle.crypto.params.AsymmetricKeyParameter createKey(PrivateKey key) throws IOException - Throws:
IOException
-