API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.crypto.dsig.spec. HMACParameterSpec View Source
Author(s)
Sean Mullan
JSR 105 Expert Group
Since
1.6
Version
Serial
Hierarchy
 Object
      HMACParameterSpec
Implements
 SignatureMethodParameterSpec
Subclasses
Description
publicfinal class HMACParameterSpec
  Parameters for the XML Signature HMAC Algorithm.
See also:    SignatureMethod RFC 2104
Constructors
public HMACParameterSpec (int outputLength)
  Creates an HMACParameterSpec with the specified truncation length.
Methods
Hide/Show inherited methods
public int getOutputLength ()
  Returns the truncation length.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar