Méthode | Description | |
---|---|---|
Init ( bool forWrapping, ICipherParameters parameters ) : void | ||
Unwrap ( byte input, int inOff, int length ) : byte[] | ||
Wrap ( byte input, int inOff, int length ) : byte[] |
Méthode | Description | |
---|---|---|
CalculateCmsKeyChecksum ( byte key ) : byte[] | ||
CheckCmsKeyChecksum ( byte key, byte checksum ) : bool |
public Init ( bool forWrapping, ICipherParameters parameters ) : void | ||
forWrapping | bool | |
parameters | ICipherParameters | |
Résultat | void |
public Unwrap ( byte input, int inOff, int length ) : byte[] | ||
input | byte | |
inOff | int | |
length | int | |
Résultat | byte[] |
public Wrap ( byte input, int inOff, int length ) : byte[] | ||
input | byte | |
inOff | int | |
length | int | |
Résultat | byte[] |