SecPadding Enum

Definition

An enumeration whose values specify the type of padding to be used in encryption and decryption.

public enum SecPadding
type SecPadding = 
Inheritance
SecPadding

Fields

None 0
OAEP 2
PKCS1 1
PKCS1MD2 32768
PKCS1MD5 32769
PKCS1SHA1 32770
PKCS1SHA224 32771
PKCS1SHA256 32772
PKCS1SHA384 32773
PKCS1SHA512 32774
Raw 16384

Applies to