Sha256: 7e653ae19a540c4306307f53a0809d12eed0718a50573dcfb52d0c868887827f
Contents?: true
Size: 360 Bytes
Versions: 19
Compression:
Stored size: 360 Bytes
Contents
/** * IAsn1Type * * An interface for Asn-1 types. * Copyright (c) 2007 Henri Torgemane * * See LICENSE.txt for full license information. */ package com.hurlant.util.der { import flash.utils.ByteArray; public interface IAsn1Type { function getType():uint; function getLength():uint; function toDER():ByteArray; } }
Version data entries
19 entries across 19 versions & 4 rubygems