Interface Bundle.MessageDigest

  • Enclosing class:
    Bundle

    @Immutable
    public static interface Bundle.MessageDigest
    • Method Detail

      • getHashAlgorithm

        Bundle.HashAlgorithm getHashAlgorithm()
        The algorithm used to compute the digest.
      • getDigest

        byte[] getDigest()
        The raw bytes of the digest computer using the hashing algorithm described by getHashAlgorithm()