Class KeyPairCache


  • public class KeyPairCache
    extends Object
    Simple cache for key pairs. The cache is used to avoid excessive CPU consumption from key pair generation. In particular for purposes of delegation, reusing a key pair is safe.
    Author:
    Gerd Behrmann (behrmann@ndgf.org)