RSAEncryptionPadding 클래스
정의
RSA 암호화 또는 암호 해독 작업에 사용할 패딩 모드 및 매개 변수를 지정합니다.Specifies the padding mode and parameters to use with RSA encryption or decryption operations.
public ref class RSAEncryptionPadding sealed : IEquatable<System::Security::Cryptography::RSAEncryptionPadding ^>
public sealed class RSAEncryptionPadding : IEquatable<System.Security.Cryptography.RSAEncryptionPadding>
type RSAEncryptionPadding = class
interface IEquatable<RSAEncryptionPadding>
Public NotInheritable Class RSAEncryptionPadding
Implements IEquatable(Of RSAEncryptionPadding)
- 상속
-
RSAEncryptionPadding
- 구현
속성
Mode |
이 RSAEncryptionPadding 인스턴스가 나타내는 패딩 모드를 가져옵니다.Gets the padding mode represented by this RSAEncryptionPadding instance. |
OaepHashAlgorithm |
Oaep 패딩 모드와 함께 사용되는 해시 알고리즘을 가져옵니다.Gets the hash algorithm used in conjunction with the Oaep padding mode. |
OaepSHA1 |
SHA1 해시 알고리즘을 사용하여 OAEP(Optimal Asymmetric Encryption Padding) 암호화 표준을 나타내는 개체를 가져옵니다.Gets an object that represents the Optimal Asymmetric Encryption Padding (OAEP) encryption standard with a SHA1 hash algorithm. |
OaepSHA256 |
SHA256 해시 알고리즘을 사용하여 OAEP(Optimal Asymmetric Encryption Padding) 암호화 표준을 나타내는 개체를 가져옵니다.Gets an object that represents the Optimal Asymmetric Encryption Padding (OAEP) encryption standard with a SHA256 hash algorithm. |
OaepSHA384 |
SHA-384 해시 알고리즘을 사용하여 OAEP(Optimal Asymmetric Encryption Padding) 암호화 표준을 나타내는 개체를 가져옵니다.Gets an object that represents the Optimal Asymmetric Encryption Padding (OAEP) encryption standard with a SHA-384 hash algorithm. |
OaepSHA512 |
SHA512 해시 알고리즘을 사용하여 OAEP(Optimal Asymmetric Encryption Padding) 암호화 표준을 나타내는 개체를 가져옵니다.Gets an object that represents the Optimal Asymmetric Encryption Padding (OAEP) encryption standard with a SHA512 hash algorithm. |
Pkcs1 |
PKCS #1 암호화 표준을 나타내는 개체를 가져옵니다.Gets an object that represents the PKCS #1 encryption standard. |
메서드
CreateOaep(HashAlgorithmName) |
지정된 해시 알고리즘을 사용하여 Mode가 Oaep인 RSAEncryptionPadding 인스턴스를 만듭니다.Creates a new RSAEncryptionPadding instance whose Mode is Oaep with the given hash algorithm. |
Equals(Object) |
현재 인스턴스가 지정된 개체와 같은지 여부를 확인합니다.Determines whether the current instance is equal to the specified object. |
Equals(RSAEncryptionPadding) |
현재 인스턴스가 지정된 RSAEncryptionPadding 개체와 같은지 여부를 확인합니다.Determines whether the current instance is equal to the specified RSAEncryptionPadding object. |
GetHashCode() |
이 RSAEncryptionPadding 개체의 해시 코드를 반환합니다.Returns the hash code of this RSAEncryptionPadding object. |
GetType() |
현재 인스턴스의 Type을 가져옵니다.Gets the Type of the current instance. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
ToString() |
현재 RSAEncryptionPadding 인스턴스의 문자열 표현을 반환합니다.Returns the string representation of the current RSAEncryptionPadding instance. |
연산자
Equality(RSAEncryptionPadding, RSAEncryptionPadding) |
지정된 두 RSAEncryptionPadding 개체가 같은지 여부를 나타냅니다.Indicates whether two specified RSAEncryptionPadding objects are equal. |
Inequality(RSAEncryptionPadding, RSAEncryptionPadding) |
지정된 두 RSAEncryptionPadding 개체가 다른지 여부를 나타냅니다.Indicates whether two specified RSAEncryptionPadding objects are unequal. |