---
title: PKCS1SHA1
framework: security
role: symbol
role_heading: Type Property
path: security/secpadding/pkcs1sha1
---

# PKCS1SHA1

Data to be signed is a SHA1 hash.

## Declaration

```swift
static var PKCS1SHA1: SecPadding { get }
```

## Discussion

Discussion Standard ASN.1 padding will be done, as well as PKCS1 padding of the underlying RSA operation. Used with SecKeyRawSign(_:_:_:_:_:_:) and SecKeyRawVerify(_:_:_:_:_:_:) only.
