Class IntegrityHmac

    • Constructor Summary

      Constructors 
      Constructor Description
      IntegrityHmac()
      Method IntegrityHmac
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      void engineAddContextToElement​(org.w3c.dom.Element element)
      Method engineAddContextToElement
      protected void engineGetContextFromElement​(org.w3c.dom.Element element)
      Method engineGetContextFromElement
      protected java.lang.String engineGetJCEAlgorithmString()
      Method engineGetJCEAlgorithmString Proxy method for Signature.getAlgorithm() which is executed on the internal Signature object.
      protected java.lang.String engineGetJCEProviderName()
      Method engineGetJCEAlgorithmString Method engineGetJCEProviderName
      abstract java.lang.String engineGetURI()
      Method engineGetURI Returns the URI representation of Transformation algorithm
      protected void engineInitSign​(java.security.Key secretKey)
      Method engineInitSign
      protected void engineInitSign​(java.security.Key secretKey, java.security.SecureRandom secureRandom)
      Method engineInitSign
      protected void engineInitSign​(java.security.Key secretKey, java.security.spec.AlgorithmParameterSpec algorithmParameterSpec)
      Method engineInitSign
      protected void engineInitVerify​(java.security.Key secretKey)
      Proxy method for Signature.initVerify(java.security.PublicKey) which is executed on the internal Signature object.
      protected void engineSetHMACOutputLength​(int HMACOutputLength)
      Method engineSetHMACOutputLength
      protected void engineSetParameter​(java.security.spec.AlgorithmParameterSpec params)
      Proxy method for Signature.setParameter( java.security.spec.AlgorithmParameterSpec) which is executed on the internal Signature object.
      protected byte[] engineSign()
      Proxy method for Signature.sign() which is executed on the internal Signature object.
      protected void engineUpdate​(byte input)
      Proxy method for Signature.update(byte) which is executed on the internal Signature object.
      protected void engineUpdate​(byte[] input)
      Proxy method for Signature.update(byte[]) which is executed on the internal Signature object.
      protected void engineUpdate​(byte[] buf, int offset, int len)
      Proxy method for Signature.update(byte[], int, int) which is executed on the internal Signature object.
      protected boolean engineVerify​(byte[] signature)
      Proxy method for Signature.verify(byte[]) which is executed on the internal Signature object.
      (package private) abstract int getDigestLength()
      Returns the output length of the hash/digest.
      void reset()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait