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
 
 public static final class DiffieHellman.Server.Challenge extends java.lang.Object- Author:
- Eike Stepper
 
- 
- 
Constructor SummaryConstructors Constructor Description Challenge(java.lang.String serverRealm, java.lang.String secretAlgorithm, java.lang.String cipherTransformation, byte[] serverPubKeyEnc)Deprecated.As of 3.8 public construction is no longer supported.Challenge(ExtendedDataInput in)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetCipherTransformation()java.lang.StringgetCypherTransformation()Deprecated.As of 3.8 usegetCipherTransformation().java.lang.StringgetSecretAlgorithm()intgetSecretAlgorithmKeyLen()byte[]getServerPubKeyEnc()java.lang.StringgetServerRealm()voidwrite(ExtendedDataOutput out)
 
- 
- 
- 
Constructor Detail- 
Challenge@Deprecated public Challenge(java.lang.String serverRealm, java.lang.String secretAlgorithm, java.lang.String cipherTransformation, byte[] serverPubKeyEnc)Deprecated.As of 3.8 public construction is no longer supported.
 - 
Challengepublic Challenge(ExtendedDataInput in) throws java.io.IOException - Throws:
- java.io.IOException
 
 
- 
 - 
Method Detail- 
writepublic void write(ExtendedDataOutput out) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
getServerRealmpublic java.lang.String getServerRealm() 
 - 
getSecretAlgorithmKeyLenpublic int getSecretAlgorithmKeyLen() - Since:
- 3.8
 
 - 
getSecretAlgorithmpublic java.lang.String getSecretAlgorithm() 
 - 
getCipherTransformationpublic java.lang.String getCipherTransformation() - Since:
- 3.8
 
 - 
getCypherTransformation@Deprecated public java.lang.String getCypherTransformation() Deprecated.As of 3.8 usegetCipherTransformation().
 - 
getServerPubKeyEncpublic byte[] getServerPubKeyEnc() 
 
- 
 
-