Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type SubjectPublicKeyInfo struct {
- Algorithm pkix.AlgorithmIdentifier
- SubjectPublicKey asn1.BitString
- }
- type PublicKeyAndChallenge struct {
- Spki SubjectPublicKeyInfo
- Challenge string
- }
- type SignedPublicKeyAndChallenge struct{
- PublicKeyAndChallenge PublicKeyAndChallenge
- SignitureAlgorithm pkix.AlgorithmIdentifier
- Signiture asn1.BitString
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement