Java javax.xml.crypto.dsig.spec HMACParameterSpec fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.crypto.dsig.spec HMACParameterSpec fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.crypto.dsig.spec HMACParameterSpec.

The text is from its open source code.

Constructor

HMACParameterSpec(int outputLength)
Creates an HMACParameterSpec with the specified truncation length.

Method

intgetOutputLength()
Returns the truncation length.