public final class HMACSHA1 extends Object implements MACAlgorithm
AlgorithmDescriptor.AlgorithmType
Constructor and Description |
---|
HMACSHA1() |
Modifier and Type | Method and Description |
---|---|
String |
getDigest()
Get the JCA digest algorithm specified by this algorithm.
|
String |
getJCAAlgorithmID()
Get the algorithm's JCA algorithm ID.
|
AlgorithmDescriptor.AlgorithmType |
getType()
Get the algorithm URI's fundamental type.
|
String |
getURI()
Get the algorithm's identifying URI.
|
@Nonnull public String getURI()
getURI
in interface AlgorithmDescriptor
@Nonnull public AlgorithmDescriptor.AlgorithmType getType()
getType
in interface AlgorithmDescriptor
AlgorithmDescriptor.AlgorithmType
@Nonnull public String getJCAAlgorithmID()
getJCAAlgorithmID
in interface AlgorithmDescriptor
@Nonnull public String getDigest()
getDigest
in interface MACAlgorithm
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.