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

java.lang.Object
  |
  +--java.security.KeyPairGeneratorSpi
        |
        +--de.flexiprovider.api.keys.KeyPairGenerator
              |
              +--de.flexiprovider.pqc.hbc.gmss.GMSSKeyPairGenerator
                    |
                    +--de.flexiprovider.pqc.hbc.gmss.GMSSKeyPairGenerator.GMSSwithSHA1
Enclosing class:
GMSSKeyPairGenerator

public static class GMSSKeyPairGenerator.GMSSwithSHA1
extends GMSSKeyPairGenerator

GMSSKeyPairGenerator with SHA1


Inner classes inherited from class de.flexiprovider.pqc.hbc.gmss.GMSSKeyPairGenerator
GMSSKeyPairGenerator.GMSSwithSHA1, GMSSKeyPairGenerator.GMSSwithSHA224, GMSSKeyPairGenerator.GMSSwithSHA256, GMSSKeyPairGenerator.GMSSwithSHA384, GMSSKeyPairGenerator.GMSSwithSHA512
 
Field Summary
static java.lang.String OID
          The OID of the algorithm.
 
Constructor Summary
GMSSKeyPairGenerator.GMSSwithSHA1()
          Constructor.
 
Methods inherited from class de.flexiprovider.pqc.hbc.gmss.GMSSKeyPairGenerator
genKeyPair, initialize, initialize, initialize
 
Methods inherited from class de.flexiprovider.api.keys.KeyPairGenerator
generateKeyPair, initialize, initialize
 
Methods inherited from class java.lang.Object
, clone, 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

GMSSKeyPairGenerator.GMSSwithSHA1

public GMSSKeyPairGenerator.GMSSwithSHA1()
Constructor.