Class PEMStructure


  • public class PEMStructure
    extends java.lang.Object
    Parsed PEM structure.
    Version:
    $Id: PEMStructure.java,v 1.1 2007/10/15 12:49:56 cplattne Exp $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) byte[] data  
      (package private) java.lang.String[] dekInfo  
      (package private) int pemType  
      (package private) java.lang.String[] procType  
    • Constructor Summary

      Constructors 
      Constructor Description
      PEMStructure()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getData()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • pemType

        int pemType
      • dekInfo

        java.lang.String[] dekInfo
      • procType

        java.lang.String[] procType
      • data

        byte[] data
    • Constructor Detail

      • PEMStructure

        public PEMStructure()
    • Method Detail

      • getData

        public byte[] getData()