|
SPKAC is an acronym that stands for Signed Public Key and Challenge, also known as Netscape SPKI. It is a format for sending a Certification Signing Request: it encodes a public key, that can be manipulated using openssl. It is created using the little documented HTML keygen element inside a number of Netscape compatible browsers. ==Implementations== HTML5 has now specified the keygen element, and has more info on SPKAC. This can be very useful for making it easy to create client side certificates through a web service for protocols such as WebID. Bouncy Castle provides a Java class.〔(【引用サイトリンク】title=Bouncy Castle Java Documentation )〕 An implementation for Erlang/OTP exists too. An implementation for Python is named pyspkac.〔(【引用サイトリンク】title=pyspkac )〕 PHP OpenSSL extension as of version 5.6.0. node.js implementation. 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「SPKAC」の詳細全文を読む スポンサード リンク
|