Interface AlgorithmParameters.Template.Hybrid_Encryption

Enclosing interface:
AlgorithmParameters.Template

public static interface AlgorithmParameters.Template.Hybrid_Encryption
Templates for hybrid encryption schemes. These schemes work like asymmetric encryption schemes. The data itself is encrypted by a secret key, which then is encrypted by an asymmetric key.
  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    static class  AlgorithmParameters.Template.Hybrid_Encryption.Security_Level
    Depending on the security requirements of your application, one of these security levels might be chosen.
  • Method Summary

    Static Methods
    Modifier and Type Method Description
    static AlgorithmParameters getDefault()
    The default template for hybrid encryption, corresponds to the medium security level.
  • Method Details

    • getDefault

      static AlgorithmParameters getDefault()
      The default template for hybrid encryption, corresponds to the medium security level.
      Returns:
      The parameters.