public static final class Crypt.Result
extends Object
Modifier and Type | Method and Description |
---|---|
CryptException |
getException()
Gets the exception.
|
Serializable |
getSerializable()
Gets the serializable.
|
boolean |
isFailure()
Asks if this represents a failure.
|
boolean |
isSuccess()
Asks if this represents a success.
|
boolean |
isVerified()
Asks if verified.
|
@Nonnull @CheckReturnValue public CryptException getException()
@Nullable @CheckReturnValue public Serializable getSerializable()
@CheckReturnValue public boolean isFailure()
@CheckReturnValue public boolean isSuccess()
@CheckReturnValue public boolean isVerified()
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.