Start implementation of revoke action
This commit is contained in:
parent
38566f35ef
commit
2de9771472
9 changed files with 739 additions and 57 deletions
|
@ -14,7 +14,7 @@ const (
|
|||
TrailerFieldSize = len(MagicTrailer)
|
||||
)
|
||||
|
||||
type Action uint8
|
||||
type Action byte
|
||||
|
||||
const (
|
||||
ActionNul = Action(0)
|
||||
|
@ -34,3 +34,11 @@ func (a Action) String() string {
|
|||
return "unknown"
|
||||
}
|
||||
}
|
||||
|
||||
type CryptoSystemRootId byte
|
||||
|
||||
type CertificateProfileId byte
|
||||
|
||||
type MessageDigestAlgorithmId byte
|
||||
|
||||
type CryptoSystemId byte
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue