Package org.eclipse.net4j.util.security
Class DiffieHellman.Server.Challenge
java.lang.Object
org.eclipse.net4j.util.security.DiffieHellman.Server.Challenge
- Enclosing class:
- DiffieHellman.Server
- Author:
- Eike Stepper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.As of 3.8 usegetCipherTransformation()
.int
byte[]
byte[]
toString()
void
write
(ExtendedDataOutput out)
-
Constructor Details
-
Challenge
@Deprecated public Challenge(String serverRealm, String secretAlgorithm, String cipherTransformation, byte[] serverPubKeyEnc) Deprecated.As of 3.8 public construction is no longer supported. -
Challenge
- Throws:
IOException
-
Challenge
- Throws:
IOException
- Since:
- 3.21
-
Challenge
- Throws:
IOException
- Since:
- 3.21
-
-
Method Details
-
getServerRealm
-
getSecretAlgorithmKeyLen
public int getSecretAlgorithmKeyLen()- Since:
- 3.8
-
getSecretAlgorithm
-
getCipherTransformation
- Since:
- 3.8
-
getCypherTransformation
Deprecated.As of 3.8 usegetCipherTransformation()
. -
getServerPubKeyEnc
public byte[] getServerPubKeyEnc() -
write
- Throws:
IOException
-
toByteArray
public byte[] toByteArray()- Since:
- 3.21
-
toString
-