Blackbird
Interface EncryptionEntity
- All Known Implementing Classes:
- CM, PAD, ROT13, Twofish, WK
public interface EncryptionEntity
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/>.
Originally this had the encrypt and decrypt functions in it however
due to different systems calling such procedures differently it was not
needed. the way the Applet calls and evals JavaScript Code is still
consistent across the classes.
changes
- 09-26-2008-Added setFrameTarget function-JSB
- 10-02-2008-Added function for new Class identifier string-JSB
- 10-06-2008-Added helper functions parseID, usesPWIVector, getClassID to make Blackbird package easily adapted for use by the Crow program-JSB
strHTMLSelect
static final java.lang.String strHTMLSelect
- See Also:
- Constant Field Values
strBBCodeSelect
static final java.lang.String strBBCodeSelect
- See Also:
- Constant Field Values
strFlatSelect
static final java.lang.String strFlatSelect
- See Also:
- Constant Field Values
getMenuItems
java.awt.MenuItem[] getMenuItems()
getJavaScriptCode
java.lang.String getJavaScriptCode()
decrypt
java.lang.String decrypt(java.lang.String strArgList)
getOPCode
int getOPCode(java.lang.String s)
getIndex
int getIndex()
showEncryptionControlPanel
void showEncryptionControlPanel(int i,
java.awt.Image iconImage,
java.lang.Object o)
killPanel
void killPanel()
setPasswordExternally
boolean setPasswordExternally(java.lang.String p)
testRuntime
boolean testRuntime()
setFrameTarget
void setFrameTarget(int i)
getClassID
java.lang.String getClassID()
usesPWIVector
boolean usesPWIVector()
parseID
java.lang.String parseID(java.lang.String arglist)
setID
void setID(java.lang.String sid)