All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ch.ethz.ssh2.crypto.PEMStructure Maven / Gradle / Ivy


package ch.ethz.ssh2.crypto;

/**
 * Parsed PEM structure.
 * 
 * @author Christian Plattner, [email protected]
 * @version $Id: PEMStructure.java,v 1.1 2005/08/11 12:47:31 cplattne Exp $
 */

public class PEMStructure
{
	int pemType;
	String dekInfo[];
	String procType[];
	byte[] data;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy