/* * Copyright (c) 2012-2014 Arne Schwabe * Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt */ package org.spongycastle.util.io.pem; public interface PemObjectGenerator { PemObject generate() throws PemGenerationException; }