JavaTM Platform
Standard Ed. 6

인터페이스
javax.xml.crypto.AlgorithmMethod 의 사용

AlgorithmMethod 를 사용하고 있는 패키지
javax.xml.crypto XML 암호화용의 공통 클래스입니다.  
javax.xml.crypto.dsig XML 디지털 서명의 생성 및 검증용의 클래스.  
 

javax.xml.crypto 에서의 AlgorithmMethod 의 사용
 

AlgorithmMethod 형의 파라미터를 가지는 javax.xml.crypto 의 메소드
abstract  KeySelectorResult KeySelector. select (KeyInfo  keyInfo, KeySelector.Purpose  purpose, AlgorithmMethod  method, XMLCryptoContext  context)
          지정된 제약을 채우는 열쇠의 검색을 시도합니다.
 

javax.xml.crypto.dsig 에서의 AlgorithmMethod 의 사용
 

javax.xml.crypto.dsig 에서의 AlgorithmMethod 의 서브 인터페이스
 interface CanonicalizationMethod
           「W3C Recommendation for XML-Signature Syntax and Processing 」로 정의되고 있는 XML CanonicalizationMethod 요소의 표현.
 interface DigestMethod
           「W3C Recommendation for XML-Signature Syntax and Processing 」로 정의되고 있는 XML DigestMethod 요소의 표현.
 interface SignatureMethod
           「W3C Recommendation for XML-Signature Syntax and Processing 」으로 정의되고 있는 XML SignatureMethod 요소의 표현.
 interface Transform
           「W3C Recommendation for XML-Signature Syntax and Processing 」로 정의되고 있는 XML Transform 요소의 표현.
 

AlgorithmMethod 를 구현하고 있는 javax.xml.crypto.dsig 의 클래스
 class TransformService
          변환 알고리즘 및 정규화 알고리즘용의 Service Provider Interface 입니다.
 


JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.