public final class HMACParameterSpec extends Objectimplements SignatureMethodParameterSpec
HMACOutputLength element is defined as:
<element name="HMACOutputLength" minOccurs="0" type="ds:HMACOutputLengthType"/>
<simpleType name="HMACOutputLengthType">
<restriction base="integer"/>
</simpleType>
SignatureMethod,
RFC 2104
| Constructor and Description |
|---|
HMACParameterSpec(int outputLength)
Creates an
HMACParameterSpec with the specified truncation length.
|