Uses of Class
org.refcodes.security.alt.chaos.ChaosOptionsImpl.Builder
-
Uses of ChaosOptionsImpl.Builder in org.refcodes.security.alt.chaos
Methods in org.refcodes.security.alt.chaos that return ChaosOptionsImpl.BuilderModifier and TypeMethodDescriptionstatic ChaosOptionsImpl.BuilderChaosOptionsImpl.builder()Creates builder to buildChaosOptionsImpl.ChaosOptionsImpl.Builder.withMutateS(boolean isMutateS) Enables or disables theChaosOptionsImpl.isMutateS()option.ChaosOptionsImpl.Builder.withRndPrefixSize(short aRndPrefixSize) Sets the prefix size for theChaosOptionsImpl.getRndPrefixSize()option.ChaosOptionsImpl.Builder.withSalted(boolean isSalted) Enables or disables theChaosOptionsImpl.isSalted()option.ChaosOptionsImpl.Builder.withXorNext(boolean isXorNext) Enables or disables theChaosOptionsImpl.isXorNext()option.