Package org.bouncycastle.mls
Class TranscriptHash
java.lang.Object
org.bouncycastle.mls.TranscriptHash
-
Constructor Summary
ConstructorsConstructorDescriptionTranscriptHash
(MlsCipherSuite suite) TranscriptHash
(MlsCipherSuite suite, byte[] confirmed, byte[] interim) -
Method Summary
Modifier and TypeMethodDescriptioncopy()
static TranscriptHash
fromConfirmationTag
(MlsCipherSuite suite, byte[] confirmed, byte[] confirmationTag) byte[]
byte[]
void
setInterim
(byte[] interim) void
update
(AuthenticatedContent auth) void
void
updateInterim
(byte[] confirmationTag) void
-
Constructor Details
-
TranscriptHash
-
TranscriptHash
-
-
Method Details
-
getConfirmed
public byte[] getConfirmed() -
getInterim
public byte[] getInterim() -
setInterim
public void setInterim(byte[] interim) -
fromConfirmationTag
public static TranscriptHash fromConfirmationTag(MlsCipherSuite suite, byte[] confirmed, byte[] confirmationTag) throws IOException - Throws:
IOException
-
copy
-
update
- Throws:
IOException
-
updateConfirmed
- Throws:
IOException
-
updateInterim
- Throws:
IOException
-
updateInterim
- Throws:
IOException
-