Package org.bouncycastle.mls.client
Class KeyPackageWithSecrets
java.lang.Object
org.bouncycastle.mls.client.KeyPackageWithSecrets
-
Constructor Summary
ConstructorsConstructorDescriptionKeyPackageWithSecrets
(org.bouncycastle.crypto.AsymmetricCipherKeyPair initKeyPair, org.bouncycastle.crypto.AsymmetricCipherKeyPair encryptionKeyPair, org.bouncycastle.crypto.AsymmetricCipherKeyPair signatureKeyPair, KeyPackage keyPackage) -
Method Summary
-
Constructor Details
-
KeyPackageWithSecrets
public KeyPackageWithSecrets(org.bouncycastle.crypto.AsymmetricCipherKeyPair initKeyPair, org.bouncycastle.crypto.AsymmetricCipherKeyPair encryptionKeyPair, org.bouncycastle.crypto.AsymmetricCipherKeyPair signatureKeyPair, KeyPackage keyPackage)
-