A B C D E F G H I J K L M N O P Q R S T U V W

A

AbstractCryptoChannel - Class in org.neuclear.commons.crypto.channels
An abstract Channel class used to build various crypto related Channels
AbstractCryptoChannel() - Constructor for class org.neuclear.commons.crypto.channels.AbstractCryptoChannel
 
AbstractDialogRunner - Class in org.neuclear.commons.swing
User: pelleb Date: May 18, 2004 Time: 11:51:34 AM
AbstractDialogRunner(NeuClearDialog) - Constructor for class org.neuclear.commons.swing.AbstractDialogRunner
 
AbstractEncodingChannel - Class in org.neuclear.commons.crypto.channels
This is an AbstractChannel for encodings such as base64 etc.
AbstractEncodingChannel() - Constructor for class org.neuclear.commons.crypto.channels.AbstractEncodingChannel
 
AbstractSignatureChannel - Class in org.neuclear.commons.crypto.channels
User: pelleb Date: Mar 5, 2004 Time: 11:08:47 PM
AbstractSignatureChannel(Signature) - Constructor for class org.neuclear.commons.crypto.channels.AbstractSignatureChannel
 
AbstractSignatureChannel(String) - Constructor for class org.neuclear.commons.crypto.channels.AbstractSignatureChannel
 
AbstractSignatureChannel() - Constructor for class org.neuclear.commons.crypto.channels.AbstractSignatureChannel
 
AbstractSignatureStream - Class in org.neuclear.commons.crypto.streams
User: pelleb Date: Mar 31, 2004 Time: 11:41:18 AM
AbstractSignatureStream(Signature) - Constructor for class org.neuclear.commons.crypto.streams.AbstractSignatureStream
 
accept(File) - Method in class org.neuclear.commons.crypto.passphraseagents.swing.JKSFilter
 
accept(File, String) - Method in class org.neuclear.commons.RegexFileNameFilter
Tests if a specified file should be included in a file list.
access - Variable in class org.neuclear.commons.crypto.signers.SQLSigner
 
actionPerformed(ActionEvent) - Method in class org.neuclear.commons.crypto.passphraseagents.swing.actions.NewPersonalityAction
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class org.neuclear.commons.crypto.passphraseagents.swing.actions.OpenKeyStoreAction
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class org.neuclear.commons.crypto.passphraseagents.swing.actions.SaveKeyStoreAction
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class org.neuclear.commons.swing.SelectLanguageAction
 
add(String, byte[], byte[]) - Method in class org.neuclear.commons.crypto.signers.hibernate.SQLStoreAccess
This method will -- encrypt the private key with the passphrase -- store the private key and the username
add(SQLStore) - Method in class org.neuclear.commons.crypto.signers.hibernate.SQLStoreAccess
This method will -- encrypt the private key with the passphrase -- store the private key and the username
addAction(Action, boolean) - Method in class org.neuclear.commons.crypto.passphraseagents.swing.KeyStorePanel
 
addDaysToDate(Date, int) - Static method in class org.neuclear.commons.time.TimeTools
 
addExtraButtons(ButtonBarBuilder) - Method in class org.neuclear.commons.swing.NeuClearDialog
 
addKey(String, PrivateKey) - Method in class org.neuclear.commons.crypto.signers.SimpleSigner
Adds the given key to the store.
addKey(String, char[], PrivateKey) - Method in class org.neuclear.commons.crypto.signers.SimpleSigner
Adds the given key to the store.
addListDataListener(ListDataListener) - Method in class org.neuclear.commons.crypto.signers.PersonalSigner
Adds a listener to the list that's notified each time a change to the data model occurs.
addListSelectionListener(ListSelectionListener) - Method in class org.neuclear.commons.crypto.passphraseagents.swing.KeyStorePanel
 
addMonthsToDate(Date, int) - Static method in class org.neuclear.commons.time.TimeTools
 
addOrderedComponentAdapter(ComponentAdapter) - Method in class org.neuclear.commons.configuration.ConfigurableContainer
 
agent - Variable in class org.neuclear.commons.crypto.signers.SQLSigner
 
AlwaysTheSamePassphraseAgent - Class in org.neuclear.commons.crypto.passphraseagents
This agent contains one passphrase which is provided as a passphrase to all aliases.
AlwaysTheSamePassphraseAgent(String) - Constructor for class org.neuclear.commons.crypto.passphraseagents.AlwaysTheSamePassphraseAgent
 
AlwaysTheSamePassphraseAgent(char[]) - Constructor for class org.neuclear.commons.crypto.passphraseagents.AlwaysTheSamePassphraseAgent
 
AskAtStartupAgent - Class in org.neuclear.commons.crypto.passphraseagents
AskAtStartupAgent encapsulates another passphraseagent, but caches each request.
AskAtStartupAgent(InteractiveAgent, String) - Constructor for class org.neuclear.commons.crypto.passphraseagents.AskAtStartupAgent
 

B

BanHostFilter - Class in org.neuclear.commons.servlets
Filter that only allows requests from the given ip address.
BanHostFilter() - Constructor for class org.neuclear.commons.servlets.BanHostFilter
 
Base32 - Class in org.neuclear.commons.crypto
Utility class for doing URL safe Base32 encodeings as specified in Tyler Close's Base32 page
Base32EncodingChannel - Class in org.neuclear.commons.crypto.channels
Created by IntelliJ IDEA.
Base32EncodingChannel() - Constructor for class org.neuclear.commons.crypto.channels.Base32EncodingChannel
 
Base64 - Class in org.neuclear.commons.crypto
My modification of the Apache Groups XML-Security Base64 class.
BASE64DEFAULTLENGTH - Static variable in class org.neuclear.commons.crypto.Base64
Field BASE64DEFAULTLENGTH
BEGIN_CERT - Static variable in class org.neuclear.commons.crypto.jce.RawCertificateFactory
 
BrowsableSigner - Interface in org.neuclear.commons.crypto.signers
Signer Stores with interactive user interfaces can implement this to provide an iterator of the keys held within.
buildButtonBar() - Method in class org.neuclear.commons.swing.NeuClearDialog
 
buildPanel() - Method in class org.neuclear.commons.swing.NeuClearDialog
 
buildPanel() - Method in class org.neuclear.commons.swing.SimpleDialog
 
buildPanel() - Method in class org.neuclear.commons.swing.SimpleProcessDialog
 

C

Cache - Class in org.neuclear.commons
User: pelleb Date: Apr 2, 2004 Time: 10:07:43 PM
Cache() - Constructor for class org.neuclear.commons.Cache
 
cache(String, Object) - Method in class org.neuclear.commons.Cache
 
cache(PublicKey) - Method in class org.neuclear.commons.crypto.keyresolvers.PublicKeyCache
 
cachePublicKey(PublicKey) - Static method in class org.neuclear.commons.crypto.keyresolvers.PublicKeyCache
 
cancel() - Method in class org.neuclear.commons.swing.LongChildProcess
 
cancel() - Method in class org.neuclear.commons.swing.WaitForInput
 
canSignFor(String) - Method in class org.neuclear.commons.crypto.signers.DefaultSigner
 
canSignFor(String) - Method in class org.neuclear.commons.crypto.signers.JCESigner
 
canSignFor(String) - Method in class org.neuclear.commons.crypto.signers.PersonalSigner
 
canSignFor(String) - Method in interface org.neuclear.commons.crypto.signers.Signer
Returns true if the Signer contains a signer for the given name
canSignFor(String) - Method in class org.neuclear.commons.crypto.signers.SimpleSigner
 
canSignFor(String) - Method in class org.neuclear.commons.crypto.signers.SQLSigner
 
chunk - Variable in class org.neuclear.commons.crypto.channels.Base32EncodingChannel
 
CipherChannel - Class in org.neuclear.commons.crypto.channels
Created by IntelliJ IDEA.
CipherChannel(Cipher) - Constructor for class org.neuclear.commons.crypto.channels.CipherChannel
 
clear() - Method in class org.neuclear.commons.crypto.passphraseagents.ServletPassPhraseAgent
Clears the passphrase.
clear() - Method in class org.neuclear.commons.crypto.passphraseagents.swing.MessageLabel
 
clear() - Method in class org.neuclear.commons.swing.NeuClearDialog
 
close() - Method in class org.neuclear.commons.crypto.channels.AbstractCryptoChannel
 
close() - Method in class org.neuclear.commons.crypto.channels.CipherChannel
 
close() - Method in class org.neuclear.commons.crypto.channels.DigestChannel
 
close() - Method in class org.neuclear.commons.crypto.channels.SigningChannel
 
closeAction - Variable in class org.neuclear.commons.swing.NeuClearDialog
 
closed - Variable in class org.neuclear.commons.crypto.channels.AbstractCryptoChannel
 
ConfigurableContainer - Class in org.neuclear.commons.configuration
Created by IntelliJ IDEA.
ConfigurableContainer(Configuration) - Constructor for class org.neuclear.commons.configuration.ConfigurableContainer
 
Configuration - Interface in org.neuclear.commons.configuration
Created by IntelliJ IDEA.
ConfigurationException - Exception in org.neuclear.commons.configuration
User: pelleb Date: Aug 13, 2003 Time: 4:50:18 PM
ConfigurationException(Throwable) - Constructor for exception org.neuclear.commons.configuration.ConfigurationException
 
configure(MutablePicoContainer) - Method in interface org.neuclear.commons.configuration.Configuration
 
configure(MutablePicoContainer) - Method in class org.neuclear.commons.configuration.DefaultConfiguration
 
ConsoleAgent - Class in org.neuclear.commons.crypto.passphraseagents
User: pelleb Date: Oct 29, 2003 Time: 11:53:29 AM
ConsoleAgent() - Constructor for class org.neuclear.commons.crypto.passphraseagents.ConsoleAgent
 
contents - Variable in class org.neuclear.commons.swing.NeuClearDialog
 
contextDestroyed(ServletContextEvent) - Method in class org.neuclear.commons.configuration.ServletContextContainer
 
contextInitialized(ServletContextEvent) - Method in class org.neuclear.commons.configuration.ServletContextContainer
 
convertASN1toXMLDSIG(byte[]) - Static method in class org.neuclear.commons.crypto.CryptoTools
Converts an ASN.1 DSA value to a XML Signature DSA Value.
convertDateToTimestamp(Date) - Static method in class org.neuclear.commons.time.TimeTools
 
convertHexToByteArray(String) - Static method in class org.neuclear.commons.crypto.CryptoTools
 
convertXMLDSIGtoASN1(byte[]) - Static method in class org.neuclear.commons.crypto.CryptoTools
Converts a XML Signature DSA Value to an ASN.1 DSA value.
createCertificate(String, KeyPair) - Static method in class org.neuclear.commons.crypto.CryptoTools
 
createGetNewPassphraseTask(String) - Method in class org.neuclear.commons.crypto.passphraseagents.swing.NewPassphraseDialog
 
createGetPassphraseTask(String, boolean) - Method in class org.neuclear.commons.crypto.passphraseagents.swing.FileDialog
 
createGetPassphraseTask(String, boolean) - Method in class org.neuclear.commons.crypto.passphraseagents.swing.SimpleDialog
 
createHash(String, char[]) - Static method in class org.neuclear.commons.crypto.signers.KeyCache
 
createKeyPair() - Static method in class org.neuclear.commons.crypto.CryptoTools
 
createKeyPair(String) - Static method in class org.neuclear.commons.crypto.CryptoTools
 
createKeyPair(String, char[]) - Method in interface org.neuclear.commons.crypto.signers.BrowsableSigner
 
createKeyPair(String, char[]) - Method in class org.neuclear.commons.crypto.signers.DefaultSigner
 
createKeyPair(String, char[]) - Method in class org.neuclear.commons.crypto.signers.JCESigner
 
createKeyPair(String, char[]) - Method in class org.neuclear.commons.crypto.signers.PersonalSigner
 
createKeyPair(String, char[]) - Method in class org.neuclear.commons.crypto.signers.SQLSigner
 
createPK(String, String) - Static method in class org.neuclear.commons.crypto.CryptoTools
 
createRandomID() - Static method in class org.neuclear.commons.crypto.CryptoTools
 
createRandomID(int) - Static method in class org.neuclear.commons.crypto.CryptoTools
 
createSigner(ServletConfig) - Method in class org.neuclear.commons.crypto.signers.ServletSignerFactory
 
createSigningTask(BrowsableSigner, byte[], SetPublicKeyCallBack) - Method in class org.neuclear.commons.crypto.passphraseagents.swing.KeyStoreDialog
 
createSigningTask(BrowsableSigner, byte[], SetPublicKeyCallBack) - Method in class org.neuclear.commons.crypto.passphraseagents.swing.SigningPanel
 
createTimeStamp() - Static method in class org.neuclear.commons.time.TimeTools
 
createTinyDSAKeyPair() - Static method in class org.neuclear.commons.crypto.CryptoTools
 
createTinyRSAKeyPair() - Static method in class org.neuclear.commons.crypto.CryptoTools
 
CryptoException - Exception in org.neuclear.commons.crypto
(C) 2003 Antilles Software Ventures SA User: pelleb Date: Feb 10, 2003 Time: 10:53:08 AM $Id: CryptoException.java,v 1.2 2003/11/21 04:43:41 pelle Exp $ $Log: CryptoException.java,v $ Revision 1.2 2003/11/21 04:43:41 pelle EncryptedFileStore now works.
CryptoException(Throwable) - Constructor for exception org.neuclear.commons.crypto.CryptoException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
CryptoException(String) - Constructor for exception org.neuclear.commons.crypto.CryptoException
Constructs a new exception with the specified detail message.
CryptoException(String, Throwable) - Constructor for exception org.neuclear.commons.crypto.CryptoException
Constructs a new exception with the specified detail message and cause.
CryptoTools - Class in org.neuclear.commons.crypto
 

D

decode(byte[]) - Static method in class org.neuclear.commons.crypto.Base32
Method decodeBase32Element
decode(String) - Static method in class org.neuclear.commons.crypto.Base32
Decode a Base32-encoded string to a byte array
decode(byte[]) - Static method in class org.neuclear.commons.crypto.Base64
Method decodeBase64Element
decode(String) - Static method in class org.neuclear.commons.crypto.Base64
Decode a Base64-encoded string to a byte array
decrypt(String, String) - Static method in class org.neuclear.commons.crypto.CryptoTools
 
decrypt(byte[], byte[]) - Static method in class org.neuclear.commons.crypto.CryptoTools
 
DEFAULT - Static variable in class org.neuclear.commons.crypto.keyresolvers.KeyResolverFactory
 
DEFAULT_JCE_PROVIDER - Static variable in class org.neuclear.commons.crypto.CryptoTools
 
DEFAULT_KEYSTORE - Static variable in class org.neuclear.commons.crypto.CryptoTools
 
DEFAULT_PBE_ALGORITHM - Static variable in class org.neuclear.commons.crypto.CryptoTools
 
DefaultConfiguration - Class in org.neuclear.commons.configuration
Created by IntelliJ IDEA.
DefaultConfiguration() - Constructor for class org.neuclear.commons.configuration.DefaultConfiguration
 
DefaultSigner - Class in org.neuclear.commons.crypto.signers
Easy to use preconfigured Signer that uses the standard default JCE KeyStore User: pelleb Date: Oct 29, 2003 Time: 3:22:17 PM
DefaultSigner(InteractiveAgent) - Constructor for class org.neuclear.commons.crypto.signers.DefaultSigner
 
DefaultSigner() - Constructor for class org.neuclear.commons.crypto.signers.DefaultSigner
 
denullString(String) - Static method in class org.neuclear.commons.Utility
 
denullString(String, String) - Static method in class org.neuclear.commons.Utility
 
destroy() - Method in class org.neuclear.commons.crypto.applets.KeyGeneratorApplet
Called by the browser or applet viewer to inform this applet that it is being reclaimed and that it should destroy any resources that it has allocated.
destroy() - Method in class org.neuclear.commons.servlets.BanHostFilter
 
destroy() - Method in class org.neuclear.commons.servlets.EnsureRequestHostFilter
 
dia - Variable in class org.neuclear.commons.swing.NeuClearDialog
 
digest(InputStream) - Static method in class org.neuclear.commons.crypto.CryptoTools
 
digest(byte[]) - Static method in class org.neuclear.commons.crypto.CryptoTools
 
digest(String) - Static method in class org.neuclear.commons.crypto.CryptoTools
 
digest256(byte[]) - Static method in class org.neuclear.commons.crypto.CryptoTools
 
digest512(byte[]) - Static method in class org.neuclear.commons.crypto.CryptoTools
 
DigestChannel - Class in org.neuclear.commons.crypto.channels
WritableByteChannel for producing SHA! Digests from ByteBuffers
DigestChannel() - Constructor for class org.neuclear.commons.crypto.channels.DigestChannel
 
DigestChannel(MessageDigest) - Constructor for class org.neuclear.commons.crypto.channels.DigestChannel
 
DigestChannel(String) - Constructor for class org.neuclear.commons.crypto.channels.DigestChannel
 
DigestOutputStream - Class in org.neuclear.commons.crypto.streams
Handy Stream for calculating the Digest of data.
DigestOutputStream() - Constructor for class org.neuclear.commons.crypto.streams.DigestOutputStream
 
DigestOutputStream(MessageDigest) - Constructor for class org.neuclear.commons.crypto.streams.DigestOutputStream
 
dispose() - Method in class org.neuclear.commons.configuration.ConfigurableContainer
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.neuclear.commons.servlets.BanHostFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.neuclear.commons.servlets.EnsureRequestHostFilter
 

E

encode(BigInteger) - Static method in class org.neuclear.commons.crypto.Base32
Encode in Base32 the given BigInteger.
encode(byte[]) - Static method in class org.neuclear.commons.crypto.Base32
 
encode(String) - Static method in class org.neuclear.commons.crypto.Base32
Encode a String as base32
encode(BigInteger) - Static method in class org.neuclear.commons.crypto.Base64
Encode in Base64 the given BigInteger.
encode(byte[], int) - Static method in class org.neuclear.commons.crypto.Base64
Encode a byte array in Base64 format and return an optionally wrapped line
encode(byte[]) - Static method in class org.neuclear.commons.crypto.Base64
Encode a byte array and fold lines at the standard 76th character.
encode(String) - Static method in class org.neuclear.commons.crypto.Base64
Encode a String as base64
encode(ByteBuffer) - Method in class org.neuclear.commons.crypto.channels.AbstractEncodingChannel
 
encode(ByteBuffer) - Method in class org.neuclear.commons.crypto.channels.Base32EncodingChannel
 
encodeBase32(byte[]) - Static method in class org.neuclear.commons.crypto.CryptoTools
Unpadded Base32 Encoding as defined in: http://www.waterken.com/dev/Enc/base32/
encodeClean(byte[]) - Static method in class org.neuclear.commons.crypto.Base64
 
encodeToByteArray(byte[]) - Static method in class org.neuclear.commons.crypto.Base32
 
encrypt(byte[], String) - Static method in class org.neuclear.commons.crypto.CryptoTools
 
encrypt(String, byte[]) - Static method in class org.neuclear.commons.crypto.CryptoTools
 
encrypt(String, String) - Static method in class org.neuclear.commons.crypto.CryptoTools
 
encrypt(byte[], byte[]) - Static method in class org.neuclear.commons.crypto.CryptoTools
 
END_CERT - Static variable in class org.neuclear.commons.crypto.jce.RawCertificateFactory
 
engineGenerateCertificate(InputStream) - Method in class org.neuclear.commons.crypto.jce.RawCertificateFactory
 
engineGenerateCertificates(InputStream) - Method in class org.neuclear.commons.crypto.jce.RawCertificateFactory
 
engineGenerateCRL(InputStream) - Method in class org.neuclear.commons.crypto.jce.RawCertificateFactory
 
engineGenerateCRLs(InputStream) - Method in class org.neuclear.commons.crypto.jce.RawCertificateFactory
 
ensureProvider() - Static method in class org.neuclear.commons.crypto.CryptoTools
Call this method at the beginning of an executable.
EnsureRequestHostFilter - Class in org.neuclear.commons.servlets
Filter that only allows requests from the given ip address.
EnsureRequestHostFilter() - Constructor for class org.neuclear.commons.servlets.EnsureRequestHostFilter
 
equalByteArrays(byte[], byte[]) - Static method in class org.neuclear.commons.crypto.CryptoTools
 
ERROR - Static variable in class org.neuclear.commons.crypto.passphraseagents.swing.MessageLabel
 
error(String) - Method in class org.neuclear.commons.crypto.passphraseagents.swing.MessageLabel
 
error(Exception) - Method in class org.neuclear.commons.crypto.passphraseagents.swing.MessageLabel
 
error(String) - Method in class org.neuclear.commons.swing.AbstractDialogRunner
 
error(Exception) - Method in class org.neuclear.commons.swing.AbstractDialogRunner
 
execute() - Method in class org.neuclear.commons.crypto.passphraseagents.swing.FileDialog.DialogRunner
 
execute() - Method in class org.neuclear.commons.crypto.passphraseagents.swing.KeyStoreDialog.DialogRunner
 
execute() - Method in class org.neuclear.commons.crypto.passphraseagents.swing.NewPassphraseDialog.NewPassPhraseRunner
 
execute() - Method in class org.neuclear.commons.crypto.passphraseagents.swing.SigningPanel.DialogRunner
 
execute() - Method in class org.neuclear.commons.crypto.passphraseagents.swing.SimpleDialog.DialogRunner
 
execute() - Method in class org.neuclear.commons.crypto.signers.OpenSignerDialog.DialogRunner
 
execute() - Method in class org.neuclear.commons.swing.WaitForInput
 

F

FileDialog - Class in org.neuclear.commons.crypto.passphraseagents.swing
User: pelleb Date: Apr 7, 2004 Time: 9:55:37 AM
FileDialog() - Constructor for class org.neuclear.commons.crypto.passphraseagents.swing.FileDialog
 
FileDialog.DialogRunner - Class in org.neuclear.commons.crypto.passphraseagents.swing
 
FileDialog.DialogRunner(String, boolean) - Constructor for class org.neuclear.commons.crypto.passphraseagents.swing.FileDialog.DialogRunner
 
fireListUpdated() - Method in class org.neuclear.commons.crypto.signers.PersonalSigner
 
formatByteArrayAsHex(byte[]) - Static method in class org.neuclear.commons.crypto.CryptoTools
 
formatKeyAsHex(Key) - Static method in class org.neuclear.commons.crypto.CryptoTools
 
formatTimeStamp(Date) - Static method in class org.neuclear.commons.time.TimeTools
 
formatTimeStampShort(Date) - Static method in class org.neuclear.commons.time.TimeTools
 

G

generateKey(String) - Method in class org.neuclear.commons.crypto.signers.DefaultSigner
 
generateKey() - Method in class org.neuclear.commons.crypto.signers.DefaultSigner
 
generateKey(String) - Method in class org.neuclear.commons.crypto.signers.JCESigner
 
generateKey() - Method in class org.neuclear.commons.crypto.signers.JCESigner
 
generateKey(String) - Method in class org.neuclear.commons.crypto.signers.PersonalSigner
 
generateKey() - Method in class org.neuclear.commons.crypto.signers.PersonalSigner
 
generateKey(String) - Method in interface org.neuclear.commons.crypto.signers.Signer
Creates a new KeyPair, stores the PrivateKey using the given alias and returns the PublicKey.
generateKey() - Method in interface org.neuclear.commons.crypto.signers.Signer
Creates a new KeyPair, stores the PrivateKey using the base32 sha1 of the public key as it's alias and returns the PublicKey.
generateKey(String) - Method in class org.neuclear.commons.crypto.signers.SimpleSigner
 
generateKey() - Method in class org.neuclear.commons.crypto.signers.SimpleSigner
 
generateKey(String) - Method in class org.neuclear.commons.crypto.signers.SQLSigner
 
generateKey() - Method in class org.neuclear.commons.crypto.signers.SQLSigner
 
get2020() - Static method in class org.neuclear.commons.time.TimeTools
 
getAbsoluteURL(HttpServletRequest, String) - Static method in class org.neuclear.commons.servlets.ServletTools
 
getActions() - Method in class org.neuclear.commons.crypto.passphraseagents.swing.KeyStorePanel
 
getAddPersonality() - Static method in class org.neuclear.commons.crypto.passphraseagents.icons.IconTools
 
getAffirmative(boolean) - Static method in class org.neuclear.commons.Utility
Asks the User Y/N on the Console
getAgent() - Method in class org.neuclear.commons.crypto.signers.DefaultSigner
 
getAlias() - Method in class org.neuclear.commons.crypto.signers.hibernate.SQLStore
 
getAllUserName() - Method in class org.neuclear.commons.crypto.signers.hibernate.SQLStoreAccess
gets the iterator list of all the usernames
getBase64WrapLength() - Static method in class org.neuclear.commons.crypto.Base64
Method getBase64WrapLength
getBytes(BigInteger) - Static method in class org.neuclear.commons.crypto.Base64
Returns a byte-array representation of a BigInteger.
getCancel() - Static method in class org.neuclear.commons.crypto.passphraseagents.icons.IconTools
 
getCipher(byte[], boolean) - Static method in class org.neuclear.commons.crypto.CryptoTools
 
getComponentAdapter(Object) - Method in class org.neuclear.commons.configuration.ConfigurableContainer
 
getComponentAdapterOfType(Class) - Method in class org.neuclear.commons.configuration.ConfigurableContainer
 
getComponentAdapters() - Method in class org.neuclear.commons.configuration.ConfigurableContainer
 
getComponentAdaptersOfType(Class) - Method in class org.neuclear.commons.configuration.ConfigurableContainer
 
getComponentInstance(Object) - Method in class org.neuclear.commons.configuration.ConfigurableContainer
 
getComponentInstanceOfType(Class) - Method in class org.neuclear.commons.configuration.ConfigurableContainer
 
getComponentInstances() - Method in class org.neuclear.commons.configuration.ConfigurableContainer
 
getComponentText(String, String) - Static method in class org.neuclear.commons.swing.Messages
 
getDecodedLength(int) - Static method in class org.neuclear.commons.crypto.Base32
 
getDefaultConfiguration() - Method in class org.neuclear.commons.configuration.ServletContextContainer
 
getDescription() - Method in class org.neuclear.commons.crypto.passphraseagents.swing.JKSFilter
 
getDescription(String) - Static method in class org.neuclear.commons.swing.Messages
 
getDigest() - Method in class org.neuclear.commons.crypto.channels.DigestChannel
Call this to get the Digest
getDigest() - Method in class org.neuclear.commons.crypto.streams.DigestOutputStream
 
getDigestedName(String) - Static method in class org.neuclear.commons.crypto.signers.SimpleSigner
 
getElementAt(int) - Method in class org.neuclear.commons.crypto.signers.PersonalSigner
Returns the value at the specified index.
getEncoded() - Method in class org.neuclear.commons.crypto.jce.RawCertificate
 
getEncodedLength(int) - Static method in class org.neuclear.commons.crypto.Base32
 
getEncryptedPrivateKey(String) - Method in class org.neuclear.commons.crypto.signers.hibernate.SQLStoreAccess
This method will get the Encrypted Private Key from SQLStore based on the username

-- encrypt the private key with the passphrase -- store the private key and the username

getenumArrayVal(String[], String, int) - Static method in class org.neuclear.commons.Utility
 
getEnumVal(String[], String) - Static method in class org.neuclear.commons.Utility
 
getError() - Static method in class org.neuclear.commons.crypto.passphraseagents.icons.IconTools
 
getExecutable(Class) - Static method in class org.neuclear.commons.Utility
 
getFileActions() - Method in class org.neuclear.commons.crypto.passphraseagents.swing.KeyStorePanel
 
getFrame() - Method in class org.neuclear.commons.crypto.passphraseagents.swing.KeyStoreDialog
 
getHelp() - Static method in class org.neuclear.commons.crypto.passphraseagents.icons.IconTools
 
getInfo() - Static method in class org.neuclear.commons.crypto.passphraseagents.icons.IconTools
 
getInitParam(String, ServletConfig) - Static method in class org.neuclear.commons.servlets.ServletTools
 
getInput() - Method in class org.neuclear.commons.swing.SimpleDialog
 
getInput() - Method in class org.neuclear.commons.swing.SimpleProcessDialog
 
getInstance() - Static method in class org.neuclear.commons.crypto.keyresolvers.KeyResolverFactory
 
getInstance() - Static method in class org.neuclear.commons.crypto.keyresolvers.PublicKeyCache
 
getInstance() - Static method in class org.neuclear.commons.crypto.signers.ServletSignerFactory
 
getIntValue(String, int) - Static method in class org.neuclear.commons.Utility
 
getIntValue(String) - Static method in class org.neuclear.commons.Utility
 
getInvalid() - Static method in class org.neuclear.commons.crypto.passphraseagents.icons.IconTools
 
getKey(String, char[]) - Method in class org.neuclear.commons.crypto.signers.KeyCache
 
getKeyPair(KeyStore, String, char[]) - Static method in class org.neuclear.commons.crypto.CryptoTools
 
getKeyPairGenerator() - Static method in class org.neuclear.commons.crypto.CryptoTools
 
getKeyPairGenerator(String) - Static method in class org.neuclear.commons.crypto.CryptoTools
 
getKeyType(String) - Method in class org.neuclear.commons.crypto.signers.DefaultSigner
 
getKeyType(String) - Method in class org.neuclear.commons.crypto.signers.JCESigner
 
getKeyType(String) - Method in class org.neuclear.commons.crypto.signers.PersonalSigner
 
getKeyType(String) - Method in interface org.neuclear.commons.crypto.signers.Signer
Checks the key type of the given alias
getKeyType(String) - Method in class org.neuclear.commons.crypto.signers.SimpleSigner
Checks the key type of the given alias
getKeyType(String) - Method in class org.neuclear.commons.crypto.signers.SQLSigner
 
getLabel() - Method in class org.neuclear.commons.crypto.passphraseagents.swing.KeyStorePanel
 
getList() - Method in class org.neuclear.commons.crypto.passphraseagents.swing.KeyStorePanel
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.neuclear.commons.crypto.passphraseagents.swing.KeyStoreListCellRenderer
 
getLocale() - Static method in class org.neuclear.commons.swing.Messages
 
getLogo() - Static method in class org.neuclear.commons.crypto.passphraseagents.icons.IconTools
 
getMessages(String, HttpServletRequest) - Static method in class org.neuclear.commons.servlets.ServletMessages
 
getMessages() - Static method in class org.neuclear.commons.swing.Messages
 
getModel() - Method in class org.neuclear.commons.crypto.passphraseagents.swing.KeyStorePanel
 
getName() - Method in exception org.neuclear.commons.crypto.passphraseagents.UserCancellationException
 
getNewPassPhrase(String) - Method in class org.neuclear.commons.crypto.passphraseagents.ConsoleAgent
 
getNewPassPhrase(String) - Method in class org.neuclear.commons.crypto.passphraseagents.GuiDialogAgent
 
getNewPassPhrase(String) - Method in interface org.neuclear.commons.crypto.passphraseagents.InteractiveAgent
 
getNewPassPhrase(String) - Method in class org.neuclear.commons.crypto.passphraseagents.ServletPassPhraseAgent
 
getNewPassPhrase(String) - Method in class org.neuclear.commons.crypto.passphraseagents.swing.SwingAgent
 
getOK() - Static method in class org.neuclear.commons.crypto.passphraseagents.icons.IconTools
 
getOK(String) - Static method in class org.neuclear.commons.swing.Messages
 
getOKToolTip(String) - Static method in class org.neuclear.commons.swing.Messages
 
getOpen() - Static method in class org.neuclear.commons.crypto.passphraseagents.icons.IconTools
 
getOpenFileName(String, String) - Method in class org.neuclear.commons.crypto.passphraseagents.ConsoleAgent
 
getOpenFileName(String, String) - Method in class org.neuclear.commons.crypto.passphraseagents.GuiDialogAgent
 
getOpenFileName(String, String) - Method in interface org.neuclear.commons.crypto.passphraseagents.InteractiveAgent
 
getOpenFileName(String, String) - Method in class org.neuclear.commons.crypto.passphraseagents.ServletPassPhraseAgent
 
getOpenFileName(String, String) - Method in class org.neuclear.commons.crypto.passphraseagents.swing.SwingAgent
 
getParent() - Method in class org.neuclear.commons.configuration.ConfigurableContainer
 
getPassPhrase(String) - Method in class org.neuclear.commons.crypto.passphraseagents.AlwaysTheSamePassphraseAgent
 
getPassPhrase(String, boolean) - Method in class org.neuclear.commons.crypto.passphraseagents.AlwaysTheSamePassphraseAgent
 
getPassPhrase(String) - Method in class org.neuclear.commons.crypto.passphraseagents.AskAtStartupAgent
Retrieve the PassPhrase for a given name/alias
getPassPhrase(String, boolean) - Method in class org.neuclear.commons.crypto.passphraseagents.AskAtStartupAgent
 
getPassPhrase(String) - Method in class org.neuclear.commons.crypto.passphraseagents.ConsoleAgent
 
getPassPhrase(String, boolean) - Method in class org.neuclear.commons.crypto.passphraseagents.ConsoleAgent
 
getPassPhrase(BrowsableSigner) - Method in class org.neuclear.commons.crypto.passphraseagents.ConsoleAgent
The User is asked to pick a name by the PassPhraseAgent.
getPassPhrase(String) - Method in class org.neuclear.commons.crypto.passphraseagents.GuiDialogAgent
 
getPassPhrase(String, boolean) - Method in class org.neuclear.commons.crypto.passphraseagents.GuiDialogAgent
Asks for the passphrase.
getPassPhrase(BrowsableSigner) - Method in class org.neuclear.commons.crypto.passphraseagents.GuiDialogAgent
The User is asked to pick a name by the PassPhraseAgent.
getPassPhrase(String) - Method in interface org.neuclear.commons.crypto.passphraseagents.PassPhraseAgent
Retrieve the PassPhrase for a given name/alias
getPassPhrase(String, boolean) - Method in interface org.neuclear.commons.crypto.passphraseagents.PassPhraseAgent
 
getPassPhrase(String) - Method in class org.neuclear.commons.crypto.passphraseagents.ServletPassPhraseAgent
Gets the passphrase if set or null
getPassPhrase(String, boolean) - Method in class org.neuclear.commons.crypto.passphraseagents.ServletPassPhraseAgent
 
getPassPhrase(BrowsableSigner) - Method in class org.neuclear.commons.crypto.passphraseagents.ServletPassPhraseAgent
The User is asked to pick a name by the PassPhraseAgent.
getPassPhrase(String) - Method in class org.neuclear.commons.crypto.passphraseagents.StoredPassphraseAgent
 
getPassPhrase(String, boolean) - Method in class org.neuclear.commons.crypto.passphraseagents.StoredPassphraseAgent
 
getPassPhrase(String) - Method in class org.neuclear.commons.crypto.passphraseagents.swing.SwingAgent
Retrieve the PassPhrase for a given name/alias
getPassPhrase(String, boolean) - Method in class org.neuclear.commons.crypto.passphraseagents.swing.SwingAgent
 
getPassword() - Static method in class org.neuclear.commons.crypto.passphraseagents.icons.IconTools
 
getPersonalities() - Static method in class org.neuclear.commons.crypto.passphraseagents.icons.IconTools
 
getPersonality() - Static method in class org.neuclear.commons.crypto.passphraseagents.icons.IconTools
 
getPrivateKey() - Method in class org.neuclear.commons.crypto.signers.hibernate.SQLStore
This is the getter method from the database
getProcessDescription(String) - Static method in class org.neuclear.commons.swing.Messages
 
getProcessTitle(String) - Static method in class org.neuclear.commons.swing.Messages
 
getPublicKey() - Method in class org.neuclear.commons.crypto.jce.RawCertificate
 
getPublicKey(String) - Method in class org.neuclear.commons.crypto.signers.DefaultSigner
 
getPublicKey() - Method in class org.neuclear.commons.crypto.signers.hibernate.SQLStore
 
getPublicKey(String) - Method in class org.neuclear.commons.crypto.signers.JCESigner
 
getPublicKey(String) - Method in class org.neuclear.commons.crypto.signers.PersonalSigner
 
getPublicKey(String) - Method in interface org.neuclear.commons.crypto.signers.PublicKeySource
 
getPublicKey(String) - Method in class org.neuclear.commons.crypto.signers.SQLSigner
 
getPublicKeyFromBase64(String) - Static method in class org.neuclear.commons.crypto.CryptoTools
 
getPublicKeyFromHex(String) - Static method in class org.neuclear.commons.crypto.CryptoTools
 
getResult() - Method in class org.neuclear.commons.swing.WaitForInput
 
getSave() - Static method in class org.neuclear.commons.crypto.passphraseagents.icons.IconTools
 
getSaveAs() - Static method in class org.neuclear.commons.crypto.passphraseagents.icons.IconTools
 
getSaveToFileName(String, String) - Method in class org.neuclear.commons.crypto.passphraseagents.ConsoleAgent
 
getSaveToFileName(String, String) - Method in class org.neuclear.commons.crypto.passphraseagents.GuiDialogAgent
 
getSaveToFileName(String, String) - Method in interface org.neuclear.commons.crypto.passphraseagents.InteractiveAgent
 
getSaveToFileName(String, String) - Method in class org.neuclear.commons.crypto.passphraseagents.ServletPassPhraseAgent
 
getSaveToFileName(String, String) - Method in class org.neuclear.commons.crypto.passphraseagents.swing.SwingAgent
 
getSelectedIndex() - Method in class org.neuclear.commons.crypto.passphraseagents.swing.KeyStorePanel
 
getSelectedItem() - Method in class org.neuclear.commons.crypto.signers.PersonalSigner
 
getSelectedValue() - Method in class org.neuclear.commons.crypto.passphraseagents.swing.KeyStorePanel
 
getSign() - Static method in class org.neuclear.commons.crypto.passphraseagents.icons.IconTools
 
getSignature() - Method in class org.neuclear.commons.crypto.channels.SigningChannel
 
getSignatureCipher(PrivateKey) - Static method in class org.neuclear.commons.crypto.CryptoTools
 
getSignatureCipher(PublicKey) - Static method in class org.neuclear.commons.crypto.CryptoTools
 
getSigner() - Method in class org.neuclear.commons.crypto.passphraseagents.swing.KeyStoreDialog
 
getSigner() - Method in class org.neuclear.commons.crypto.passphraseagents.swing.KeyStorePanel
 
getSigner() - Method in class org.neuclear.commons.crypto.passphraseagents.swing.SigningPanel
 
getSize() - Method in class org.neuclear.commons.crypto.signers.PersonalSigner
Returns the length of the list.
getString(String) - Method in class org.neuclear.commons.swing.Messages
 
getText(String) - Static method in class org.neuclear.commons.swing.Messages
 
getText(Class, String) - Static method in class org.neuclear.commons.swing.Messages
 
getText(Object, String) - Static method in class org.neuclear.commons.swing.Messages
 
getTinyDSAKeyPairGenerator() - Static method in class org.neuclear.commons.crypto.CryptoTools
 
getTinyRSAKeyPairGenerator() - Static method in class org.neuclear.commons.crypto.CryptoTools
 
getTitle(String) - Static method in class org.neuclear.commons.swing.Messages
 
GuiDialogAgent - Class in org.neuclear.commons.crypto.passphraseagents
User: pelleb Date: Oct 27, 2003 Time: 5:49:14 PM
GuiDialogAgent() - Constructor for class org.neuclear.commons.crypto.passphraseagents.GuiDialogAgent
 

H

handleException(Throwable, PrintStream) - Static method in class org.neuclear.commons.Utility
 
handleException(Throwable) - Static method in class org.neuclear.commons.Utility
 

I

IconTools - Class in org.neuclear.commons.crypto.passphraseagents.icons
User: pelleb Date: Apr 21, 2004 Time: 11:12:40 AM
IconTools() - Constructor for class org.neuclear.commons.crypto.passphraseagents.icons.IconTools
 
id - Variable in class org.neuclear.commons.swing.NeuClearDialog
 
INFO - Static variable in class org.neuclear.commons.crypto.passphraseagents.swing.