org.signal.libsignal.hsmenclave.TrustedCodeMismatchException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of signal-client-java Show documentation
Show all versions of signal-client-java Show documentation
Signal Protocol cryptography library for Java
The newest version!
package org.signal.libsignal.hsmenclave;
public class TrustedCodeMismatchException extends Exception {
public TrustedCodeMismatchException(String msg) { super(msg); }
public TrustedCodeMismatchException(Throwable t) { super(t); }
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy