편집

다음을 통해 공유


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

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

Applies to