Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.crypto.dsig.spec.HMACParameterSpec
public final class HMACParameterSpec extends Object implements SignatureMethodParameterSpec
Parameters for the HMACOutputLength
element is defined as:
<element name="HMACOutputLength" minOccurs="0" type="ds:HMACOutputLengthType"/>
<simpleType name="HMACOutputLengthType">
<restriction base="integer"/>
</simpleType>
SignatureMethod
,
Constructor and Description |
---|
HMACParameterSpec(int outputLength)
Creates an HMACParameterSpec with the specified truncation
length. |
Modifier and Type | Method and Description |
---|---|
int |
getOutputLength()
Returns the truncation length. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HMACParameterSpec(int outputLength)
HMACParameterSpec
with the specified truncation
length.
outputLength
- the truncation length in number of bitsMethod Detail |
---|
public int getOutputLength()
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.