ParameterUtilities
public static KeyParameter CreateKeyParameter(DerObjectIdentifier algOid, byte[] keyBytes, int offset, int length)
public static KeyParameter CreateKeyParameter(string algorithm, byte[] keyBytes, int offset, int length)
public static ICipherParameters GetCipherParameters(DerObjectIdentifier algOid, ICipherParameters key, Asn1Object asn1Params)
public static ICipherParameters GetCipherParameters(string algorithm, ICipherParameters key, Asn1Object asn1Params)
public static ICipherParameters GetContext(ICipherParameters cipherParameters, int minLen, int maxLen, out byte context)
public static ICipherParameters GetRandom(ICipherParameters cipherParameters, out SecureRandom random)