Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TTCN-3 Libraries
LibIts
Commits
19386aa9
Commit
19386aa9
authored
Oct 10, 2018
by
Yann Garcia
Browse files
Review Pki Layer
parent
15ed5690
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/Pki/LibItsPki_TypesAndValues.ttcn
0 → 100644
View file @
19386aa9
/**
* @author ETSI / STF545
* @version $URL$
* $Id$
* @desc Module containing templates for IT PKI Protocol
* @copyright ETSI Copyright Notification
* No part may be reproduced except as authorized by written permission.
* The copyright and the foregoing restriction extend to reproduction in all media.
* All rights reserved.
*/
module
LibItsPki_TypesAndValues
{
group
acPrimitives
{
/**
* @desc TA primitives for Pki
*/
type
union
AcPkiPrimitive
{
AcSetSecurityData
acSetSecurityData
}
with
{
variant
""
}
/**
* @desc Primitive for receiveing response from TA
*/
type
union
AcPkiResponse
{
boolean
result
}
type
record
AcSetSecurityData
{
charstring
certificateId
,
octetstring
private_key
,
octetstring
public_key_compressed
,
integer
public_key_compressed_mode
}
with
{
variant
""
encode
"LibItsPki"
}
// AcSetSecurityData
}
// end acPrimitives
with
{
variant
""
encode
"AdapterControl"
}
}
with
{
variant
""
encode
"LibItsPki"
}
// End of module LibItsPki_TypesAndValues
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment