public interface IronPen
Created by davidoff shen on 2017-04-20.
byte[]
sign(byte[] content, String algorithm, String keyId)
boolean
verify(byte[] content, byte[] signature, String algorithm, String keyId)
byte[] sign(byte[] content, String algorithm, String keyId)
content
algorithm
keyId
boolean verify(byte[] content, byte[] signature, String algorithm, String keyId)
signature
Copyright © 2021. All rights reserved.