This commit is contained in:
microshine 2019-05-03 17:12:35 +03:00
parent c1428fffd6
commit e242d5ea5d
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "";