Package com.sun.xml.ws.security.opt.crypto.dsig.internal


package com.sun.xml.ws.security.opt.crypto.dsig.internal
  • Classes
    Class
    Description
    This class has been modified slightly to use java.security.MessageDigest objects as input, rather than org.apache.xml.security.algorithms.MessageDigestAlgorithm objects.
    An implementation of the HMAC-SHA1 (RFC 2104)
    Derived from Apache sources and changed to use HmacSHA1 objects objects instead of org.apache.xml.security.algorithms.SignatureAlgorithm objects.
    Derived from Apache sources and changed to use java.security.Signature objects as input instead of org.apache.xml.security.algorithms.SignatureAlgorithm objects.