am 4dc54149: Merge "Add missing value for EcIesParameterSpec.PointFormatEnum." into mnc-dev
* commit '4dc541497dd1b25afb8b0323312800bf80f89eac': Add missing value for EcIesParameterSpec.PointFormatEnum.
This commit is contained in:
@@ -52,7 +52,11 @@ import javax.crypto.Mac;
|
|||||||
public class EcIesParameterSpec implements AlgorithmParameterSpec {
|
public class EcIesParameterSpec implements AlgorithmParameterSpec {
|
||||||
|
|
||||||
@Retention(RetentionPolicy.SOURCE)
|
@Retention(RetentionPolicy.SOURCE)
|
||||||
@IntDef(value = {PointFormat.UNCOMPRESSED, PointFormat.COMPRESSED})
|
@IntDef({
|
||||||
|
PointFormat.UNSPECIFIED,
|
||||||
|
PointFormat.UNCOMPRESSED,
|
||||||
|
PointFormat.COMPRESSED,
|
||||||
|
})
|
||||||
public @interface PointFormatEnum {}
|
public @interface PointFormatEnum {}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user