Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
javax.xml.crypto.dsig | Classes for generating and validating XML digital signatures. |
javax.xml.crypto.dsig.spec | Parameter classes for XML digital signatures. |
Uses of TransformParameterSpec in javax.xml.crypto.dsig |
---|
Modifier and Type | Method and Description |
---|---|
abstract void |
TransformService.init(TransformParameterSpec params)
Initializes this TransformService with the specified
parameters. |
abstract Transform |
XMLSignatureFactory.newTransform(String algorithm,
TransformParameterSpec params)
Creates a Transform for the specified algorithm URI
and parameters. |
Uses of TransformParameterSpec in javax.xml.crypto.dsig.spec |
---|
Modifier and Type | Interface and Description |
---|---|
interface |
C14NMethodParameterSpec
A specification of algorithm parameters for a CanonicalizationMethod
Algorithm. |
Modifier and Type | Class and Description |
---|---|
class |
ExcC14NParameterSpec
Parameters for the W3C Recommendation: |
class |
XPathFilter2ParameterSpec
Parameters for the W3C Recommendation |
class |
XPathFilterParameterSpec
Parameters for the |
class |
XSLTTransformParameterSpec
Parameters for the |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.