Documentation
¶
Overview ¶
Package activeauth implements the 'Active Authentication' mechanism for verifying the authenticity of the Contactless IC.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActiveAuth ¶
type ActiveAuth struct {
// contains filtered or unexported fields
}
func NewActiveAuth ¶
func NewActiveAuth(nfc *iso7816.NfcSession, doc *document.Document) *ActiveAuth
func (*ActiveAuth) DoActiveAuth ¶
func (activeAuth *ActiveAuth) DoActiveAuth() (err error)
func (*ActiveAuth) ValidateActiveAuthSignature ¶ added in v0.2.1
func (activeAuth *ActiveAuth) ValidateActiveAuthSignature(intAuthRspBytes []byte, rndIfd []byte) error
Click to show internal directories.
Click to hide internal directories.