PSource.PSpecified
public static final class PSource.PSpecified
extends PSource
该类用于明确指定在OAEP填充中编码输入P的值。
Summary
Public methods |
byte[] |
getValue() 返回编码输入P的值。 |
Fields
Public constructors
PSource.PSpecified
PSource.PSpecified (byte[] p)
以指定值 p
作为编码输入P显式构造源。注意:
Parameters |
p |
byte : the value of the encoding input. The contents of the array are copied to protect against subsequent modification. |
Public methods
getValue
byte[] getValue ()
返回编码输入P的值。
Returns |
byte[] |
the value of encoding input P. A new array is returned each time this method is called. |