Package com.biglybt.core.security.impl
Class CryptoSTSEngineImpl.InternalDH
java.lang.Object
javax.crypto.KeyAgreementSpi
org.gudy.bouncycastle.jce.provider.JCEECDHKeyAgreement
org.gudy.bouncycastle.jce.provider.JCEECDHKeyAgreement.DH
com.biglybt.core.security.impl.CryptoSTSEngineImpl.InternalDH
- Enclosing class:
CryptoSTSEngineImpl
-
Nested Class Summary
Nested classes/interfaces inherited from class org.gudy.bouncycastle.jce.provider.JCEECDHKeyAgreement
JCEECDHKeyAgreement.DH
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.gudy.bouncycastle.jce.provider.JCEECDHKeyAgreement
engineDoPhase, engineGenerateSecret, engineGenerateSecret, engineGenerateSecret, engineInit, engineInit
-
Constructor Details
-
InternalDH
InternalDH()
-
-
Method Details
-
init
- Overrides:
init
in classJCEECDHKeyAgreement
- Throws:
InvalidKeyException
InvalidAlgorithmParameterException
-
doPhase
- Overrides:
doPhase
in classJCEECDHKeyAgreement
- Throws:
InvalidKeyException
IllegalStateException
-
generateSecret
- Overrides:
generateSecret
in classJCEECDHKeyAgreement
- Throws:
IllegalStateException
-