Class BrainpoolAlgorithmSuites

    • Constructor Summary

      Constructors 
      Constructor Description
      BrainpoolAlgorithmSuites​(java.lang.String id, java.lang.String javaAlgo, java.lang.String curveName, int signatureByteLength)  
    • Method Summary

      • Methods inherited from class org.jose4j.jws.EcdsaUsingShaAlgorithm

        convertConcatenatedToDer, convertDerToConcatenated, getCurveName, sign, validatePrivateKey, validatePublicKey, verifySignature
      • Methods inherited from class org.jose4j.jws.BaseSignatureAlgorithm

        isAvailable, setAlgorithmParameterSpec, validateSigningKey, validateVerificationKey
      • Methods inherited from class org.jose4j.jwa.AlgorithmInfo

        getAlgorithmIdentifier, getJavaAlgorithm, getKeyPersuasion, getKeyType, setAlgorithmIdentifier, setJavaAlgorithm, setKeyPersuasion, setKeyType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.jose4j.jwa.Algorithm

        getAlgorithmIdentifier, getJavaAlgorithm, getKeyPersuasion, getKeyType, isAvailable
      • Methods inherited from interface org.jose4j.jws.JsonWebSignatureAlgorithm

        sign, validateSigningKey, validateVerificationKey, verifySignature
    • Constructor Detail

      • BrainpoolAlgorithmSuites

        public BrainpoolAlgorithmSuites​(java.lang.String id,
                                        java.lang.String javaAlgo,
                                        java.lang.String curveName,
                                        int signatureByteLength)