Interface SymmetricKeyAlgorithmTags

All Known Implementing Classes:
PGPEncryptedData, PGPEncryptedDataGenerator, PGPPBEEncryptedData, PGPPublicKeyEncryptedData, PGPSessionKeyEncryptedData, PGPSymmetricKeyEncryptedData, SymmetricKeyUtils

public interface SymmetricKeyAlgorithmTags
Basic tags for symmetric key algorithms.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    AES with 128-bit key.
    static final int
    AES with 192-bit key.
    static final int
    AES with 256-bit key.
    static final int
    Blowfish (128-bit key, 16 rounds).
    static final int
    Camellia with 128-bit key.
    static final int
    Camellia with 192-bit key.
    static final int
    Camellia with 256-bit key.
    static final int
    CAST5 (128-bit key, as per RFC 2144).
    static final int
    Reserved for DES/SK.
    static final int
    IDEA.
    static final int
    Plaintext or unencrypted data.
    static final int
    Reserved for SAFER-SK128 (13 rounds).
    static final int
    Triple-DES (DES-EDE, as per spec - 168-bit key derived from 192).
    static final int
    Twofish with 256-bit key.