Uses of Class
se.digg.dgc.signatures.cose.SignatureAlgorithm
-
Packages that use SignatureAlgorithm Package Description se.digg.dgc.signatures.cose Selected support for CBOR Object Signing and Encryption (COSE), see RFC 8152.se.digg.dgc.signatures.impl Implementations of the signature support for Digital Covid Certificates. -
-
Uses of SignatureAlgorithm in se.digg.dgc.signatures.cose
Methods in se.digg.dgc.signatures.cose that return SignatureAlgorithm Modifier and Type Method Description static SignatureAlgorithm
SignatureAlgorithm. fromCborObject(com.upokecenter.cbor.CBORObject value)
Given a CBOR object the method gets the correspondingSignatureAlgorithmId
.static SignatureAlgorithm
SignatureAlgorithm. fromValue(int value)
Given a value the method gets the correspondingSignatureAlgorithmId
.SignatureAlgorithm
CoseSign1_Object. getSignatureAlgorithm()
A utility method that gets the signature algorithmstatic SignatureAlgorithm
SignatureAlgorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static SignatureAlgorithm[]
SignatureAlgorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SignatureAlgorithm in se.digg.dgc.signatures.impl
Methods in se.digg.dgc.signatures.impl with parameters of type SignatureAlgorithm Modifier and Type Method Description void
DefaultDGCSigner. setAlgorithmIdentifier(SignatureAlgorithm algorithmIdentifier)
Assigns the algorithm to use.
-