Uses of Enum Class
br.ufsc.labsec.signature.CompleteSigner.Mode
Packages that use CompleteSigner.Mode
Package
Description
-
Uses of CompleteSigner.Mode in br.ufsc.labsec.signature
Subclasses with type arguments of type CompleteSigner.Mode in br.ufsc.labsec.signatureMethods in br.ufsc.labsec.signature that return CompleteSigner.ModeModifier and TypeMethodDescriptionFileToBeSigned.getSignatureMode()static CompleteSigner.ModeReturns the enum constant of this class with the specified name.static CompleteSigner.Mode[]CompleteSigner.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in br.ufsc.labsec.signature with parameters of type CompleteSigner.ModeModifier and TypeMethodDescription<T extends ExtraInformation>
FileToBeSigned<? extends T> FileToBeSignedGenerator.generateFileToBeSigned(ApplicationInterface application, String filename, InputStream contentToBeSigned, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, PrivateKeyInformation privateKeyInformation, br.ufsc.labsec.pbad.ykue_utils.signature.CertificateInformation certificateInformation, br.ufsc.labsec.pbad.ykue_utils.signature.InformationSigner informationSigner, boolean remote, T extraInformation, List<String> signedAttributes, List<String> unsignedAttributes, CompleteSigner.Mode signatureMode) <T extends ExtraInformation>
FileToBeSigned<? extends T> FileToBeSignedGenerator.generateFileToBeSigned(ApplicationInterface application, String filename, InputStream contentToBeSigned, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, KeyStoreInformation keyStoreInformation, T extraInformation, CompleteSigner.Mode signatureMode) <T extends ExtraInformation>
FileToBeSigned<? extends T> FileToBeSignedGenerator.generateFileToBeSigned(ApplicationInterface application, String filename, InputStream contentToBeSigned, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, KeyStoreInformation keyStoreInformation, T extraInformation, List<String> signedAttributes, List<String> unsignedAttributes, CompleteSigner.Mode signatureMode) <T extends ExtraInformation>
FileToBeSigned<? extends T> FileToBeSignedGenerator.generateFileToBeSigned(ApplicationInterface application, URI uri, String fileExtension, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, KeyStoreInformation keyStoreInformation, T extraInformation, CompleteSigner.Mode signatureMode) <T extends ExtraInformation>
FileToBeSigned<? extends T> FileToBeSignedGenerator.generateFileToBeSigned(ApplicationInterface application, URI uri, String fileExtension, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, KeyStoreInformation keyStoreInformation, T extraInformation, List<String> signedAttributes, List<String> unsignedAttributes, CompleteSigner.Mode signatureMode) Constructors in br.ufsc.labsec.signature with parameters of type CompleteSigner.ModeModifierConstructorDescriptionFileToBeSigned(String filename, String mimeType, InputStream contentToBeSigned, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, List<String> signedAttributes, List<String> unsignedAttributes, PrivateKeyInformation privateKeyInformation, br.ufsc.labsec.pbad.ykue_utils.signature.CertificateInformation certificateInformation, br.ufsc.labsec.pbad.ykue_utils.signature.InformationSigner informationSigner, boolean remote, T extraInformation, CompleteSigner.Mode signatureMode) -
Uses of CompleteSigner.Mode in br.ufsc.labsec.signature.signer
Methods in br.ufsc.labsec.signature.signer that return CompleteSigner.Mode -
Uses of CompleteSigner.Mode in br.ufsc.labsec.signer.core
Fields in br.ufsc.labsec.signer.core declared as CompleteSigner.ModeMethods in br.ufsc.labsec.signer.core that return CompleteSigner.ModeMethods in br.ufsc.labsec.signer.core with parameters of type CompleteSigner.ModeModifier and TypeMethodDescriptionSignerRequest.setSignatureMode(CompleteSigner.Mode signatureMode)