Package org.bouncycastle.mls.codec
Class ExternalSender
java.lang.Object
org.bouncycastle.mls.codec.ExternalSender
- All Implemented Interfaces:
MLSInputStream.Readable
,MLSOutputStream.Writable
public class ExternalSender
extends Object
implements MLSInputStream.Readable, MLSOutputStream.Writable
-
Constructor Summary
ConstructorsConstructorDescriptionExternalSender
(byte[] signatureKey, Credential credential) ExternalSender
(MLSInputStream stream) -
Method Summary
-
Constructor Details
-
ExternalSender
-
ExternalSender
- Throws:
IOException
-
-
Method Details
-
getSignatureKey
public byte[] getSignatureKey() -
writeTo
- Specified by:
writeTo
in interfaceMLSOutputStream.Writable
- Throws:
IOException
-