Javax.Crypto.Cipher.GetMaxAllowedParameterSpec Method
Returns the maximum cipher parameter value for the specified transformation.

Syntax

[Android.Runtime.Register("getMaxAllowedParameterSpec", "(Ljava/lang/String;)Ljava/security/spec/AlgorithmParameterSpec;", "")]
public static Java.Security.Spec.IAlgorithmParameterSpec GetMaxAllowedParameterSpec (string transformation)

Parameters

transformation
the transformation name.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Security.NoSuchAlgorithmExceptionif no provider for the specified transformation can be found.
Java.Lang.NullPointerExceptionif transformation is null.

Remarks

Returns the maximum cipher parameter value for the specified transformation. If there is no maximum limit, null is returned.

[Android Documentation]

Requirements

Namespace: Javax.Crypto
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1