java.lang.Object
org.jenkinsci.plugins.docker.commons.credentials.KeyMaterial
All Implemented Interfaces:
Closeable, Serializable, AutoCloseable

public abstract class KeyMaterial extends Object implements Closeable, Serializable
Represents a locally extracted credentials information.

Implementations of this class are created by their corresponding KeyMaterialFactory implementations. Be sure to call close() when finished using a KeyMaterial instance.

Author:
Kohsuke Kawaguchi
See Also:
  • Field Details

  • Constructor Details

    • KeyMaterial

      protected KeyMaterial(EnvVars envVars)
  • Method Details