com.mindbright.security.keystore
Class NetscapeKeyStore.KeyEntry

java.lang.Object
  extended bycom.mindbright.security.keystore.NetscapeKeyStore.DBEntry
      extended bycom.mindbright.security.keystore.NetscapeKeyStore.KeyEntry
Enclosing class:
NetscapeKeyStore

public class NetscapeKeyStore.KeyEntry
extends NetscapeKeyStore.DBEntry


Field Summary
 byte[] encryptedKey
           
 java.lang.String nickName
           
 byte[] salt
           
 
Fields inherited from class com.mindbright.security.keystore.NetscapeKeyStore.DBEntry
data, flags, rPos, type, version
 
Constructor Summary
NetscapeKeyStore.KeyEntry(byte[] data)
           
 
Methods inherited from class com.mindbright.security.keystore.NetscapeKeyStore.DBEntry
readByte, readRaw, readRaw, readShort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

salt

public byte[] salt

nickName

public java.lang.String nickName

encryptedKey

public byte[] encryptedKey
Constructor Detail

NetscapeKeyStore.KeyEntry

public NetscapeKeyStore.KeyEntry(byte[] data)