Uses of Enum Class
AEDs3.Cryptography.CryptType
Packages that use CryptType
-
Uses of CryptType in AEDs3
Modifier and TypeFieldDescription(package private) CryptTypeCommandLineInterface.DecryptCommand.decryptionMethodSistema criptográfico a ser utilizado..(package private) CryptTypeCommandLineInterface.EncryptCommand.encryptionMethodSistema criptográfico a ser utilizado.. -
Uses of CryptType in AEDs3.Cryptography
Subclasses with type arguments of type CryptType in AEDs3.CryptographyModifier and TypeClassDescriptionenumEnumeração que representa os tipos de criptografia disponíveis.Methods in AEDs3.Cryptography that return CryptTypeModifier and TypeMethodDescriptionstatic CryptTypeCryptType.fromExtension(String extension) Busca e retorna o CryptType que possui a extensão informada.static CryptTypeReturns the enum constant of this class with the specified name.static CryptType[]CryptType.values()Returns an array containing the constants of this enum class, in the order they are declared.