src/objtools/data_loaders/asn_cache/cache_blob.asn

Go to the SVN repository for this file
Go to list of all specification files

-- ASN definition for the cache blob.  This collection wraps
-- the compressed SeqEntry blob.

ASN-Cache DEFINITIONS ::=
BEGIN

EXPORTS Cache-blob;

Cache-blob ::= SEQUENCE {
    magic       INTEGER,
    timestamp   INTEGER,
    blob        OCTET STRING,
    md5-digest  OCTET STRING
}

END