다음을 통해 공유


EncodedKeySpec.Algorithm Property

Definition

Returns the name of the algorithm of the encoded key.

public virtual string? Algorithm { [Android.Runtime.Register("getAlgorithm", "()Ljava/lang/String;", "GetGetAlgorithmHandler", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getAlgorithm", "()Ljava/lang/String;", "GetGetAlgorithmHandler", ApiSince=35)>]
member this.Algorithm : string

Property Value

the name of the algorithm, or null if not specified

Attributes

Remarks

Returns the name of the algorithm of the encoded key.

Added in 9.

Java documentation for java.security.spec.EncodedKeySpec.getAlgorithm().

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