Fix #10
This commit is contained in:
parent
c1428fffd6
commit
e242d5ea5d
|
@ -15,7 +15,7 @@ export class CryptoKey extends core.CryptoKey {
|
|||
public usages: KeyUsage[] = [];
|
||||
|
||||
@JsonProp({ type: JsonPropTypes.String })
|
||||
protected kty: string = "octet";
|
||||
protected kty: string = "oct";
|
||||
|
||||
@JsonProp({ type: JsonPropTypes.String })
|
||||
protected alg: string = "";
|
||||
|
|
Reference in New Issue