Constant Field Values

Contents

org.codehaus.*

  • org.codehaus.plexus.components.secdispatcher.internal.cipher.AESGCMNoPadding
    Modifier and Type
    Constant Field
    Value
    public static final String
    "AES/GCM/NoPadding"
  • org.codehaus.plexus.components.secdispatcher.internal.dispatchers.LegacyDispatcher
    Modifier and Type
    Constant Field
    Value
    public static final String
    "legacy"
  • org.codehaus.plexus.components.secdispatcher.internal.dispatchers.MasterDispatcher
    Modifier and Type
    Constant Field
    Value
    public static final String
    "master"
  • org.codehaus.plexus.components.secdispatcher.internal.sources.EnvMasterSource
    Modifier and Type
    Constant Field
    Value
    public static final String
    "env"
  • org.codehaus.plexus.components.secdispatcher.internal.sources.FileMasterSource
    Modifier and Type
    Constant Field
    Value
    public static final String
    "file"
  • org.codehaus.plexus.components.secdispatcher.internal.sources.GpgAgentMasterSource
    Modifier and Type
    Constant Field
    Value
    public static final String
    "gpg-agent"
  • org.codehaus.plexus.components.secdispatcher.internal.sources.PinEntryMasterSource
    Modifier and Type
    Constant Field
    Value
    public static final String
    "pinentry-prompt"
  • org.codehaus.plexus.components.secdispatcher.internal.sources.SystemPropertyMasterSource
    Modifier and Type
    Constant Field
    Value
    public static final String
    "system-property"