Blackbird
Class PADKey

java.lang.Object
  extended by Blackbird.PADKey

public class PADKey
extends java.lang.Object

Blackbird Encryption Project.
Copyright 2008 Blackbird Encryption Project - www.ravenproject.us

   This file is part of Blackbird.

Blackbird is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Blackbird is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Blackbird. If not, see <http://www.gnu.org/licenses/>.


Field Summary
 long sequence
           
 
Constructor Summary
PADKey()
           
PADKey(long s, byte[] b, boolean ue, boolean ud, boolean ce, java.lang.String algused)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sequence

public long sequence
Constructor Detail

PADKey

public PADKey()

PADKey

public PADKey(long s,
              byte[] b,
              boolean ue,
              boolean ud,
              boolean ce,
              java.lang.String algused)