Uses of Enum
com.jsql.util.bruter.CodecPolicy
Packages that use CodecPolicy
-
Uses of CodecPolicy in com.jsql.util.bruter
Fields in com.jsql.util.bruter declared as CodecPolicyModifier and TypeFieldDescriptionprotected static final CodecPolicy
BaseNCodec.DECODING_POLICY_DEFAULT
The default decoding policy.Methods in com.jsql.util.bruter that return CodecPolicyModifier and TypeMethodDescriptionBaseNCodec.getCodecPolicy()
Returns the decoding behavior policy.static CodecPolicy
Returns the enum constant of this type with the specified name.static CodecPolicy[]
CodecPolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.jsql.util.bruter with parameters of type CodecPolicyModifierConstructorDescriptionBase16
(boolean lowerCase, CodecPolicy decodingPolicy) Creates a Base16 codec used for decoding and encoding.protected
BaseNCodec
(int unencodedBlockSize, int encodedBlockSize, int lineLength, int chunkSeparatorLength, byte pad, CodecPolicy decodingPolicy) NotelineLength
is rounded down to the nearest multiple of the encoded block size.