Interface Version

  • All Known Implementing Classes:
    SignedRequestVersion

    public interface Version
    The rules for a signed request version, i.e., supported algorithms, supported keyId formats.
    • Method Detail

      • getSupportedAlgorithms

        Set<Algorithm> getSupportedAlgorithms()
        Get a set of supported algorithms.
      • getSupportedKeyIdTypes

        Set<KeyIdType> getSupportedKeyIdTypes()
        Get a set of supported keyId types.
      • getVersionNumber

        int getVersionNumber()
        Get the version number.
      • getVersionName

        String getVersionName()
        Get the name of this version - usually the version number as a String.
      • getMinimumKeySizeInBits

        int getMinimumKeySizeInBits()
        Get the minimum public key size in bits.