Package org.eclipse.net4j.util.security
Klasse DiffieHellman.Server
java.lang.Object
org.eclipse.net4j.util.security.DiffieHellman.Server
- Umschließende Klasse:
DiffieHellman
Executes the server-side of the Diffie-Hellman key agreement protocol.
- Autor:
- Eike Stepper
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungServer
(String realm, int diffieHellmanKeySize, int secretAlgorithmKeyLen, String secretAlgorithm, String cipherTransformation) Server
(String realm, KeyPairGenerator keyPairGenerator, int secretAlgorithmKeyLen, String secretAlgorithm, String cipherTransformation) Server
(String realm, DHParameterSpec dhParamSpec) Server
(String realm, DHParameterSpec dhParamSpec, int secretAlgorithmKeyLen, String secretAlgorithm, String cipherTransformation) Server
(String realm, DHParameterSpec dhParamSpec, String secretAlgorithm, String cipherTransformation) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal String
getRealm()
byte[]
handleResponse
(DiffieHellman.Client.Response response)
-
Felddetails
-
DEFAULT_SECRET_ALGORITHM
Veraltet.As of 3.8 the default secret algorithm is "AES".- Siehe auch:
-
DEFAULT_CYPHER_TRANSFORMATION
Veraltet.As of 3.8 the default cipher transformation is "AES/CBC/PKCS5Padding".- Siehe auch:
-
-
Konstruktordetails
-
Server
public Server(String realm, KeyPairGenerator keyPairGenerator, int secretAlgorithmKeyLen, String secretAlgorithm, String cipherTransformation) - Seit:
- 3.8
-
Server
public Server(String realm, int diffieHellmanKeySize, int secretAlgorithmKeyLen, String secretAlgorithm, String cipherTransformation) - Seit:
- 3.8
-
Server
public Server(String realm, int diffieHellmanKeySize, String secretAlgorithm, String cipherTransformation) - Seit:
- 3.8
-
Server
- Seit:
- 3.8
-
Server
-
Server
public Server(String realm, DHParameterSpec dhParamSpec, int secretAlgorithmKeyLen, String secretAlgorithm, String cipherTransformation) - Seit:
- 3.8
-
Server
public Server(String realm, DHParameterSpec dhParamSpec, String secretAlgorithm, String cipherTransformation) -
Server
-
-
Methodendetails
-
getRealm
-
getChallenge
-
handleResponse
-