Interface Checksum

All Known Implementing Classes:
Checksum.Simple, FileChecksum

public interface Checksum
RPM checksum.
Since:
0.6
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    Simple Checksum implementation.
  • Method Summary

    Modifier and Type
    Method
    Description
    Digest.
    hex()
    Checksum hex string.
  • Method Details