Package org.signal.libsignal.protocol
Class UntrustedIdentityException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class UntrustedIdentityException extends Exception
-
-
Field Summary
Fields Modifier and Type Field Description public final Stringnamepublic Throwablecausepublic Array<StackTraceElement>stackTrace
-
Constructor Summary
Constructors Constructor Description UntrustedIdentityException(String name, IdentityKey key)UntrustedIdentityException(String name)
-
Method Summary
Modifier and Type Method Description StringgetName()IdentityKeygetUntrustedIdentity()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
UntrustedIdentityException
UntrustedIdentityException(String name, IdentityKey key)
-
UntrustedIdentityException
UntrustedIdentityException(String name)
-
-
Method Detail
-
getUntrustedIdentity
IdentityKey getUntrustedIdentity()
-
-
-
-