Class DigestAuthenticate

    • Constructor Detail

      • DigestAuthenticate

        public DigestAuthenticate​(String realm)
      • DigestAuthenticate

        public DigestAuthenticate​(String realm,
                                  String opaque)
      • DigestAuthenticate

        public DigestAuthenticate​(String realm,
                                  boolean allowQopIntegrity)
      • DigestAuthenticate

        public DigestAuthenticate​(String realm,
                                  String opaque,
                                  boolean allowQopIntegrity)
      • DigestAuthenticate

        public DigestAuthenticate​(String realm,
                                  String nonce,
                                  String opaque,
                                  String algorithm,
                                  boolean allowQopIntegrity)
    • Method Detail

      • generateNonce

        public static String generateNonce​(String tag,
                                           long expiry)