Class MCRCryptResolver

java.lang.Object
org.mycore.crypt.MCRCryptResolver
All Implemented Interfaces:
URIResolver

public class MCRCryptResolver extends Object implements 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