1 package org.bouncycastle.util.io.pem; 2 3 public interface PemObjectGenerator 4 { 5 PemObject generate() 6 throws PemGenerationException; 7 } 8