- ENCODE - Static variable in class org.dcache.xrootd.plugins.alice.Base64
-
Specify encoding.
- encodeBytes(byte[]) - Static method in class org.dcache.xrootd.plugins.alice.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int) - Static method in class org.dcache.xrootd.plugins.alice.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - Static method in class org.dcache.xrootd.plugins.alice.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int, int) - Static method in class org.dcache.xrootd.plugins.alice.Base64
-
Encodes a byte array into Base64 notation.
- encodeFromFile(String) - Static method in class org.dcache.xrootd.plugins.alice.Base64
-
Convenience method for reading a binary file
and base64-encoding it.
- encodeObject(Serializable) - Static method in class org.dcache.xrootd.plugins.alice.Base64
-
Serializes an object and returns the Base64-encoded
version of that serialized object.
- encodeObject(Serializable, int) - Static method in class org.dcache.xrootd.plugins.alice.Base64
-
Serializes an object and returns the Base64-encoded
version of that serialized object.
- encodeToFile(byte[], String) - Static method in class org.dcache.xrootd.plugins.alice.Base64
-
Convenience method for encoding data to a file.
- EncryptedAuthzToken - Class in org.dcache.xrootd.plugins.alice
-
This class does the decoding/decryption of a given authorization token which has to apply to the follwing
format:
-----BEGIN SEALED CIPHER-----
..
- EncryptedAuthzToken(String, RSAPrivateKey, RSAPublicKey) - Constructor for class org.dcache.xrootd.plugins.alice.EncryptedAuthzToken
-
Creates a new decryption instance.
- Envelope - Class in org.dcache.xrootd.plugins.alice
-
This class represents an immutable authorization envelope.
- Envelope(String) - Constructor for class org.dcache.xrootd.plugins.alice.Envelope
-
Parses the envelope and verifies its validity.
- Envelope.GridFile - Class in org.dcache.xrootd.plugins.alice
-
This class encapsulates all permisson and location information
for one file in the grid context, particularly the mapping
between the logical filename (lfn) and the physical filename
(transport URI, TURL) as well as the access permission granted
by the file catalogue.