Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 18, 2020 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/53a0a6736470dcb05836e0c08c37d0f7 to your computer and use it in GitHub Desktop.
Save r-ryantm/53a0a6736470dcb05836e0c08c37d0f7 to your computer and use it in GitHub Desktop.
/nix/store/56n22q5a2q53g8w9jizgv4nl6ry66g88-libdigidocpp-3.14.4
├── bin
│   └── digidoc-tool
├── etc
│   └── digidocpp
│   ├── 798.p12
│   ├── digidocpp.conf
│   └── schema
│   ├── conf.xsd
│   ├── en_31916201v010101.xsd
│   ├── OpenDocument_dsig.xsd
│   ├── OpenDocument_manifest.xsd
│   ├── ts_119612v020101_additionaltypes_xsd.xsd
│   ├── ts_119612v020101_sie_xsd.xsd
│   ├── ts_119612v020201_201601xsd.xsd
│   ├── XAdES01903v132-201601-relaxed.xsd
│   ├── XAdES01903v132-201601.xsd
│   ├── XAdES01903v141-201601.xsd
│   ├── xmldsig-core-schema.xsd
│   └── xml.xsd
├── include
│   └── digidocpp
│   ├── Conf.h
│   ├── Container.h
│   ├── crypto
│   │   ├── PKCS11Signer.h
│   │   ├── PKCS12Signer.h
│   │   ├── Signer.h
│   │   └── X509Cert.h
│   ├── DataFile.h
│   ├── Exception.h
│   ├── Exports.h
│   ├── Signature.h
│   └── XmlConf.h
├── lib
│   ├── libdigidocpp.so -> libdigidocpp.so.1
│   ├── libdigidocpp.so.1 -> libdigidocpp.so.3.14.4
│   ├── libdigidocpp.so.3.14.4
│   └── pkgconfig
│   └── libdigidocpp.pc
└── share
└── man
└── man1
└── digidoc-tool.1.gz
12 directories, 31 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment