Security.Datatype.PBKDF2Alg
datatype class Security.Datatype.PBKDF2Alg extends %Library.String
ODBC Type: VARCHAR
A pseudorandom function suitable for use with InterSystems IRIS' implementation of PBKDF2. Valid values are "N/A", "SHA1", "SHA224", "SHA256", "SHA384", and "SHA512". "N/A" values are for use with passwordless users and should not be passed to PBKDF2 functions.Method Inventory
Parameters
parameter PROPERTYVALIDATION = 1;
Methods
classmethod IsValid(%val As %RawString) as %Status
Inherited description: Tests if the logical value %val, which is a string, is valid.
The validation is based on the class parameter settings used for the class attribute this data type is associated with.
In this case, MINLEN, MAXLEN, VALUELIST, and PATTERN.
classmethod LogicalToBitLength(%val As %String) as %Library.Integer
Given a name, returns the bit-length of that function.