Class ConfigurationV0


  • public class ConfigurationV0
    extends java.lang.Object
    ConfigurationV0 contains the following primitives and algorithms:

    MAC/ChunkedMAC:

    • AesCmac
    • Hmac

    AEAD:

    • AesCtrHmac
    • AesEax
    • AesGcm
    • AesGcmSiv
    • ChaCha20Poly1305
    • XChaCha20Poly1305

    DAEAD:

    • AesSiv

    StreamingAEAD:

    • AesCtrHmac
    • AesGcmHkdf

    Hybrid:

    • Ecies
    • Hpke

    PRF:

    • AesCmac
    • Hkdf
    • Hmac

    Signatures:

    • Ed25519
    • Ecdsa
    • RsaSsaPkcs1
    • RsaSsaPss
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Configuration get()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • get

        public static Configuration get()
                                 throws java.security.GeneralSecurityException
        Throws:
        java.security.GeneralSecurityException