|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.xml.security.assertion.IntegrityAssertion
public class IntegrityAssertion
IntegrityAssertion.java This class represents an assertion about the integrity of a document or message relative to a specific public key (or X509certificate). Created: Thu Aug 8 09:05:04 2002
Field Summary | |
---|---|
protected String |
id
Deprecated. |
Fields inherited from interface weblogic.xml.security.SecurityAssertion |
---|
CONFIDENTIALITY_ASSERTION, CONFIDENTIALITY_CODE, IDENTITY_ASSERTION, IDENTITY_CODE, INTEGRITY_ASSERTION, INTEGRITY_CODE, TYPE_CONFIDENTIALITY_ASSERTION, TYPE_CONFIDENTIALITY_CODE, TYPE_INTEGRITY_ASSERTION, TYPE_INTEGRITY_CODE |
Constructor Summary | |
---|---|
IntegrityAssertion(String method,
String id,
X509Certificate cert)
Deprecated. |
Method Summary | |
---|---|
String |
getAssertionType()
Deprecated. getAssertionType returns the type of the assertion
(e.g. |
int |
getAssertionTypeCode()
Deprecated. Returns an integer that uniquely identifies the type of assertion. |
X509Certificate |
getCertificate()
Deprecated. |
String |
getId()
Deprecated. |
String |
getPolicyString()
Deprecated. |
String |
getSignatureMethod()
Deprecated. |
static String |
getType()
Deprecated. |
boolean |
isAssertionType(String assertionType)
Deprecated. isAssertionType tests to see whether the type of the
assertion matches the passed in type. |
boolean |
repudiable()
Deprecated. repudiable returns repudiablility of an assertion --
i.e. |
String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected final String id
Constructor Detail |
---|
public IntegrityAssertion(String method, String id, X509Certificate cert)
Method Detail |
---|
public String getId()
public String getSignatureMethod()
public X509Certificate getCertificate()
public static String getType()
public String getAssertionType()
SecurityAssertion
getAssertionType
returns the type of the assertion
(e.g. identity, integrity, confidentiality) as a string.
getAssertionType
in interface SecurityAssertion
String
value representing the assertion typepublic int getAssertionTypeCode()
SecurityAssertion
getAssertionTypeCode
in interface SecurityAssertion
public boolean isAssertionType(String assertionType)
SecurityAssertion
isAssertionType
tests to see whether the type of the
assertion matches the passed in type.
isAssertionType
in interface SecurityAssertion
assertionType
- a String
value
boolean
value indicating the match result.public boolean repudiable()
SecurityAssertion
repudiable
returns repudiablility of an assertion --
i.e. can the the creator reasonably deny that they performed the
operation that backs this assertion. This is generally true for
public/private key based operations where the operation is
performed by the private key that is available only to a single
individual or entity.
True non-repudiation is only acheived in the context of solid
practices (e.g. secure storage of keys, regular updates of
revocation lists, certificate chain validation, etc.) and binding
agreements between parties. This property indicates only that
the backing operation supports non-repudiation.
repudiable
in interface SecurityAssertion
boolean
valuepublic String getPolicyString()
public String toString()
toString
in class Object
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs103 Copyright 1996,2008, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |