RSAMultiPrimePrivateCrtKeySpec.GetOtherPrimeInfo Method

Definition

Returns a copy of the otherPrimeInfo or null if there are only two prime factors (p and q).

[Android.Runtime.Register("getOtherPrimeInfo", "()[Ljava/security/spec/RSAOtherPrimeInfo;", "GetGetOtherPrimeInfoHandler")]
public virtual Java.Security.Spec.RSAOtherPrimeInfo[]? GetOtherPrimeInfo ();
[<Android.Runtime.Register("getOtherPrimeInfo", "()[Ljava/security/spec/RSAOtherPrimeInfo;", "GetGetOtherPrimeInfoHandler")>]
abstract member GetOtherPrimeInfo : unit -> Java.Security.Spec.RSAOtherPrimeInfo[]
override this.GetOtherPrimeInfo : unit -> Java.Security.Spec.RSAOtherPrimeInfo[]

Returns

the otherPrimeInfo. Returns a new array each time this method is called.

Attributes

Remarks

Returns a copy of the otherPrimeInfo or null if there are only two prime factors (p and q).

Java documentation for java.security.spec.RSAMultiPrimePrivateCrtKeySpec.getOtherPrimeInfo().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to