aboutsummaryrefslogtreecommitdiffstats
path: root/library/euicc/PKIX1Implicit88_Types.ttcn
blob: f816c6e8ea772bbf1d5448cfffbe3ff0197d421a (plain)
1
2
3
4
5
6
7
8
9
module PKIX1Implicit88_Types {

import from PKIX1Implicit88 all;
import from Native_Functions all;

external function dec_SubjectKeyIdentifier(in octetstring stream) return SubjectKeyIdentifier;
external function enc_SubjectKeyIdentifier(in SubjectKeyIdentifier msg) return octetstring;

}