Used by thread-friendly application to register a
listener that will be called whenever a DataQuery request has
been completed (or equivalently, an error thrown).
If you want to include language translation files in
your plugin, simply zip 'em up, and use this method
to register the base name of the translation files.
TableAttributeEditor utility class; encapsulates the idea of
a displayable object type name, that may or may not be mandatory
(and hence displayed differently).
Java layout managers are frustrating, badly written
pieces of garbage that are difficult to use, erratic,
throw strange errors, and are generally junk.
This should be used to clear all the passwords
saved in this data object when they have been
used and are no longer needed... make sure however
that no references to the passwords remain to be
used by other parts of the program first :-)!
Included for Naming Enumeration compatibility... does nothing,
'cause DXNamingEnumeration isn't really an enumeration, and
has already slurped all the data... :-)
close() -
Method in class com.ca.commons.cbutil.CBpbar
removes everything except the root DN node(s), and
sets things up as they were in the beginning, the
point being to force the tree to reload from the
data source, which has changed independantly of the
tree...
This takes a byte array of PEM (originally rfc 1421-1424, but
has drifted a bit) encoded data, such as might be read as raw
bytes from a text file, and converts it to 'raw' DER binary
data (i.e. a byte array with values from 0x0 to 0xFF).
This takes a byte array of PEM (originally rfc 1421-1424, but
has drifted a bit) encoded data, such as might be read as raw
bytes from a text file, and converts it to 'raw' DER binary
data (i.e. a byte array with values from 0x0 to 0xFF).
This takes a byte array of PEM (originally rfc 1421-1424, but
has drifted a bit) encoded data, such as might be read as raw
bytes from a text file, and converts it to 'raw' DER binary
data (i.e. a byte array with values from 0x0 to 0xFF).
This takes a byte array of PEM (originally rfc 1421-1424, but
has drifted a bit) encoded data representing an X509 certificate
and converts it to 'raw' DER binary
data (i.e. a byte array with values from 0x0 to 0xFF).
This takes an array of raw data representing a DER encoded X509 certificate,
and base64 encodes it, adding PEM style -----BEGIN CERTIFICATE-----
and -----END CERTIFICATE----- tags.
This takes an array of raw data representing an
Encrypted DER encoded private key (probably pkcs 8),
and base64 encodes it, adding PEM style -----BEGIN CERTIFICATE-----
and -----END CERTIFICATE----- tags.
This takes an array of raw data representing a DER encoded RSA private key,
and base64 encodes it, adding PEM style -----BEGIN CERTIFICATE-----
and -----END CERTIFICATE----- tags.
COPY -
Static variable in class com.ca.directory.jxplorer.DataQuery
Copies the node 'from' (creating a new node to hold the copy),
adding it as a child to 'toParent',
and recursively copies all the children held by 'from' into
the newly created copy.
Creates an audio cache directory named 'temp/audio' and adds temporary files to it currently naming
them (for example) with the hash of their 'DN + a unique number + .wav'.
Creates a cache directory named 'temp' and adds temporary files to it currently naming them (for example)
with the hash of their 'DN + a unique number + .jpg'.
'Cuts' a subtree by registering the DN of the cut branch,
which is accessed by the paste ftn. - the @paste ftn then
has responsibility for moving the subtree.