Package Summary  Overview Summary

class:AEADBadTagException [NONE]

  • All Implemented Interfaces:
    Serializable

    public class AEADBadTagException
    extends BadPaddingException
    
    This exception is thrown when a Cipher operating in an AEAD mode (such as GCM/CCM) is unable to verify the supplied authentication tag.
    Since:
    1.7
    See Also:
    Serialized Form

constructor:<init>() [NONE]

  • AEADBadTagException

    public AEADBadTagException()
    Constructs a AEADBadTagException with no detail message.

constructor:<init>(java.lang.String) [NONE]

  • AEADBadTagException

    public AEADBadTagException​(String msg)
    Constructs a AEADBadTagException with the specified detail message.
    Parameters:
    msg - the detail message.

© 2018 Oracle Corporation and/or its affiliates