Package org.mycore.crypt
Class MCRCryptResolver
java.lang.Object
org.mycore.crypt.MCRCryptResolver
- All Implemented Interfaces:
URIResolver
This class provides an URIResolver for encryption and decryption.
URI Pattern:
crypt:{encrypt/decrypt}:{cipherid}:{value}
where
- encrypt/decrypt - the action to act an value
- cipherid - ID of the cipher
- value - string to be encryptet or decypted
- Author:
- Paul Borchert
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
XML_PREFIX
- See Also:
-
-
Constructor Details
-
MCRCryptResolver
public MCRCryptResolver()
-
-
Method Details
-
resolve
- Specified by:
resolve
in interfaceURIResolver
- Throws:
TransformerException
-