de.flexiprovider.pqc.hbc.gmss
Class GMSSSignature.GMSSwithSHA1

java.lang.Object
  |
  +--java.security.SignatureSpi
        |
        +--de.flexiprovider.api.Signature
              |
              +--de.flexiprovider.pqc.hbc.gmss.GMSSSignature
                    |
                    +--de.flexiprovider.pqc.hbc.gmss.GMSSSignature.GMSSwithSHA1
Enclosing class:
GMSSSignature

public static class GMSSSignature.GMSSwithSHA1
extends GMSSSignature

GMSSSignature with SHA1 message digest


Inner classes inherited from class de.flexiprovider.pqc.hbc.gmss.GMSSSignature
GMSSSignature.GMSSwithSHA1, GMSSSignature.GMSSwithSHA224, GMSSSignature.GMSSwithSHA256, GMSSSignature.GMSSwithSHA384, GMSSSignature.GMSSwithSHA512
 
Field Summary
static java.lang.String OID
          The OID of the algorithm.
 
Fields inherited from class java.security.SignatureSpi
appRandom
 
Constructor Summary
GMSSSignature.GMSSwithSHA1()
          Constructor.
 
Methods inherited from class de.flexiprovider.pqc.hbc.gmss.GMSSSignature
initSign, initVerify, setParameters, sign, update, update, verify
 
Methods inherited from class de.flexiprovider.api.Signature
engineGetParameter, engineInitSign, engineInitSign, engineInitVerify, engineSetParameter, engineSetParameter, engineSign, engineUpdate, engineUpdate, engineVerify, engineVerify, initSign, sign, update, verify, verify, verify
 
Methods inherited from class java.security.SignatureSpi
clone, engineSign
 
Methods inherited from class java.lang.Object
, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OID

public static final java.lang.String OID
The OID of the algorithm.
Constructor Detail

GMSSSignature.GMSSwithSHA1

public GMSSSignature.GMSSwithSHA1()
Constructor.