Свойство | Тип | Описание | |
---|---|---|---|
Load |
Метод | Описание | |
---|---|---|
Save ( [ path, [ passphrase = null ) : void |
Saves Catalog to an XML file, adds the default stylesheet and sign it it with SecretKey (if specified). Writing and signing the catalog file are performed as an atomic operation (i.e. if signing fails an existing file remains unchanged). |
|
SignedCatalog ( [ catalog, [ secretKey ) : System |
Creates a new signed catalog.
|
Метод | Описание | |
---|---|---|
Load ( [ path ) : |
public Save ( [ path, [ passphrase = null ) : void | ||
path | [ | The file to save in. |
passphrase | [ | The passphrase to use to unlock the secret key; can be |
Результат | void |
public SignedCatalog ( [ catalog, [ secretKey ) : System | ||
catalog | [ | The wrapped |
secretKey | [ | The secret key used to sign the |
Результат | System |