Class ServerKeyMaterialFactory

java.lang.Object
org.jenkinsci.plugins.docker.commons.credentials.KeyMaterialFactory
org.jenkinsci.plugins.docker.commons.impl.ServerKeyMaterialFactory

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class ServerKeyMaterialFactory extends KeyMaterialFactory
KeyMaterialFactory for talking to docker daemon.

Key/certificates have to be laid out in a specific file names in this directory to make docker(1) happy.

Author:
Kohsuke Kawaguchi