public enum SMimeDigestMethod extends Enum<SMimeDigestMethod>
| Modifier and Type | Method and Description |
|---|---|
static SMimeDigestMethod |
findByDigestMethod(network.oxalis.vefa.peppol.common.code.DigestMethod digestMethod) |
static SMimeDigestMethod |
findByIdentifier(String identifier) |
static SMimeDigestMethod |
findByTransportProfile(network.oxalis.vefa.peppol.common.model.TransportProfile transportProfile) |
String |
getAlgorithm() |
network.oxalis.vefa.peppol.common.code.DigestMethod |
getDigestMethod() |
String |
getIdentifier() |
String |
getMethod() |
org.bouncycastle.asn1.ASN1ObjectIdentifier |
getOid() |
network.oxalis.vefa.peppol.common.model.TransportProfile |
getTransportProfile() |
static SMimeDigestMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SMimeDigestMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SMimeDigestMethod sha1
public static final SMimeDigestMethod sha256
public static final SMimeDigestMethod sha512
public static SMimeDigestMethod[] values()
for (SMimeDigestMethod c : SMimeDigestMethod.values()) System.out.println(c);
public static SMimeDigestMethod valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getIdentifier()
public String getMethod()
public String getAlgorithm()
public org.bouncycastle.asn1.ASN1ObjectIdentifier getOid()
public network.oxalis.vefa.peppol.common.code.DigestMethod getDigestMethod()
public network.oxalis.vefa.peppol.common.model.TransportProfile getTransportProfile()
public static SMimeDigestMethod findByIdentifier(String identifier) throws NoSuchAlgorithmException
NoSuchAlgorithmExceptionpublic static SMimeDigestMethod findByTransportProfile(network.oxalis.vefa.peppol.common.model.TransportProfile transportProfile)
public static SMimeDigestMethod findByDigestMethod(network.oxalis.vefa.peppol.common.code.DigestMethod digestMethod)
Copyright © 2022 NorStella. All rights reserved.