public class AliceSignalProtocolParameters
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AliceSignalProtocolParameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
ECKeyPair |
getOurBaseKey() |
IdentityKeyPair |
getOurIdentityKey() |
IdentityKey |
getTheirIdentityKey() |
Optional<ECPublicKey> |
getTheirOneTimePreKey() |
ECPublicKey |
getTheirRatchetKey() |
ECPublicKey |
getTheirSignedPreKey() |
static AliceSignalProtocolParameters.Builder |
newBuilder() |
public IdentityKeyPair getOurIdentityKey()
public ECKeyPair getOurBaseKey()
public IdentityKey getTheirIdentityKey()
public ECPublicKey getTheirSignedPreKey()
public Optional<ECPublicKey> getTheirOneTimePreKey()
public static AliceSignalProtocolParameters.Builder newBuilder()
public ECPublicKey getTheirRatchetKey()