public enum C14nMethod extends java.lang.Enum<C14nMethod>
C14nMethod (CanonicalizationMethod) is the algorithm that is
used to canonicalize the SignedInfo element before it is
digested as part of the signature operation.| Enum Constant and Description |
|---|
EXCLUSIVE
The Exclusive
Canonical XML (without comments) canonicalization method algorithm
URI.
|
EXCLUSIVE_WITH_COMMENTS
The
Exclusive Canonical XML with comments canonicalization method
algorithm URI.
|
INCLUSIVE
The Canonical
XML (without comments) canonicalization method algorithm URI.
|
INCLUSIVE_WITH_COMMENTS
The
Canonical XML with comments canonicalization method algorithm URI.
|
V1_1 |
V1_1_WITH_COMMENTS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getURL() |
static boolean |
isSupported(java.lang.String aURL) |
static C14nMethod |
resolve(java.lang.String aURL) |
static C14nMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static C14nMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final C14nMethod INCLUSIVE
public static final C14nMethod INCLUSIVE_WITH_COMMENTS
public static final C14nMethod EXCLUSIVE
public static final C14nMethod EXCLUSIVE_WITH_COMMENTS
public static final C14nMethod V1_1
public static final C14nMethod V1_1_WITH_COMMENTS
public static C14nMethod[] values()
for (C14nMethod c : C14nMethod.values()) System.out.println(c);
public static C14nMethod valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getURL()
public static C14nMethod resolve(java.lang.String aURL) throws UnknownAlgorithmException
UnknownAlgorithmExceptionpublic static boolean isSupported(java.lang.String aURL)
Copyright © 2025. All rights reserved.