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 JCEECDHKeyAgreement
JCEECDHKeyAgreement.DH -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class JCEECDHKeyAgreement
engineDoPhase, engineGenerateSecret, engineGenerateSecret, engineGenerateSecret, engineInit, engineInit
-
Constructor Details
-
InternalDH
InternalDH()
-
-
Method Details
-
init
- Overrides:
initin classJCEECDHKeyAgreement- Throws:
InvalidKeyExceptionInvalidAlgorithmParameterException
-
doPhase
- Overrides:
doPhasein classJCEECDHKeyAgreement- Throws:
InvalidKeyExceptionIllegalStateException
-
generateSecret
- Overrides:
generateSecretin classJCEECDHKeyAgreement- Throws:
IllegalStateException
-