gluu
公開メンバ関数 | 全メンバ一覧
org.xdi.oxauth.crypto.signature.SignatureVerification インタフェース
org.xdi.oxauth.crypto.signature.SignatureVerification の継承関係図
Inheritance graph
org.xdi.oxauth.crypto.signature.SignatureVerification 連携図
Collaboration graph

公開メンバ関数

boolean checkSignature (X509Certificate attestationCertificate, byte[] signedBytes, byte[] signature) throws SignatureException
 
boolean checkSignature (PublicKey publicKey, byte[] signedBytes, byte[] signature) throws SignatureException
 
PublicKey decodePublicKey (byte[] encodedPublicKey) throws SignatureException
 
byte [] hash (byte[] bytes)
 
byte [] hash (String str)
 

詳解

関数詳解

◆ checkSignature() [1/2]

boolean org.xdi.oxauth.crypto.signature.SignatureVerification.checkSignature ( X509Certificate  attestationCertificate,
byte []  signedBytes,
byte []  signature 
) throws SignatureException

◆ checkSignature() [2/2]

boolean org.xdi.oxauth.crypto.signature.SignatureVerification.checkSignature ( PublicKey  publicKey,
byte []  signedBytes,
byte []  signature 
) throws SignatureException

◆ decodePublicKey()

PublicKey org.xdi.oxauth.crypto.signature.SignatureVerification.decodePublicKey ( byte []  encodedPublicKey) throws SignatureException

◆ hash() [1/2]

byte [] org.xdi.oxauth.crypto.signature.SignatureVerification.hash ( byte []  bytes)

◆ hash() [2/2]

byte [] org.xdi.oxauth.crypto.signature.SignatureVerification.hash ( String  str)

このインタフェース詳解は次のファイルから抽出されました: