com.mindbright.security.keystore
Class NetscapeKeyStore.DBEntry

java.lang.Object
  extended by com.mindbright.security.keystore.NetscapeKeyStore.DBEntry
Direct Known Subclasses:
NetscapeKeyStore.CertEntry, NetscapeKeyStore.KeyEntry
Enclosing class:
NetscapeKeyStore

public class NetscapeKeyStore.DBEntry
extends java.lang.Object


Field Summary
protected  byte[] data
           
 int flags
           
protected  int rPos
           
 int type
           
 int version
           
 
Constructor Summary
protected NetscapeKeyStore.DBEntry(byte[] data)
           
 
Method Summary
 int readByte()
           
 void readRaw(byte[] raw, int off, int len)
           
 byte[] readRaw(int len)
           
 int readShort()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

protected byte[] data

type

public int type

version

public int version

flags

public int flags

rPos

protected int rPos
Constructor Detail

NetscapeKeyStore.DBEntry

protected NetscapeKeyStore.DBEntry(byte[] data)
Method Detail

readByte

public final int readByte()

readShort

public final int readShort()

readRaw

public final byte[] readRaw(int len)

readRaw

public final void readRaw(byte[] raw,
                          int off,
                          int len)