Uses of Class
br.ufsc.labsec.signature.signer.exceptions.FrontEndExceptionInstruction
-
Uses of FrontEndExceptionInstruction in br.ufsc.labsec.signature.signer.exceptions
Methods in br.ufsc.labsec.signature.signer.exceptions that return FrontEndExceptionInstruction Modifier and Type Method Description FrontEndExceptionInstruction
SignerException. getRecoverInstruction()
static FrontEndExceptionInstruction
FrontEndExceptionInstruction. valueOf(String name)
Returns the enum constant of this type with the specified name.static FrontEndExceptionInstruction[]
FrontEndExceptionInstruction. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FrontEndExceptionInstruction in br.ufsc.labsec.signature.signer.exceptions.communication
Methods in br.ufsc.labsec.signature.signer.exceptions.communication that return FrontEndExceptionInstruction Modifier and Type Method Description FrontEndExceptionInstruction
A3Exception. getRecoverInstruction()
-
Uses of FrontEndExceptionInstruction in br.ufsc.labsec.signature.signer.exceptions.communication.psc
Methods in br.ufsc.labsec.signature.signer.exceptions.communication.psc that return FrontEndExceptionInstruction Modifier and Type Method Description FrontEndExceptionInstruction
PscException. getRecoverInstruction()
-
Uses of FrontEndExceptionInstruction in br.ufsc.labsec.signature.signer.exceptions.communication.smartcard
Methods in br.ufsc.labsec.signature.signer.exceptions.communication.smartcard that return FrontEndExceptionInstruction Modifier and Type Method Description FrontEndExceptionInstruction
SmartcardClientVersionException. getRecoverInstruction()
FrontEndExceptionInstruction
SmartcardDriverException. getRecoverInstruction()
FrontEndExceptionInstruction
SmartcardException. getRecoverInstruction()
FrontEndExceptionInstruction
SmartcardIdException. getRecoverInstruction()
FrontEndExceptionInstruction
SmartcardSigningException. getRecoverInstruction()
-
Uses of FrontEndExceptionInstruction in br.ufsc.labsec.signature.signer.exceptions.communication.smartcard.connection
Methods in br.ufsc.labsec.signature.signer.exceptions.communication.smartcard.connection that return FrontEndExceptionInstruction Modifier and Type Method Description FrontEndExceptionInstruction
SmartcardConnectionException. getRecoverInstruction()
-
Uses of FrontEndExceptionInstruction in br.ufsc.labsec.signature.signer.exceptions.communication.smartcard.keystore
Methods in br.ufsc.labsec.signature.signer.exceptions.communication.smartcard.keystore that return FrontEndExceptionInstruction Modifier and Type Method Description FrontEndExceptionInstruction
SmartcardKeystoreException. getRecoverInstruction()
FrontEndExceptionInstruction
SmartcardUnrecognizedKeyException. getRecoverInstruction()