init commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Org.BouncyCastle.Crypto.Tls;
|
||||
|
||||
public interface TlsSignerCredentials : TlsCredentials
|
||||
{
|
||||
SignatureAndHashAlgorithm SignatureAndHashAlgorithm { get; }
|
||||
|
||||
byte[] GenerateCertificateSignature(byte[] hash);
|
||||
}
|
||||
Reference in New Issue
Block a user