Package com.ongres.scram.common.bouncycastle.pbkdf2


package com.ongres.scram.common.bouncycastle.pbkdf2
  • Class
    Description
    General array utilities.
    all parameter classes implement this.
    this exception is thrown if a buffer that is meant to have output copied into it turns out to be too short, or if we've been given insufficient input.
    interface that a message digest conforms to.
    Basic factory class for message digests.
    Encodable digests allow you to download an encoded copy of their internal state.
     
    base implementation of MD4 family style digest as outlined in "Handbook of Applied Cryptography", pages 344 - 347.
    HMAC implementation based on RFC2104 H(K XOR opad, H(K XOR ipad, text))
    Utility methods for ints.
     
    The base interface for implementations of message authentication codes (MACs).
    Interface for Memoable objects.
    Utility methods for converting byte arrays into ints and longs, and back again.
    super class for all Password Based Encryption (PBE) parameter generator classes.
    Generator for PBE derived keys and ivs as defined by PKCS 5 V2.0 Scheme 2.
    the foundation class for the exceptions thrown by the crypto packages.
    FIPS 180-2 implementation of SHA-256.
    String utilities.