Class KeyAgreementManager
java.lang.Object
pro.gravit.launchserver.manangers.KeyAgreementManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ECPrivateKeyfinal ECPublicKeyfinal RSAPrivateKeyfinal RSAPublicKey -
Constructor Summary
ConstructorsConstructorDescriptionKeyAgreementManager(Path keyDirectory) KeyAgreementManager(ECPublicKey ecdsaPublicKey, ECPrivateKey ecdsaPrivateKey, RSAPublicKey rsaPublicKey, RSAPrivateKey rsaPrivateKey) -
Method Summary
-
Field Details
-
ecdsaPublicKey
-
ecdsaPrivateKey
-
rsaPublicKey
-
rsaPrivateKey
-
-
Constructor Details
-
KeyAgreementManager
public KeyAgreementManager(ECPublicKey ecdsaPublicKey, ECPrivateKey ecdsaPrivateKey, RSAPublicKey rsaPublicKey, RSAPrivateKey rsaPrivateKey) -
KeyAgreementManager
- Throws:
IOExceptionInvalidKeySpecException
-