| 
| 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 | ) | 
           | 
        
      
 
 
このインタフェース詳解は次のファイルから抽出されました: